mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 03:37:34 -08:00
Remove problematic dependency plugin for zxingorg javadoc
git-svn-id: https://zxing.googlecode.com/svn/trunk@2962 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
0a89cdddf2
commit
979d382726
|
@ -75,6 +75,8 @@
|
|||
<target>7</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- Doesn't work with release: -->
|
||||
<!--
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
|
@ -99,7 +101,8 @@
|
|||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugin>
|
||||
-->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-war-plugin</artifactId>
|
||||
|
|
Loading…
Reference in a new issue