On 11/04/2013 09:08 AM, Grzegorz Słowikowski wrote: > Maybe I'm doing something wrong and maybe it's Maven bug. > Failing with many Maven versions: 2.2.1, 3.0.x, 3.1.x > > I have multi-module test project for my plugin: > https://maven-play-plugin.googlecode.com/svn/tags/test-projects-1.0.0-beta6/packagings/default/inter-app-dependency > > There are two submodules: "app1" and "app2", both with custom "play" > packaging. "app2" depends on "app1". > "play" packaging lifecycle is producing zip file (you can see "zip" in > the logs). > > Everything starts working after installing "app1" in local repo, but > this shouldn't be required.
This looks like MNG-5503 [1,2], which was fixed in Maven 3.1.1. [1] http://jira.codehaus.org/browse/MNG-5503 [2] http://bugzilla.redhat.com/991454 -- Mikolaj Izdebski IRC: mizdebsk --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
