Test fails because of weird dependency
--------------------------------------

                 Key: MOJO-796
                 URL: http://jira.codehaus.org/browse/MOJO-796
             Project: Mojo
          Issue Type: Bug
          Components: appassembler
            Reporter: Joerg Schaible
         Attachments: 
org.codehaus.mojo.appassembler.daemon.booter.ShellDaemonGeneratorTest.txt

The project-3 test project of the plugin module references the 
appassembler-booter module in version 1.0-SNAPSHOT. Unfortunately that POM uses 
a property to declare its dep to appassembler-model. This confuses the 
dependency resolution in the test completely, on my machine it looks now for 
whatever reason for appassembler-model in version 2.4.1 that obviously does not 
exist. My solution to this was to replace the ${pom.version} in the 
appassembler-booter with "1.0-SNAPSHOT" and reinstall that artifact. Then the 
test will pass also.

Trivia: The project-3/pom.xml declares the artifactId to be "project-2" instead 
of "project-3"

BTW: I doubt that a release with the release plugin is possible as long as this 
test refers dependencies in SNAPSHOT versions. Especially if you clean up your 
project before. Even if you can release it, you are no longer able to build the 
released project again, since those artifact are normally nowhere available.

-- 
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 from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to