Browse Source

Further maven 3 cleanup

2.0.x
Rob Winch 13 years ago
parent
commit
5c308c0215
  1. 5
      pom.xml
  2. 1
      taglibs/pom.xml

5
pom.xml

@ -215,11 +215,6 @@ @@ -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>

1
taglibs/pom.xml

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

Loading…
Cancel
Save