I'm working on a maven build script for Javassist, and I would like to upload the compiled jar to the maven repository, so that it can be used by other projects. The current location of javassist in the central maven repository is
/javassist/javassist
Would there be any problems if I change the location in the maven2 repository to /jboss/javassist or /jboss/jboss-javassist?
This will follow the naming convention on other jboss projects.