Skip to content

Commit

Permalink
xtext-maven-plugin in pluginManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Dec 1, 2022
1 parent 7d1eed6 commit 3c3d54b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions releng/org.eclipse.emf.parsley.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,12 @@
</configuration>
</plugin>

<plugin>
<groupId>org.eclipse.xtext</groupId>
<artifactId>xtext-maven-plugin</artifactId>
<version>${xtext-version}</version>
</plugin>

<!-- xtend-maven-plugin is in pluginManagement instead of in plugins
so that it doesn't run before the exec-maven-plugin's *.mwe2 gen; this way
we can list it after. -->
Expand Down

0 comments on commit 3c3d54b

Please sign in to comment.