Skip to content

Commit

Permalink
Include download-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Mar 12, 2018
1 parent 5c532a0 commit 13b106c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<version.compiler.plugin>3.7.0</version.compiler.plugin>
<version.dependency.plugin>3.0.2</version.dependency.plugin>
<version.deploy.plugin>2.8.2</version.deploy.plugin>
<version.download.plugin>1.4.0</version.download.plugin>
<version.ear.plugin>2.10.1</version.ear.plugin>
<version.org.eclipse.m2e.lifecycle-mapping>1.0.0</version.org.eclipse.m2e.lifecycle-mapping>
<version.ejb.plugin>3.0.0</version.ejb.plugin>
Expand Down Expand Up @@ -221,6 +222,11 @@
<artifactId>buildnumber-maven-plugin</artifactId>
<version>${version.buildnumber.plugin}</version>
</plugin>
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>${version.download.plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand Down

0 comments on commit 13b106c

Please sign in to comment.