Hi, it is possible (I use it), but AFAIK your version number is not valid, so maybe this is why it's not working as expected?!
Regards, Christian Schlichtherle > -----Ursprüngliche Nachricht----- > Von: Jo Support [mailto:[email protected]] > Gesendet: Donnerstag, 9. Februar 2012 13:02 > An: Maven Users List > Betreff: Aggregating projects with pom packaging type > > Hello, > > is it possible to aggregate projects that have pom packaging type? > > Scenario: > > Pom A: > > [...] > <groupId>org.myName</groupId> > <artifactId>myProjectA</artifactId> > <version>trunk</version> > <packaging>pom</packaging> > [...] > > Pom B: > > [...] > <groupId>org.myName</groupId> > <artifactId>myProjectB</artifactId> > <version>trunk</version> > <packaging>pom</packaging> > [...] > > Aggregation: > > [...] > <groupId>org.myName</groupId> > <artifactId>myProjectGlobal</artifactId> > <version>trunk</version> > <packaging>pom</packaging> > <modules> > <module>myProjectA</module> > <module>myProjectB</module> > </modules> > [...] > > when I try to mavenize the aggregation pom, it looks like Maven ignores > local ProjectA and ProjectB poms, and tries to download them from the > remote repository. > If I change the packaging type of A and B from "pom" to "jar", all > works fine. > > Any suggestion? > Thanks a lot, > best regards > > Jo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
