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 Jason van Zyl <ja...@maven.org> on 2005/03/31 20:25:26 UTC

Re: cvs commit: maven-components/maven-plugins/maven-idea-plugin pom.xml

On Thu, 2005-03-31 at 13:38 +0000, brett@apache.org wrote:
> brett       2005/03/31 05:38:15
> 
>   Modified:    maven-plugins/maven-idea-plugin pom.xml
>   Log:
>   mboot required dep

Please let's not go down this path again. Plugins that are not core
should not be built during the bootstrap. Are we currently trying to
build all plugins during the bootstrap? If so we need to stop this asap.
That is just a crazy practice in m1 that definitely should not get
carried over to m2.

>   Revision  Changes    Path
>   1.2       +6 -0      maven-components/maven-plugins/maven-idea-plugin/pom.xml
>   
>   Index: pom.xml
>   ===================================================================
>   RCS file: /home/cvs/maven-components/maven-plugins/maven-idea-plugin/pom.xml,v
>   retrieving revision 1.1
>   retrieving revision 1.2
>   diff -u -r1.1 -r1.2
>   --- pom.xml	31 Mar 2005 11:27:00 -0000	1.1
>   +++ pom.xml	31 Mar 2005 13:38:15 -0000	1.2
>   @@ -25,5 +25,11 @@
>          <artifactId>maven-artifact</artifactId>
>          <version>2.0-SNAPSHOT</version>
>        </dependency>
>   +    <!-- for the benefit of mboot... -->
>   +    <dependency>
>   +      <groupId>plexus</groupId>
>   +      <artifactId>plexus-utils</artifactId>
>   +      <version>1.0-alpha-2-SNAPSHOT</version>
>   +    </dependency>
>      </dependencies>
>    </project>
>   
>   
>   
> 
-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.

  -- Jacques Ellul, The Technological Society


Re: cvs commit: maven-components/maven-plugins/maven-idea-plugin pom.xml

Posted by Brett Porter <br...@apache.org>.
Absolutely - this is just temporary to make them all consistent (at the
moment, assemble really needs to be because it can't build standalone
due to that plexus bug).

I'm going to try and plan the separation of all our modules today - will
push around for feedback before moving on anything.

- Brett

Jason van Zyl wrote:

>On Thu, 2005-03-31 at 13:38 +0000, brett@apache.org wrote:
>  
>
>>brett       2005/03/31 05:38:15
>>
>>  Modified:    maven-plugins/maven-idea-plugin pom.xml
>>  Log:
>>  mboot required dep
>>    
>>
>
>Please let's not go down this path again. Plugins that are not core
>should not be built during the bootstrap. Are we currently trying to
>build all plugins during the bootstrap? If so we need to stop this asap.
>That is just a crazy practice in m1 that definitely should not get
>carried over to m2.
>
>  
>
>>  Revision  Changes    Path
>>  1.2       +6 -0      maven-components/maven-plugins/maven-idea-plugin/pom.xml
>>  
>>  Index: pom.xml
>>  ===================================================================
>>  RCS file: /home/cvs/maven-components/maven-plugins/maven-idea-plugin/pom.xml,v
>>  retrieving revision 1.1
>>  retrieving revision 1.2
>>  diff -u -r1.1 -r1.2
>>  --- pom.xml	31 Mar 2005 11:27:00 -0000	1.1
>>  +++ pom.xml	31 Mar 2005 13:38:15 -0000	1.2
>>  @@ -25,5 +25,11 @@
>>         <artifactId>maven-artifact</artifactId>
>>         <version>2.0-SNAPSHOT</version>
>>       </dependency>
>>  +    <!-- for the benefit of mboot... -->
>>  +    <dependency>
>>  +      <groupId>plexus</groupId>
>>  +      <artifactId>plexus-utils</artifactId>
>>  +      <version>1.0-alpha-2-SNAPSHOT</version>
>>  +    </dependency>
>>     </dependencies>
>>   </project>
>>  
>>  
>>  
>>
>>    
>>