Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
jdepend search for its jdepend.properties through classloader,
so it is good idea to add $
to enable setting properties per project.
You can then add
<preGoal name="maven-jdepend-plugin:report">
<copy failonerror="false" file="jdepend.properties" tofile="${maven.build.dest}
/jdepend.properties"/>
</preGoal>
and you no longer have to have jdepend.properties in your home directory.
Patch:
— src/plugins-build/jdepend/plugin.jelly.orig Tue Jul 29 14:08:49 2003
+++ src/plugins-build/jdepend/plugin.jelly Tue Jul 29 14:09:10 2003
@@ -42,6 +42,7 @@
<ant:path refid="maven-classpath"/>
<ant:path refid="maven.dependency.classpath"/>
<ant:pathelement path="$
"/>
+ <ant:pathelement path="$
"/>
</ant:classpath>
</ant:java>
Sorry for patch in comment.
During adding the issue you cannot add patch, therefore I thought
it is impossible.