----- Original Message ----- From: "Jason van Zyl" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Saturday, May 29, 2004 4:00 PM Subject: Re: cvs commit: maven-components/maven-plugins/maven-plugin-plugin- Imported sources
> On Sat, 2004-05-29 at 09:54, Emmanuel Venisse wrote: > > Jason, > > > > Can we rename the descriptor goal to plugin:descriptor? > > I'm getting there :-) > > I was planning on doing @maven.plugin.id:@maven.goal.name as the string > that is spit out in the plugin descriptor. So all the goals will be > consistently named, then I was thinking to add a simple aliasing > mechanism so that people don't have to type > > maven reallylongpluginid:reallylonggoalname OK, the aliasing mechanism is interesting, but it should not be put in the plugin itself. With an aliasing mechanism independant of plugin, we'll can have for exemple 2 goals: java:compile and jikes:compile, and an alias that can be define on one or other of this goals Other plugins that want to use the compilation as prereqs should use the compile alias. Emmanuel > > > Emmanuel > > > > ----- Original Message ----- > > From: <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Saturday, May 29, 2004 5:21 AM > > Subject: cvs commit: maven-components/maven-plugins/maven-plugin-plugin - > > Imported sources > > > > > > > jvanzyl 2004/05/28 20:21:30 > > > > > > Log: > > > Status: > > > > > > Vendor Tag: ASF > > > Release Tags: INIT > > > > > > N maven-components/maven-plugins/maven-plugin-plugin/project.xml > > > N maven-components/maven-plugins/maven-plugin-plugin/.cvsignore > > > N > > maven-components/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/ > > maven/plugin/plugin/AbstractPluginMojo.java > > > N > > maven-components/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/ > > maven/plugin/plugin/DescriptorGenerator.java > > > > > > No conflicts created by this import > > > > > > --------------------------------------------------------------------- > > > 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] > > -- > jvz. > > Jason van Zyl > [EMAIL PROTECTED] > http://maven.apache.org > > happiness is like a butterfly: the more you chase it, the more it will > elude you, but if you turn your attention to other things, it will come > and sit softly on your shoulder ... > > -- Thoreau > > > --------------------------------------------------------------------- > 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]
