You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jaxzin <Br...@espn3.com> on 2007/11/30 18:28:49 UTC

Use of AntRun causes clean to fail for multiproject?

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/p14085638/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--tf4922074s177.html#a14085638
Sent from the Maven Developers mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org