taking out assembly plugin binding, since I was just using this to investigate MNG-4207

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@785808 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2009-06-17 21:16:57 +00:00
parent 23a2e9b230
commit da331ac3f5
1 changed files with 0 additions and 23 deletions

View File

@ -59,27 +59,4 @@ under the License.
<version>1.2.14</version> <version>1.2.14</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-4</version>
<executions>
<execution>
<id>jar-with-deps</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project> </project>