I haven't tried, but I believe you could have a look at the <pluginManagement> section, and add the global configuration for the eclipse plugin in your super pom.
-Olivier On Wed, 2008-04-30 at 11:19 +0300, Eugeny N Dzhurinsky wrote: > Hello everybody! > > Could you please explain how can I provide some specific settings for a > plugin, which would apply to any Maven project? For instance, I need to > configure the Eclipse plugin to add the project version to a generated > project, currently I need to provide each and every POM file with the settings > like below: > > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-eclipse-plugin</artifactId> > <configuration> > <addVersionToProjectName>true</addVersionToProjectName> > </configuration> > </plugin> > > and this is a bit annoying. > > I learned settings.xml description and found there's no way to specify plugin > settings in it. Any advice? > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
