On 19/10/2007, Hampel, Michael <[EMAIL PROTECTED]> wrote: > > Hello, > > I have just encountered the following behaviour when executing a maven > reactor build: > We have a parent pom where we configure the maven-bundle-plugin with the > directory for the manifest location e.g.: META-INF. > (within the pluginManagement section) > In child poms the plugin is inherited and configured with project > specific settings. > Now, when running mvn clean package on a child project the manifest file > is created in the correct directory, but when executing > the same command on parent level the child projects manifest files are > not created in the child's META-INF folder but in a META-INF > folder in the parent's project (in the end you only see the manifest > file of the project that was last in the rector build queue). > Is there a way how to overcome this behaviour?
yes, it should be a simple fix - please open an issue at JIRA for tracking purposes. Thanks in advance for any help, > > Michael > > > -- Cheers, Stuart

