Hello,
I developed a tool/library that can add mulitenancy to jee projects (based on JBoss AS and Hibernate). The library is open source. To enable an easy access for other developers, I want to push it in a maven repository.
Central maven repository could be difficult (impossible?), because of dependencies to JBoss libraries which are only available in jboss maven repository.
Is there an opportunity to publish the library into JBoss repository (third party repostiroy)?
I read some tutorials, for example https://community.jboss.org/wiki/MavenDeployingAThirdpartyRelease and https://community.jboss.org/wiki/MavenDeployingARelease, but I get an access denied error when execute mvn deploy.
For me it's not possible to log in to https://repository.jboss.org/nexus/index.html#welcome.
Is there a way to publish an own build open source library into JBoss maven repository?
Regards,
Matthias
Send an email to help@jboss.org with your jboss.org username, and they should be able to give you permission to upload new releases to the repository.