[ http://jira.codehaus.org/browse/MASSEMBLY-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
John Casey closed MASSEMBLY-210. -------------------------------- Resolution: Fixed > 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