-
Notifications
You must be signed in to change notification settings - Fork 176
Building EclipseLink
Lukas Jungmann edited this page Oct 30, 2018
·
18 revisions
This is a guide for new users to build EclipseLink locally
Under construction!
Current instructions exist @ https://wiki.eclipse.org/EclipseLink/Building#Build
To install built artifacts into local maven repository, run full build using ant -f antbuild.xml build-distribution
and then install artifacts by running:
ant -f uploadToNexus.xml -DsnapshotId=local -DsnapshotURL=file:///path/to/m2-repo \
-Drelease.version=3.0.0 -Dbuild.type=SNAPSHOT -Dgit.hash=local \
-Dmavenant.dir=/folder/with/maven-ant-tasks-2.1.3.jar -Dversion.string=3.0.0.qualifier