[ http://jira.codehaus.org/browse/MAVENUPLOAD-814?page=comments#action_62792 ]
Carlos Sanchez commented on MAVENUPLOAD-814: -------------------------------------------- Next time please create only one issue and paste all the urls in the description There are no dependencies, with jaranalyzer i see that the submodules depend on saxon http://jroller.com/page/carlossg?entry=analyzing_jar_dependencies You should create relocation poms for the artifacts already under saxon group, something like: <project> <modelVersion>4.0.0</modelVersion> <groupId>saxon</groupId> <artifactId>saxon</artifactId> <version>8.7</version> <distributionManagement> <relocation> <groupId>net.sf.saxon</groupId> </relocation> </distributionManagement> </project> > Saxon 8.7 > --------- > > Key: MAVENUPLOAD-814 > URL: http://jira.codehaus.org/browse/MAVENUPLOAD-814 > Project: maven-upload-requests > Type: Task > Reporter: Tim O'Brien > > > This is Saxon 8.7. If you click on the contributor link below you will see a > mail thread from the saxon help list where Michael Kay give explicit > permission to upload these artifacts to the Maven 2 repository. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
