Skip to content

Building EclipseLink

Lukas Jungmann edited this page Oct 30, 2018 · 18 revisions

How to build EclipseLink

This is a guide for new users to build EclipseLink locally

Prerequisite steps:

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
Clone this wiki locally