mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
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:
parent
092e0e9572
commit
00f634024c
7
pom.xml
7
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue