In multi project assembly, parent pom.xml not included in tar assembly
----------------------------------------------------------------------
Key: MASSEMBLY-147
URL: http://jira.codehaus.org/browse/MASSEMBLY-147
Project: Maven 2.x Assembly Plugin
Issue Type: Bug
Affects Versions: 2.1
Reporter: Dominic Zaza
Priority: Minor
I'm trying to create a source bundle for a multi module project.
I followed steps in
http://maven.apache.org/plugins/maven-assembly-plugin/examples/multimodule/module-source-inclusion-simple.html
and was able to product a tar file.
However, my parent pom.xml is not included in the result tar file.
Additionally, I would like to "not" include my tests. I attempted to use the
following
<moduleSets>
<moduleSet>
<sources>
<outputDirectory>${artifactId}</outputDirectory>
<excludes>
<exclude>**/src/test/**</exclude>
</excludes>
</sources>
</moduleSet>
</moduleSets>
However, didn't work
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira