[
http://jira.codehaus.org/browse/MASSEMBLY-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Casey updated MASSEMBLY-210:
---------------------------------
I've upgraded the version of the plexus-maven-plugin in the POM to 1.3.5, which
fixes my NPE using maven-2.1-snapshot. I've also verified that this project
builds under maven-2.0.6, at least with the new plexus-maven-plugin version.
Can you try it again? I've deployed the assembly plugin version that I built
with maven 2.0.5.
> repository does not include the parent pom
> ------------------------------------------
>
> Key: MASSEMBLY-210
> URL: http://jira.codehaus.org/browse/MASSEMBLY-210
> Project: Maven 2.x Assembly Plugin
> Issue Type: Bug
> Affects Versions: 2.2-beta-1
> Reporter: Stephane Nicoll
> Assignee: John Casey
> Fix For: 2.2-beta-2
>
>
> I am running the assembly on a project with a parent pom. <?xml version="1.0"
> encoding="ISO-8859-15"?> <assembly> <id>dist</id> <formats>
> <format>zip</format> </formats>
> <includeBaseDirectory>true</includeBaseDirectory>
> <baseDirectory>foo-${version}</baseDirectory> <fileSets> <fileSet>
> <directory>.</directory> <outputDirectory>foo-base</outputDirectory>
> <useDefaultExcludes>true</useDefaultExcludes> <excludes>
> <exclude>/target/</exclude> </excludes> </fileSet> </fileSets> <repositories>
> <repository> <outputDirectory>repository</outputDirectory>
> <scope>test</scope> </repository> </repositories> </assembly>
> The parent pom is not included at all.
--
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