mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -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>
|
||||
<version>2.4</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<version>3.3</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
|
@ -269,6 +274,12 @@
|
|||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>ZXing Authors</name>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<issueManagement>
|
||||
<system>Google Code</system>
|
||||
<url>http://code.google.com/p/zxing/issues/list</url>
|
||||
|
|
Loading…
Reference in a new issue