diff --git a/pmd-swift/pom.xml b/pmd-swift/pom.xml index f84fd9490f..4ca080ae2d 100644 --- a/pmd-swift/pom.xml +++ b/pmd-swift/pom.xml @@ -10,8 +10,33 @@ 7.0.0-SNAPSHOT + + true + + + + org.apache.maven.plugins + maven-antrun-plugin + true + + + process-sources + process-sources + + + + + + + + + run + + + + org.antlr antlr4-maven-plugin diff --git a/pmd-swift/src/main/ant/antlr4.xml b/pmd-swift/src/main/ant/antlr4.xml new file mode 100644 index 0000000000..60f6be9a3b --- /dev/null +++ b/pmd-swift/src/main/ant/antlr4.xml @@ -0,0 +1,10 @@ + + + + + + + + \ No newline at end of file