You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2005/10/21 00:49:30 UTC

svn commit: r327022 - in /maven/maven-1/core/trunk: build-bootstrap.xml project.properties

Author: aheritier
Date: Thu Oct 20 15:49:26 2005
New Revision: 327022

URL: http://svn.apache.org/viewcvs?rev=327022&view=rev
Log:
Use plugins list in maven-plugins project.
It also create a problem to define maven.multiproject.in/exclude properties as system properties because they override settings in all subprojects (tests in dashboard for example).

Modified:
    maven/maven-1/core/trunk/build-bootstrap.xml
    maven/maven-1/core/trunk/project.properties

Modified: maven/maven-1/core/trunk/build-bootstrap.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/build-bootstrap.xml?rev=327022&r1=327021&r2=327022&view=diff
==============================================================================
--- maven/maven-1/core/trunk/build-bootstrap.xml (original)
+++ maven/maven-1/core/trunk/build-bootstrap.xml Thu Oct 20 15:49:26 2005
@@ -90,8 +90,6 @@
       <arg value="-Dmaven.home.local=${maven.home.local}"/>
       <arg value="-Dmaven.repo.local=${maven.repo.local}"/>
       <arg value="-Dmaven.download.meter=bootstrap"/>
-      <arg value="-Dmaven.multiproject.includes=${maven.plugins.includes}"/>
-      <arg value="-Dmaven.multiproject.excludes=${maven.plugins.excludes}"/>
       <arg value="-p"/>
       <arg value="${maven.plugins.directory}/project.xml"/>
       <arg value="-e"/>
@@ -122,8 +120,6 @@
       <arg value="-Dmaven.repo.local=${maven.repo.local}"/>
       <arg value="-Dmaven.download.meter=bootstrap"/>
       <arg value="-Dbootstrapping=true"/>
-      <arg value="-Dmaven.multiproject.includes=${maven.plugins.includes}"/>
-      <arg value="-Dmaven.multiproject.excludes=${maven.plugins.excludes}"/>
       <arg value="-p"/>
       <arg value="${maven.plugins.directory}/project.xml"/>
       <arg value="-e"/>

Modified: maven/maven-1/core/trunk/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/project.properties?rev=327022&r1=327021&r2=327022&view=diff
==============================================================================
--- maven/maven-1/core/trunk/project.properties (original)
+++ maven/maven-1/core/trunk/project.properties Thu Oct 20 15:49:26 2005
@@ -99,9 +99,6 @@
 maven.bootstrap.plugins = clean/**,jar/**,java/**,license/**,plugin/**,test/**
 maven.bootstrap.test.plugins = true
 maven.plugins.directory = ${basedir}/../../plugins/trunk
-maven.plugins.includes = */project.xml
-# Touchstone is not built into Maven any more
-maven.plugins.excludes = examples/**,touchstone/**,touchstone-partner/**,plugin-parent/**
 maven.plugins.profile = plugin-profile.xml
 
 maven.get.jars.baseUrl = http://www.ibiblio.org/maven