Alternatively... mvn groupId:artifactId:version:goal Wayne
On 4/27/08, mgehring <[EMAIL PROTECTED]> wrote: > > Check this out... > > <!-- Defines your plugin-versions --> > <build> > [...] > <pluginManagement> > <plugins> > <plugin> > <groupId>your.groupId.plugin</groupId> > <artifactId>your-artifactId-plugin</artifactId> > <version>1.3</version> > </plugin> > [...] > </plugins> > </pluginManagement> > [...] > </build> > > Hope it helps... > mgehring > -- > View this message in context: > http://www.nabble.com/Controlling-the-usage-of-plugin-versions-tp16924960s177p16925135.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
