booster:download

Full name:

project.gluebooster.maven:maven-booster-plugin:0.4:download

Description:

This goal downloads dependencies and installs them into the local repository. You have to declare download urls (plus relative path within zip) like <!--downloadURL>http://dfn.dl.sourceforge.net/sourceforge/jung/jung2-alpha2.zip#jung-graph-impl-2.0-alpha2.jar From commandline: mvn project.gluebooster:maven-booster-plugin:0.1:download
<plugin>
<groupId>project.gluebooster</groupId>
<artifactId>maven-booster-plugin</artifactId>
<version>0.1</version>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>download</goal>
</goals>
</execution>
</executions>
</plugin>

Attributes:

  • Binds by default to the lifecycle phase: validate.

Required Parameters

Name Type Since Description
localRepository DefaultArtifactRepository - The local repository.

Parameter Details

localRepository:

The local repository.
  • Type: org.apache.maven.artifact.repository.DefaultArtifactRepository
  • Required: Yes
  • Expression: ${localRepository}