Date: Tue, 02 Sep 2014 22:09:23 -0500 From: Jimmy Kelley <ljboiler@gmail.com> To: freebsd-java@freebsd.org Cc: Craig Rodrigues <rodrigc@freebsd.org> Subject: Re: Need maven help for building and testing Jenkins Message-ID: <54068666.081e320a.515e.3063@mx.google.com> In-Reply-To: <mailpost.1409599997.7230673.55771.mailing.freebsd.java@FreeBSD.cs.nctu.edu.tw>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54068666.081e320a.515e.3063>