Need maven help for building and testing Jenkins

Jimmy Kelley ljboiler at gmail.com
Wed Sep 3 03:09:27 UTC 2014


It should just involve downloading the source for a package, making whatever modifications
to the source you need, and then running "mvn clean install" to put your updated version
into your local maven repo (overwriting the one downloaded from the maven repo).
Any builds of other maven projects after that will use your modified version(s) of
whatever packages you've done this for.

Jimmy

In article <mailpost.1409599997.7230673.55771.mailing.freebsd.java at FreeBSD.cs.nctu.edu.tw> you wrote:
> Hi,
> 
> I submitted this pull request to request that Jenkins update to JNA 4.1.0,
> which has fixes for FreeBSD:
> 
> https://github.com/jenkinsci/jenkins/pull/1387
> 
> In the Maven pom.xml file, there are a few packages
> which are pulled down from the maven web site.  I'd like to override
> those, and compile versions of my own, such as jna-posix.
> 
> I am new to maven.  Does anyone know how I can do that?
> 
> Thanks.
> 
> --
> Craig


More information about the freebsd-java mailing list