You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Eric Barnhill <er...@gmail.com> on 2016/04/10 11:12:29 UTC

[MATH] adding maven repo for math4 to other projects

Right now my projects that use commons-math4 are compiled using Eclipse's
"Configure Build Path" feature. I would like to change over to using maven
builds, however I don't see a publicly available repo for math4 that I can
add to the POM. Consequently I am running "maven package" in my
commons-math4 fork, then hard-coding the jar into my maven POM xml. Can
anyone recommend a better way to do this? What should I put in the POM.xml
to incorporate commons-math4 dependencies?