Restore some pom settings that were probably not needed after the <site> tag problem was found

git-svn-id: https://zxing.googlecode.com/svn/trunk@2977 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen@gmail.com 2013-11-30 10:13:21 +00:00
parent 092e0e9572
commit 00f634024c
2 changed files with 0 additions and 10 deletions

View file

@ -194,13 +194,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.2</version>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.15</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

View file

@ -75,8 +75,6 @@
<target>7</target>
</configuration>
</plugin>
<!-- Doesn't work with release: -->
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
@ -102,7 +100,6 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>