You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by ev...@apache.org on 2005/02/24 00:26:09 UTC

cvs commit: maven-components/maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/install InstallMojo.java

evenisse    2005/02/23 15:26:09

  Modified:    maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/install
                        InstallMojo.java
  Log:
  Use a correct prereq.
  
  Revision  Changes    Path
  1.9       +1 -1      maven-components/maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallMojo.java
  
  Index: InstallMojo.java
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallMojo.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- InstallMojo.java	19 Feb 2005 13:39:59 -0000	1.8
  +++ InstallMojo.java	23 Feb 2005 23:26:09 -0000	1.9
  @@ -42,7 +42,7 @@
    * expression="#localRepository"
    * description=""
    *
  - * @prereq build
  + * @prereq package
    *
    */
   public class InstallMojo
  
  
  

Re: cvs commit: maven-components/maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/install InstallMojo.java

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

> Actually I don't think this is relevant any more - is it?

It isn't necessary if we use only phase for run m2, but if we want run a
specific goal independent of a phase, its necessary to use it.
But a prereq on a phase doesn't work.


>
> evenisse@apache.org wrote:
>
> >evenisse    2005/02/23 15:26:09
> >
> >  Modified:
maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/ins
tall
> >                        InstallMojo.java
> >  Log:
> >  Use a correct prereq.
> >
> >  Revision  Changes    Path
> >  1.9       +1 -1
maven-components/maven-plugins/maven-install-plugin/src/main/java/org/apache
/maven/plugin/install/InstallMojo.java
> >
> >  Index: InstallMojo.java
> >  ===================================================================
> >  RCS file:
/home/cvs/maven-components/maven-plugins/maven-install-plugin/src/main/java/
org/apache/maven/plugin/install/InstallMojo.java,v
> >  retrieving revision 1.8
> >  retrieving revision 1.9
> >  diff -u -r1.8 -r1.9
> >  --- InstallMojo.java 19 Feb 2005 13:39:59 -0000 1.8
> >  +++ InstallMojo.java 23 Feb 2005 23:26:09 -0000 1.9
> >  @@ -42,7 +42,7 @@
> >    * expression="#localRepository"
> >    * description=""
> >    *
> >  - * @prereq build
> >  + * @prereq package
> >    *
> >    */
> >   public class InstallMojo
> >
> >
> >
> >
> >
> >
> >
>
>


Re: cvs commit: maven-components/maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/install InstallMojo.java

Posted by Brett Porter <br...@apache.org>.
Actually I don't think this is relevant any more - is it?

evenisse@apache.org wrote:

>evenisse    2005/02/23 15:26:09
>
>  Modified:    maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/install
>                        InstallMojo.java
>  Log:
>  Use a correct prereq.
>  
>  Revision  Changes    Path
>  1.9       +1 -1      maven-components/maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallMojo.java
>  
>  Index: InstallMojo.java
>  ===================================================================
>  RCS file: /home/cvs/maven-components/maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallMojo.java,v
>  retrieving revision 1.8
>  retrieving revision 1.9
>  diff -u -r1.8 -r1.9
>  --- InstallMojo.java	19 Feb 2005 13:39:59 -0000	1.8
>  +++ InstallMojo.java	23 Feb 2005 23:26:09 -0000	1.9
>  @@ -42,7 +42,7 @@
>    * expression="#localRepository"
>    * description=""
>    *
>  - * @prereq build
>  + * @prereq package
>    *
>    */
>   public class InstallMojo
>  
>  
>  
>
>
>  
>