This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!-- UMLGraph doclet --> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-javadoc-plugin</artifactId> | |
| <version>2.9</version> | |
| <executions> | |
| <execution> | |
| <phase>pre-integration-test</phase> | |
| <goals> | |
| <goal>javadoc</goal> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| <project> | |
| <target name="javadoc" depends="compile"> | |
| <javadoc sourcepath="${src}" packagenames="com.developpez.*" destdir="${uml.dir}" private="true"> | |
| <doclet name="org.umlgraph.doclet.UmlGraphDoc" path="${lib}/UmlGraph.jar"> | |
| <param name="-views" /> | |
| <!-- | |
| <param name="-inferrel" /> | |
| <param name="-inferdep" /> | |
| --> | 
NewerOlder