Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ebr-dev] how to use a local build of ebr

Hi Tony,

> I noticed that ebr-version is set in releng/mavenparent/pom.xml and I tried overriding it to match the version of my fork (1.1.1-SNAPSHOT) and that is working.
> This seems like a hacky way to do it, but it solves my problem for now.

I'm sorry for the trouble. That's exactly how to do it in Maven. You need to set the version to your local SNAPSHOT version.

For the EBR recipes it's also possible to modify/override the version from the command line:

> mvn -Debr-version=1.1.1-SNAOPSHOT ....

There is no releng/mavenparent/pom.xml in the EBR Git repo. Are you talking about Orbit for any chance? It uses the same property so the command line should work in Orbit, too.

-Gunnar

-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx, http://guw.io/






Back to the top