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, [EMAIL PROTECTED] 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>
>>  
>>  
>>  
>>
>>    
>>

Reply via email to