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/05 00:15:33 UTC

svn commit: r374944 - in /maven/maven-1/plugins/trunk: LICENSE.txt NOTICE.txt checkstyle-license.txt checkstyle.xml plugin-parent/project.properties plugin-parent/project.xml project.properties project.xml

Author: aheritier
Date: Sat Feb  4 15:15:25 2006
New Revision: 374944

URL: http://svn.apache.org/viewcvs?rev=374944&view=rev
Log:
- Remove unused files
- cleanup properties and projects descriptions

Removed:
    maven/maven-1/plugins/trunk/LICENSE.txt
    maven/maven-1/plugins/trunk/NOTICE.txt
    maven/maven-1/plugins/trunk/checkstyle-license.txt
    maven/maven-1/plugins/trunk/checkstyle.xml
Modified:
    maven/maven-1/plugins/trunk/plugin-parent/project.properties
    maven/maven-1/plugins/trunk/plugin-parent/project.xml
    maven/maven-1/plugins/trunk/project.properties
    maven/maven-1/plugins/trunk/project.xml

Modified: maven/maven-1/plugins/trunk/plugin-parent/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin-parent/project.properties?rev=374944&r1=374943&r2=374944&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin-parent/project.properties (original)
+++ maven/maven-1/plugins/trunk/plugin-parent/project.properties Sat Feb  4 15:15:25 2006
@@ -119,13 +119,13 @@
 #=====
 # Checkstyle plugin settings
 #=====
-maven.checkstyle.header.file = ${basedir}/../checkstyle-license.txt
-maven.checkstyle.properties = ${basedir}/../checkstyle.xml
+maven.checkstyle.header.file = ${basedir}/../plugin-parent/checkstyle-license.txt
+maven.checkstyle.properties = ${basedir}/../plugin-parent/checkstyle.xml
 
 #=====
 # License plugin settings
 #=====
-maven.license.licenseFile=${basedir}/../LICENSE.txt
+maven.license.licenseFile=${basedir}/../plugin-parent/LICENSE.txt
 
 #=====
 # LinkCheck plugin settings

Modified: maven/maven-1/plugins/trunk/plugin-parent/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin-parent/project.xml?rev=374944&r1=374943&r2=374944&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin-parent/project.xml (original)
+++ maven/maven-1/plugins/trunk/plugin-parent/project.xml Sat Feb  4 15:15:25 2006
@@ -2,7 +2,7 @@
 
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -176,7 +176,7 @@
 
     <resources>
       <resource>
-        <directory>..</directory>
+        <directory>../plugin-parent/</directory>
         <targetPath>META-INF</targetPath>
         <includes>
           <include>NOTICE.txt</include>

Modified: maven/maven-1/plugins/trunk/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/project.properties?rev=374944&r1=374943&r2=374944&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/project.properties (original)
+++ maven/maven-1/plugins/trunk/project.properties Sat Feb  4 15:15:25 2006
@@ -1,5 +1,5 @@
 # -------------------------------------------------------------------
-# Copyright 2001-2004 The Apache Software Foundation.
+# Copyright 2001-2006 The Apache Software Foundation.
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -20,33 +20,71 @@
 # must now inherit from /plugin-parent/project.xml.
 #====================================================================
 
-# Enable HTML to xdoc transformation
-maven.html2xdoc.enabled=true
-
+#=====
 # Changelog plugin properties
+#=====
 maven.changelog.svn.baseurl=http://svn.apache.org/viewcvs.cgi
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
-# Choose aggregators to use for the dashboard plugin report
-maven.dashboard.aggregators = csall,clovertpc,cloverloc,cloverncloc,junittests,junitpassrate,simiantdl,tasklist,jiraopen,jirascheduled
-
+#=====
+# Changes plugin settings
+#=====
+# Changes issue template
+maven.changes.issue.template = %URL%/%ISSUE%
+
+#=====
+# Checkstyle plugin settings
+#=====
+maven.checkstyle.header.file = ${basedir}/plugin-parent/checkstyle-license.txt
+maven.checkstyle.properties = ${basedir}/plugin-parent/checkstyle.xml
+
+#=====
+# Clover plugin settings
+#=====
 # Make sure we generate a Clover XML report so that the dashboard
 # Clover aggregator can extract Clover data
 maven.clover.report.xml=true
 
+#=====
+# Dashboard plugin properties
+#=====
+# Choose aggregators to use for the dashboard plugin report
+maven.dashboard.aggregators = csall,clovertpc,cloverloc,cloverncloc,junittests,junitpassrate,simiantdl,tasklist,jiraopen,jirascheduled
+
+#=====
+# License plugin settings
+#=====
+maven.license.licenseFile=${basedir}/plugin-parent/LICENSE.txt
+
+#=====
+# LinkCheck plugin settings
+#=====
+maven.linkcheck.exclude=${pom.repository.url},${maven.changelog.svn.baseurl}
+
+#=====
+# Multichanges plugin settings
+#=====
+maven.multichanges.excludes=${maven.multiproject.excludes}
+
+#=====
 # Multiproject plugin settings
+#=====
 maven.multiproject.navigation=independent
 maven.multiproject.overviewPage.title=Plugins supplied with Maven
 maven.multiproject.overviewPage.text=The following Maven plugins are available as part of the Maven Project. Please refer also to the list of available <a href="../3rdparty.html">Third Party Plugins</a> and the <a href="../../plugins-sandbox/index.html">Sandbox</a>.
 maven.multiproject.excludes=plugin-parent/project.xml,examples/project.xml
 
-maven.multichanges.excludes=${maven.multiproject.excludes}
+#=====
+# Site plugin settings
+#=====
+maven.site.stage.address=people.apache.org
+maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
+maven.site.deploy.method=rsync
 
+#=====
+# XDOC plugin settings
+#=====
 maven.xdoc.date = left
 maven.xdoc.date.format = dd MMMM yyyy HH:mm z
 maven.xdoc.version =
 maven.xdoc.theme.url=http://maven.apache.org/maven-1.x/style/maven-stylus.css
-
-maven.site.stage.address=people.apache.org
-maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
-maven.site.deploy.method=rsync

Modified: maven/maven-1/plugins/trunk/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/project.xml?rev=374944&r1=374943&r2=374944&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/project.xml (original)
+++ maven/maven-1/plugins/trunk/project.xml Sat Feb  4 15:15:25 2006
@@ -176,15 +176,16 @@
     <defaultGoal>plugins:site</defaultGoal>
   </build>
   <reports>
-    <report>maven-jdepend-plugin</report>
-    <report>maven-checkstyle-plugin</report>
-    <report>maven-changes-plugin</report>
     <report>maven-changelog-plugin</report>
-    <report>maven-file-activity-plugin</report>
+    <report>maven-changes-plugin</report>
+    <report>maven-checkstyle-plugin</report>
+    <report>maven-dashboard-plugin</report>
     <report>maven-developer-activity-plugin</report>
     <report>maven-faq-plugin</report>
-    <report>maven-multiproject-plugin</report>
-    <report>maven-multichanges-plugin</report>
+    <report>maven-file-activity-plugin</report>
+    <report>maven-jdepend-plugin</report>
     <report>maven-linkcheck-plugin</report>
+    <report>maven-multichanges-plugin</report>
+    <report>maven-multiproject-plugin</report>
   </reports>
 </project>