Skip to content

Commit

Permalink
Use the same maven plugin versions of compiler and antrun across droo…
Browse files Browse the repository at this point in the history
…lsjbpm to avoid issues
  • Loading branch information
ge0ffrey committed Oct 17, 2012
1 parent f78bd2a commit 0ab27a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drools-compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
Expand Down
1 change: 0 additions & 1 deletion drools-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
<build>
<plugins>
<plugin><!-- TODO JBRULES-2740 use mojo's antlr-maven-plugin or antlr3-maven-plugin so the jar versions are always up to date -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
Expand Down

0 comments on commit 0ab27a6

Please sign in to comment.