Author: ltheussl
Date: Mon Feb 20 08:57:11 2006
New Revision: 379163

URL: http://svn.apache.org/viewcvs?rev=379163&view=rev
Log:
PR: MPJDEPEND-8
Set maven.jdepend.components to empty by default for backwards compatibility.

Modified:
    maven/maven-1/plugins/trunk/jdepend/plugin.properties
    maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml
    maven/maven-1/plugins/trunk/jdepend/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/jdepend/plugin.properties
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdepend/plugin.properties?rev=379163&r1=379162&r2=379163&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdepend/plugin.properties (original)
+++ maven/maven-1/plugins/trunk/jdepend/plugin.properties Mon Feb 20 08:57:11 
2006
@@ -21,5 +21,5 @@
 # -------------------------------------------------------------------
 
 maven.jdepend.dirs=${maven.build.dest}
-maven.jdepend.components=${pom.package}
+maven.jdepend.components=
 #maven.jdepend.properties=

Modified: maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml?rev=379163&r1=379162&r2=379163&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml Mon Feb 20 08:57:11 
2006
@@ -24,6 +24,7 @@
   </properties>
   <body>
     <release version="1.6.1-SNAPSHOT" date="in SVN">
+      <action dev="ltheussl" type="fix" issue="MPJDEPEND-8">Set 
<code>maven.jdepend.components</code> to empty by default for backwards 
compatibility.</action>
       <action dev="ltheussl" type="fix" issue="MPJDEPEND-7">Cannot generate 
report without component property set.</action>
     </release>
     <release version="1.6" date="2006-02-05">

Modified: maven/maven-1/plugins/trunk/jdepend/xdocs/properties.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdepend/xdocs/properties.xml?rev=379163&r1=379162&r2=379163&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdepend/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/jdepend/xdocs/properties.xml Mon Feb 20 
08:57:11 2006
@@ -48,7 +48,7 @@
           <td>
             A comma-separated list of components to analyze.
             Corresponds to the <code>-components</code> command line argument
-            of JDepend. Defaults to <code>${pom.package}</code>.
+            of JDepend. Defaults to empty.
           </td>
         </tr>
         <tr>


Reply via email to