Versions Compared

Key

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

...

The above configuration will allow Maven to check the repository used by HPS whenever it looks for dependencies during a build.

Maven Repos


The following Maven repositories provide the the jar dependencies for HPS Java, which are not found in Maven central.

Freehep Repository

Code Block
languagexml
<repository>    
    <id>freehep-repo-public</id>
    <name>FreeHEP Maven Public</name>
    <url>http://srs.slac.stanford.edu/nexus/content/groups/freehep-maven2-public/</url>
</repository>

LCSim Repository

Code Block
languagexml
<repository>
    <id>lcsim-repo-public</id>
    <name>LCSIM Public Maven Repository</name>
    <url>http://srs.slac.stanford.edu/nexus/content/groups/lcsim-maven2-public/</url>
</repository>

CODA Repository

Code Block
languagexml
<repository>
    <id>jlab-coda-repo-public</id>
    <name>JLAB CODA Maven Repository</name>
    <url>https://coda.jlab.org/maven/</url>
</repository>