I want to build a multi-module project from the following pom, but I'm not sure if I'm doing it correctly. The POM of the containing project is below:
http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/axis2/axis2/1.1/axis2-1.1.pom When I do a "mvn package" in that directly after downloading it, it only packages itself but not the specified modules. I'm not sure why the modules start with "modules/" and don't contain a prefix of "axis2-", which I'd guess it should be based on the naming of what the other modules are listed as (if you go up a couple of levels from the POM link above) Also, what's the difference between a pom.xml and a axis2-1.1.pom? Your help would be really appreciated. -- View this message in context: http://www.nabble.com/Multi-module-not-picking-up-modules-tf3566005s177.html#a9961222 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
