EMF Validation extends the core validation support of EMF itself with:
- constraint definitions,
- customizable model traversal algorithms,
- constraint parsing for languages,
- configurable application-specific validation contexts,
- and validation listeners.
It is part of the Eclipse EMF Services project, which provides libraries that extend the core EMF framework with additional services or more powerful versions of services provided by EMF itself.
The build uses Tycho. To launch a complete build, issue mvn clean package
from the top-level directory.
The resulting update-site (p2 repository) can be found in org.eclipse.emf.validation.repository/target/repository
.
You can specify a specific platform from the ones available in platforms available in org.eclipse.emf.validation.target
.
For example mvn clean package -Dplatform=2020-12
to build against a Target Platform which corresponds to Eclipse 2020-12.
The official builds are run in the Eclipse Foundation's infrastructure, at https://ci.eclipse.org/emfservices.
Update Sites (p2 repositories) are available at:
- https://download.eclipse.org/modeling/emf/validation/updates/interim: nightly builds
- https://download.eclipse.org/modeling/emf/validation/updates/milestones: milestone builds
- https://download.eclipse.org/modeling/emf/validation/updates/releases: releases