[jboss-cvs] JBossAS SVN: r104280 - projects/ejb-book/trunk/ch05-encryption.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Apr 27 15:06:23 EDT 2010
Author: ALRubinger
Date: 2010-04-27 15:06:22 -0400 (Tue, 27 Apr 2010)
New Revision: 104280
Modified:
projects/ejb-book/trunk/ch05-encryption/pom.xml
Log:
[EJBBOOK-4] Remove unnecessary dependency plugin config
Modified: projects/ejb-book/trunk/ch05-encryption/pom.xml
===================================================================
--- projects/ejb-book/trunk/ch05-encryption/pom.xml 2010-04-27 18:59:41 UTC (rev 104279)
+++ projects/ejb-book/trunk/ch05-encryption/pom.xml 2010-04-27 19:06:22 UTC (rev 104280)
@@ -19,25 +19,7 @@
<!-- Build -->
<build>
- <plugins>
- <plugin>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-dependencies</id>
- <phase>package</phase>
- <goals>
- <goal>copy-dependencies</goal>
- </goals>
- <configuration>
- <includeScope>runtime</includeScope>
- <outputDirectory>${project.build.directory}/lib</outputDirectory>
- <stripVersion>true</stripVersion>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
+
</build>
More information about the jboss-cvs-commits
mailing list