Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 It is possible with the command mvn  depgraph:depgraph at the top level of the source code for a Sakai tag to produce a series of images for the dependencies in projects. However,

Note: first the master/pom.xml needs to be modified to add an extra plugin repository and plugin in the build.

Panel

Example image



...

 
Assuming you have downloaded the source code of Sakai then edit the master/pom.xml to add the plugin repository and plugin.
 
Just before  the </pluginRepositories> tag add the EL4 repository

 

Code Block
 <pluginRepository>
            <id>elca-services</id>
            <url>http://el4.elca-services.ch/el4j/maven2repository</url>
             <releases>
             <enabled>true</enabled>
             </releases>
  </pluginRepository>

...