[ http://jira.codehaus.org/browse/MNG-745?page=comments#action_44598 ]
Bob Allison commented on MNG-745: --------------------------------- Correction on the above: In the repository, the file is log4j-3.0-20050816.233900-8-artifactClassifier.artifactType I am also noticing that the source jar has a different sequence number (the -8 in the above name) than the binary jar generated at the same time (its name is log4j-3.0-20050816.233900-7.jar). Because the source jar's sequence number appears in the log4j-3.0-SNAPSHOT.version.txt file in the repository, the project that depends on this jar is unable to download the POM or jar for the current snapshot. > Deploying source jar to repository receives wrong name > ------------------------------------------------------ > > Key: MNG-745 > URL: http://jira.codehaus.org/browse/MNG-745 > Project: Maven 2 > Type: Bug > Components: maven-artifact > Versions: 2.0-beta-1 > Environment: Working from SVN revision 233074 > Project defined with <packaging>jar</packaging> > Reporter: Bob Allison > > > When the source jar is deployed to the repository (both as a release and as a > snapshot), the jar file is named wrong. The jar that is built is named > log4j-3.0-SNAPSHOT-sources.jar (as expected) but when it is deployed to the > repository it is named log4j-3.0-SNAPSHOT-artifactClassifier.artifactType -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
