Skip to content

Commit

Permalink
62: configured a few plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Dec 17, 2019
1 parent b6e7185 commit b7c7d39
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions edelta.parent/pom.xml
Expand Up @@ -51,6 +51,8 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
<build-helper-version>3.0.0</build-helper-version>
<versions-version>2.7</versions-version>

<mwe2.skip>false</mwe2.skip>
<xtend.skip>false</xtend.skip>
Expand Down Expand Up @@ -486,6 +488,21 @@
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>${build-helper-version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>${versions-version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-versions-plugin</artifactId>
<version>${tycho-version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.xtext</groupId>
<artifactId>xtext-maven-plugin</artifactId>
Expand Down

0 comments on commit b7c7d39

Please sign in to comment.