Skip to content

Commit

Permalink
157: disabled xtext-maven-plugin in other examples
Browse files Browse the repository at this point in the history
Task-Url: #157
  • Loading branch information
LorenzoBettini committed Jun 20, 2022
1 parent 36ceaf3 commit e8411bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/org.eclipse.xsemantics.example.expressions/pom.xml
Expand Up @@ -75,10 +75,13 @@ Contributors:
</dependency>
</dependencies>
</plugin>
<!--
https://github.com/eclipse/xsemantics/issues/158
<plugin>
<groupId>org.eclipse.xtext</groupId>
<artifactId>xtext-maven-plugin</artifactId>
</plugin>
-->
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
Expand Down
1 change: 1 addition & 0 deletions examples/org.eclipse.xsemantics.example.fj/pom.xml
Expand Up @@ -76,6 +76,7 @@ Contributors:
</dependencies>
</plugin>
<!--
https://github.com/eclipse/xsemantics/issues/158
<plugin>
<groupId>org.eclipse.xtext</groupId>
<artifactId>xtext-maven-plugin</artifactId>
Expand Down
3 changes: 3 additions & 0 deletions examples/org.eclipse.xsemantics.example.lambda/pom.xml
Expand Up @@ -75,10 +75,13 @@ Contributors:
</dependency>
</dependencies>
</plugin>
<!--
https://github.com/eclipse/xsemantics/issues/158
<plugin>
<groupId>org.eclipse.xtext</groupId>
<artifactId>xtext-maven-plugin</artifactId>
</plugin>
-->
</plugins>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit e8411bb

Please sign in to comment.