Skip to content

Commit

Permalink
158: add src-gen
Browse files Browse the repository at this point in the history
Task-Url: #158
  • Loading branch information
LorenzoBettini committed Jun 20, 2022
1 parent dc036f6 commit f93f8a7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/org.eclipse.xsemantics.example.lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@ Contributors:
<cleanupDaemonThreads>false</cleanupDaemonThreads><!-- see https://bugs.eclipse.org/bugs/show_bug.cgi?id=475098#c3 -->
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>src-gen</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.xtext</groupId>
<artifactId>xtext-maven-plugin</artifactId>
Expand Down

0 comments on commit f93f8a7

Please sign in to comment.