The DEV build contains the latest functionality, however this build may be unstable.
The RELEASE build contains the most recent stable build.
DEV
http://mde-optimiser.github.io/mdeo_repo/develop/
RELEASE
http://mde-optimiser.github.io/mdeo_repo/release/
DEV Build
Release Build
This repository contains the MDEOptimiser maven dependencies converted from Eclipse OSGi bundles.
The repositories are organised based on Eclipse version as follows:
/repository/maven/{eclipse-version}/final/
- Update the repository copy path in src/build.xml:52
- Update the target Eclipse version directory in src/uk.ac.kcl.inf.mdeoptimiser.repositories.p2.eclipse/src/uk.ac.kcl.mdeo.repository.p2.eclipse.aggr:2
- Update the Eclipse P2 update sites in src/uk.ac.kcl.inf.mdeoptimiser.repositories.p2.eclipse/src/uk.ac.kcl.mdeo.repository.p2.eclipse.aggr
- If required update the MDEOptimiser parent pom file to point to the newly created repository.
- Update the build version in META-INF/build.properties
- Run the ant build task
ant package-maven
- Copy the compiled jar files to the moeaframework folder in this repository
- Push the update to this repository