File tree Expand file tree Collapse file tree 3 files changed +23
-18
lines changed
src/main/antlr4/org/jooby/internal/apitool/javadoc Expand file tree Collapse file tree 3 files changed +23
-18
lines changed Original file line number Diff line number Diff line change 11src /main /java /org /jooby /internal /apitool /javadoc /* .java
22* .tokens
3+ * .interp
Original file line number Diff line number Diff line change 4646 </executions >
4747 </plugin >
4848
49+ <plugin >
50+ <groupId >org.apache.maven.plugins</groupId >
51+ <artifactId >maven-antrun-plugin</artifactId >
52+ <version >1.8</version >
53+ <executions >
54+ <execution >
55+ <phase >process-sources</phase >
56+ <configuration >
57+ <target >
58+ <delete >
59+ <fileset dir =" ${basedir}" includes =" **/*.tokens" />
60+ </delete >
61+ </target >
62+ </configuration >
63+ <goals >
64+ <goal >run</goal >
65+ </goals >
66+ </execution >
67+ </executions >
68+ </plugin >
69+
4970 <plugin >
5071 <groupId >org.antlr</groupId >
5172 <artifactId >antlr4-maven-plugin</artifactId >
5778 </configuration >
5879 <executions >
5980 <execution >
81+ <phase >process-sources</phase >
6082 <goals >
6183 <goal >antlr4</goal >
6284 </goals >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments