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/12/09 00:06:31 UTC

svn commit: r355266 - /maven/maven-1/core/trunk/project.properties

Author: aheritier
Date: Thu Dec  8 15:06:28 2005
New Revision: 355266

URL: http://svn.apache.org/viewcvs?rev=355266&view=rev
Log:
Redefine plugins to bundle in the maven distro.
These properties are used in maven:build-plugin-profile

Modified:
    maven/maven-1/core/trunk/project.properties

Modified: maven/maven-1/core/trunk/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/project.properties?rev=355266&r1=355265&r2=355266&view=diff
==============================================================================
--- maven/maven-1/core/trunk/project.properties (original)
+++ maven/maven-1/core/trunk/project.properties Thu Dec  8 15:06:28 2005
@@ -101,6 +101,9 @@
 maven.bootstrap.test.plugins = true
 maven.plugins.directory = ${basedir}/../../plugins/trunk
 maven.plugins.profile = plugin-profile.xml
+# Plugins to bundle in maven
+maven.plugins.includes = */project.xml
+maven.plugins.excludes = plugin-parent/project.xml,examples/project.xml,touchstone/**,touchstone-partner/**
 
 maven.get.jars.baseUrl = http://www.ibiblio.org/maven
 # can't go under target, currently cleans stuff that is needed