Skip to content

Commit

Permalink
adds missing plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Nov 4, 2020
1 parent 945a74d commit 42712ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,13 @@
<build>
<pluginManagement>
<plugins>
<!-- mvn de.qaware.maven:go-offline-maven-plugin:resolve-dependencies -->
<plugin>
<groupId>de.qaware.maven</groupId>
<artifactId>go-offline-maven-plugin</artifactId>
<version>1.2.7</version>
</plugin>

<!-- mvn -N io.takari:maven:wrapper generates the ./mvnw script -->
<plugin>
<groupId>io.takari</groupId>
Expand Down

0 comments on commit 42712ab

Please sign in to comment.