rwaldhoff    2003/02/18 14:14:56

  Modified:    functor  maven.xml
  Added:       functor/src/conf jdepend.properties
  Log:
  add jdepend.properties, help maven find it
  
  Revision  Changes    Path
  1.2       +10 -1     jakarta-commons-sandbox/functor/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/functor/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml 27 Jan 2003 19:33:37 -0000      1.1
  +++ maven.xml 18 Feb 2003 22:14:56 -0000      1.2
  @@ -1,2 +1,11 @@
  -<project default="test" xmlns:j="jelly:core" xmlns:maven="jelly:maven" 
xmlns:doc="doc">
  +<project default="test" xmlns:j="jelly:core" xmlns:maven="jelly:maven">
  +
  +<preGoal name="maven-jdepend-plugin:report">
  +  <!-- add src/conf to the classpath, so that jdepend can find jdepend.properties 
-->
  +  <path id="conf-classpath">
  +    <pathelement location="${basedir}/src/conf"/>
  +  </path>
  +  <maven:addPath id="maven-classpath" refid="conf-classpath"/>
  +</preGoal>
  +
   </project>
  
  
  
  1.1                  jakarta-commons-sandbox/functor/src/conf/jdepend.properties
  
  Index: jdepend.properties
  ===================================================================
  # http://www.clarkware.com/software/JDepend.html
  
  # ignore JDK classes for dependency purposes
  ignore.java=java.*
  
  # in theory, the following lines should be sufficient, but don't seem to have any 
effect
  java.lang=0
  java.io=0
  java.util=0
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to