So I've whittled my way down to a very simple multiproject that exhibits the
same failure I'm seeing on a larger-scale project.  Attached is the example. 
http://www.nabble.com/file/p14017171/test.zip test.zip 

Here's the summary.

The project consists of project 'test' with modules 'test-a' and test-b'. 
'test-a' depends on 'test-b'.

If you run "mvn clean" on the root POM, the clean succeeds.  
If you run "mvn clean -Pbuild-failure" it fails.  

It appears that by attaching the antrun plugin to the clean phase causes it
to interfere with local dependency resolution for sibling projects.

So the big question, where should I report the bug in JIRA, since I'm not
sure which plugin the bug is in.

-- 
View this message in context: 
http://www.nabble.com/Use-of-AntRun-causes-clean-to-fail-for-multiproject--tf4894370s177.html#a14017171
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to