Browse Source

Further maven 3 cleanup

Rob Winch 13 years ago
parent
commit
5c308c0215
2 changed files with 0 additions and 6 deletions
  1. 0 5
      pom.xml
  2. 0 1
      taglibs/pom.xml

+ 0 - 5
pom.xml

@@ -215,11 +215,6 @@
                         </execution>
                     </executions>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-dependency-plugin</artifactId>
-                    <version>2.5.1</version>
-                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>

+ 0 - 1
taglibs/pom.xml

@@ -57,7 +57,6 @@
                 <directory>
                     ${basedir}/src/main/resources
                 </directory>
-                <targetPath>/</targetPath>
                 <includes>
                     <include>**/*</include>
                 </includes>