PR: MPJDEPEND-8
Set maven.jdepend.components to empty by default for backwards compatibility. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@379163 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
685088b935
commit
37cff05818
@ -21,5 +21,5 @@
|
||||
# -------------------------------------------------------------------
|
||||
|
||||
maven.jdepend.dirs=${maven.build.dest}
|
||||
maven.jdepend.components=${pom.package}
|
||||
maven.jdepend.components=
|
||||
#maven.jdepend.properties=
|
||||
@ -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">
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user