o state requirement of the mr file wagon

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@532026 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2007-04-24 17:46:48 +00:00
parent 3481d0f425
commit 906e4a2f74
1 changed files with 5 additions and 1 deletions

View File

@ -61,7 +61,7 @@ under the License.
<plugin>
<artifactId>shade-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId>
<version>1.0-alpha-7</version>
<version>1.0-alpha-8-SNAPSHOT</version>
<executions>
<execution>
<phase>package</phase>
@ -134,6 +134,10 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-file</artifactId>
</dependency>
</dependencies>
<distributionManagement>
<site>