[ 
http://jira.codehaus.org/browse/MJAR-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137349#action_137349
 ] 

werner mueller commented on MJAR-68:
------------------------------------

as mentioned above you can do a release with different preparation goals:

$ mvn release:prepare -DpreparationGoals="clean install"
$ mvn release:perform

this is still a workaround but well it works (creating the test-jar and execute 
tests in depending modules)


> multi module release fails because of test-jar
> ----------------------------------------------
>
>                 Key: MJAR-68
>                 URL: http://jira.codehaus.org/browse/MJAR-68
>             Project: Maven 2.x Jar Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: maven 2.0.5
>            Reporter: Yuri Schimke
>
> The release plugin is failing in the prepare task
> mvn release:prepare
> seemingly because it can't find the test-jar that has just been built by the 
> previous module i.e. built within.
> Are there some examples in the wild of using the test-jar on a multi module 
> project that does releases?
> The (nasty) workaround I have for now, is to wait for the build to fail and 
> then 
> mvn install
> So the test-jar (and other artifacts) are in my local repository and then 
> continue 
> mvn release:prepare

-- 
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

        

Reply via email to