mirror of
https://github.com/zxing/zxing.git
synced 2025-02-20 18:47:38 -08:00
Add back site plugin config and <developers> to satisfy OSS sonatype check and versions plugin
git-svn-id: https://zxing.googlecode.com/svn/trunk@2984 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
8d7eb91faa
commit
6ece248e1a
11
pom.xml
11
pom.xml
|
@ -240,6 +240,11 @@
|
||||||
<artifactId>maven-war-plugin</artifactId>
|
<artifactId>maven-war-plugin</artifactId>
|
||||||
<version>2.4</version>
|
<version>2.4</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-site-plugin</artifactId>
|
||||||
|
<version>3.3</version>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-antrun-plugin</artifactId>
|
<artifactId>maven-antrun-plugin</artifactId>
|
||||||
|
@ -269,6 +274,12 @@
|
||||||
<distribution>repo</distribution>
|
<distribution>repo</distribution>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
|
<developers>
|
||||||
|
<developer>
|
||||||
|
<name>ZXing Authors</name>
|
||||||
|
</developer>
|
||||||
|
</developers>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>Google Code</system>
|
<system>Google Code</system>
|
||||||
<url>http://code.google.com/p/zxing/issues/list</url>
|
<url>http://code.google.com/p/zxing/issues/list</url>
|
||||||
|
|
Loading…
Reference in a new issue