# emf-validation_1 **Repository Path**: mirrors_eclipse/emf-validation_1 ## Basic Information - **Project Name**: emf-validation_1 - **Description**: No description available - **Primary Language**: Unknown - **License**: EPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-31 - **Last Updated**: 2025-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Eclipse EMF Services - EMF Validation _EMF Validation_ extends the core validation support of [EMF](https://www.eclipse.org/modeling/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](https://projects.eclipse.org/projects/modeling.emfservices) project, which provides libraries that extend the core EMF framework with additional services or more powerful versions of services provided by EMF itself. ### Building The build uses [Tycho](http://www.eclipse.org/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. ### Continuous Integration The official builds are run in the Eclipse Foundation's infrastructure, at . ### Update Sites Update Sites (p2 repositories) are available at: * : nightly builds * : milestone builds * : releases | Version | Repository URL | |:--------------------|:--------------------------------------------------------------------------------------| | **1.14.0** (latest) | | | 1.13.3 | | | 1.13.2 | | | 1.13.1 | | | 1.13.0 | | | 1.12.2 | | | 1.12.1 | | | 1.12.0 | | | 1.11.0 | | | 1.10.0 | | | 1.9.0 | | | 1.8.0 | | | 1.7.0 | | ### License [Eclipse Public License 2.0](https://www.eclipse.org/legal/epl-2.0/)