Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
[jqassistant-archive/jqa-manual#7] Added Maven Antrun Plugin to the l…
Browse files Browse the repository at this point in the history
…ist of managed plugins
  • Loading branch information
obfischer committed Feb 18, 2020
1 parent 898b4b8 commit 6a7619f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<org.neo4j_3x.version>3.5.14</org.neo4j_3x.version>
<guava.version>28.1-jre</guava.version>
<caffeine.version>2.8.0</caffeine.version>
<maven.ant.version>1.8</maven.ant.version>
<maven.assembly.version>3.1.0</maven.assembly.version>
<maven.buildhelper.version>3.0.0</maven.buildhelper.version>
<maven.checkstyle.version>3.1.0</maven.checkstyle.version>
Expand Down Expand Up @@ -159,6 +160,11 @@
!-->
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>${maven.ant.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
Expand Down Expand Up @@ -580,4 +586,4 @@
</dependencies>
</dependencyManagement>

</project>
</project>

0 comments on commit 6a7619f

Please sign in to comment.