We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206b1be commit c96ba18Copy full SHA for c96ba18
1 file changed
java/pom.xml
@@ -78,7 +78,7 @@
78
<sourceDirectory>src/main/</sourceDirectory>
79
<!--<testSourceDirectory>"TO BE DEFINED"</testSourceDirectory>-->
80
<plugins>
81
- <!-- ANTLR Plugin -->
+ <!-- ANTLR Plugin
82
<plugin>
83
<groupId>org.antlr</groupId>
84
<artifactId>antlr4-maven-plugin</artifactId>
@@ -94,7 +94,7 @@
94
</execution>
95
</executions>
96
</plugin>
97
-
+ -->
98
<!-- Java Compiler Plugin -->
99
100
<groupId>org.apache.maven.plugins</groupId>
0 commit comments