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 2006/02/06 01:28:36 UTC

svn commit: r375144 - in /maven/maven-1/plugins-sandbox/trunk: plugins-site/project.properties project.properties

Author: aheritier
Date: Sun Feb  5 16:28:34 2006
New Revision: 375144

URL: http://svn.apache.org/viewcvs?rev=375144&view=rev
Log:
Exclude the lakta plugin. There's no jar available for lakta .

Modified:
    maven/maven-1/plugins-sandbox/trunk/plugins-site/project.properties
    maven/maven-1/plugins-sandbox/trunk/project.properties

Modified: maven/maven-1/plugins-sandbox/trunk/plugins-site/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugins-site/project.properties?rev=375144&r1=375143&r2=375144&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugins-site/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugins-site/project.properties Sun Feb  5 16:28:34 2006
@@ -68,7 +68,7 @@
 maven.multiproject.overviewPage.title=Maven Plugins in the Sandbox
 maven.multiproject.overviewPage.text=The following Maven plugins are available in the sandbox, some of them because they are still in early development and others because they are no longer mantained:
 maven.multiproject.includes=../*/project.xml
-maven.multiproject.excludes=../plugin-parent/project.xml,../plugins-site/project.xml
+maven.multiproject.excludes=../plugin-parent/project.xml,../plugins-site/project.xml,../lakta/project.xml
 
 #=====
 # Site plugin settings

Modified: maven/maven-1/plugins-sandbox/trunk/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/project.properties?rev=375144&r1=375143&r2=375144&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/project.properties Sun Feb  5 16:28:34 2006
@@ -24,4 +24,4 @@
 # Multiproject plugin settings
 #=====
 maven.multiproject.includes=*/project.xml
-maven.multiproject.excludes=plugin-parent/project.xml,plugins-site/project.xml
+maven.multiproject.excludes=plugin-parent/project.xml,plugins-site/project.xml,../lakta/project.xml