# xtext-maven **Repository Path**: mirrors_eclipse/xtext-maven ## Basic Information - **Project Name**: xtext-maven - **Description**: xtext-maven - **Primary Language**: Unknown - **License**: EPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Maven Support For The Xtext Framework ## Notice The content of this repository (`xtext-maven`) has been moved to the [Xtext Monorepo](https://github.com/eclipse/xtext/). Please refer to that repository to find the code, create issues or file pull requests. ## About This repository contains the [Maven plug-in for Xtext](https://www.eclipse.org/Xtext/documentation/350_continuous_integration.html). ## How To Build Checkout and run `mvn clean install -PuseSonatypeSnapshots`. With the above configuration, [Sonatype snapshots](https://oss.sonatype.org/content/repositories/snapshots) are used for upstream Xtext dependencies. The alternative profile `-PuseJenkinsSnapshots` activates the Maven repositories generated on the [Jenkins server](https://ci.eclipse.org/xtext/) for [xtext-lib](https://github.com/eclipse/xtext-lib), [xtext-core](https://github.com/eclipse/xtext-core), and [xtext-extras](https://github.com/eclipse/xtext-extras) instead. ## Continuous Integration This project is built by the [xtext-maven multi-branch job on Jenkins](https://ci.eclipse.org/xtext/job/xtext-maven/).