You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2004/05/29 05:21:30 UTC

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: cvs commit: maven-components/maven-plugins/maven-plugin-plugin- Imported sources

Posted by Jason van Zyl <jv...@maven.org>.
On Sat, 2004-05-29 at 10:21, Emmanuel Venisse wrote:

> OK, the aliasing mechanism is interesting, but it should not be put in the
> plugin itself.

It can't be.

> 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: <jv...@apache.org>
> > > To: <ma...@apache.org>
> > > 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: dev-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: dev-help@maven.apache.org
> > > >
> > > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: dev-help@maven.apache.org
> >
> > -- 
> > jvz.
> >
> > Jason van Zyl
> > jason@maven.org
> > 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: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

-- 
jvz.

Jason van Zyl
jason@maven.org
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: cvs commit: maven-components/maven-plugins/maven-plugin-plugin- Imported sources

Posted by Emmanuel Venisse <em...@venisse.net>.
----- Original Message ----- 
From: "Jason van Zyl" <jv...@maven.org>
To: "Maven Developers List" <de...@maven.apache.org>
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: <jv...@apache.org>
> > To: <ma...@apache.org>
> > 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: dev-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: dev-help@maven.apache.org
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
>
> -- 
> jvz.
>
> Jason van Zyl
> jason@maven.org
> 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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: cvs commit: maven-components/maven-plugins/maven-plugin-plugin - Imported sources

Posted by Jason van Zyl <jv...@maven.org>.
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

> Emmanuel
> 
> ----- Original Message ----- 
> From: <jv...@apache.org>
> To: <ma...@apache.org>
> 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: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

-- 
jvz.

Jason van Zyl
jason@maven.org
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: cvs commit: maven-components/maven-plugins/maven-plugin-plugin - Imported sources

Posted by Emmanuel Venisse <em...@venisse.net>.
Jason,

Can we rename the descriptor goal to plugin:descriptor?

Emmanuel

----- Original Message ----- 
From: <jv...@apache.org>
To: <ma...@apache.org>
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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org