Flatten-m-p only touches your pom, not the project. So I think it does not address your use case.
Wayne On May 1, 2014 9:40 AM, "Eric Kolotyluk" <[email protected]> wrote: > When I tried using Maven with IBM's Jazz, I had to manually flatten my > projects because Jazz could not deal with nested projects (modules). > > Was the flatten-maven-plugin designed to solve this problem, or some other > problems? > > Cheers, Eric > > On 2014-05-01, 8:55 AM, Jörg Hohwiller wrote: > >> Hi, >> >> The Mojo team is pleased to announce the release of the >> flatten-maven-plugin version 1.0.0-beta-1. >> >> Flatten Maven Plugin generates a flattened version of your pom.xml and >> makes maven to install >> and deploy this one instead of the original pom.xml. >> >> http://mojo.codehaus.org/flatten-maven-plugin/ >> >> To get this update, simply specify the version in your project's plugin >> configuration: >> >> <plugin> >> <groupId>org.codehaus.mojo</groupId> >> <artifactId>flatten-maven-plugin</artifactId> >> <version>1.0.0-beta-1</version> >> </plugin> >> >> All you need to do is add the plugin to the plugins in your build section. >> >> This is the initial release. >> >> Enjoy, >> >> The Mojo team. >> >> Jörg >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
