All,

I noticed that a new jar was added to openjump to replace jmat.

When new jars are updated can you also add a dependency to the jar to
the pom.xml file.

If the package is not available in the core maven repository you will
have to add it to the open jump repository. You can use a command such
as the following to add it to your local maven repository <home
dir>/.m2/repository.

mvn install:install-file -DgroupId=org.math.array -DartifactId=jmatharray 
-Dversion=20070905 -Dpackaging=jar -Dfile=lib/jmatharray-20070905.jar 
-DgeneratePom=true -DcreateChecksum=true


Then copy the directory that is created into the same place in the
maven-repository SVN project's directory hierarchy and check in. So for
the above example with org.math.array package copy the org/math/array
directory so that it is in the org/math/array directory in the
maen-repository SVN project.

Thanks,
Paul

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to