Skip to content

Commit 794399c

Browse files
committed
Merge origin/master
2 parents cfe5a2e + 14fb80d commit 794399c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,25 @@
8383

8484
<build>
8585
<plugins>
86+
<plugin>
87+
<groupId>org.codehaus.mojo</groupId>
88+
<artifactId>build-helper-maven-plugin</artifactId>
89+
<executions>
90+
<execution>
91+
<id>add-source</id>
92+
<phase>generate-sources</phase>
93+
<goals>
94+
<goal>add-source</goal>
95+
</goals>
96+
<configuration>
97+
<sources>
98+
<source>${project.build.directory}/generated-sources/javacc/</source>
99+
<source>${project.build.directory}/generated-sources/jjtree/</source>
100+
</sources>
101+
</configuration>
102+
</execution>
103+
</executions>
104+
</plugin>
86105
<plugin>
87106
<artifactId>maven-compiler-plugin</artifactId>
88107
<version>3.7.0</version>

0 commit comments

Comments
 (0)