File tree Expand file tree Collapse file tree 1 file changed +18
-8
lines changed
Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments