Skip to content

Commit 6655673

Browse files
author
Florent Bécart
committed
Add the sources generated by javacc-maven-plugin to eclipse classpath
1 parent 3f9c4cc commit 6655673

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

pom.xml

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
</dependency>
1414
</dependencies>
1515

16-
<distributionManagement>
17-
<!-- use the following if you're not using a snapshot version. -->
18-
<repository>
19-
<id>jwall</id>
20-
<name>jwall.org Maven Repository</name>
21-
<url>https://secure.jwall.org/maven/repository/jwall</url>
22-
</repository>
23-
</distributionManagement>
16+
<distributionManagement>
17+
<!-- use the following if you're not using a snapshot version. -->
18+
<repository>
19+
<id>jwall</id>
20+
<name>jwall.org Maven Repository</name>
21+
<url>https://secure.jwall.org/maven/repository/jwall</url>
22+
</repository>
23+
</distributionManagement>
2424

2525
<build>
2626
<plugins>
@@ -46,6 +46,16 @@
4646
</execution>
4747
</executions>
4848
</plugin>
49+
<plugin>
50+
<groupId>org.apache.maven.plugins</groupId>
51+
<artifactId>maven-eclipse-plugin</artifactId>
52+
<version>2.8</version>
53+
<configuration>
54+
<sourceIncludes>
55+
<sourceInclude>/target/generated-sources/javacc</sourceInclude>
56+
</sourceIncludes>
57+
</configuration>
58+
</plugin>
4959
</plugins>
5060
</build>
5161
</project>

0 commit comments

Comments
 (0)