diff --git a/android-integration/pom.xml b/android-integration/pom.xml new file mode 100644 index 000000000..4d4a5ae96 --- /dev/null +++ b/android-integration/pom.xml @@ -0,0 +1,127 @@ + + + + 4.0.0 + com.google.zxing + android-integration + jar + ZXing Android Integration lib + 1.6-SNAPSHOT + Integration helper classes for Android applications wanting to create/scan bar codes + http://code.google.com/p/zxing/ + 2007 + + Google Code + http://code.google.com/p/zxing/issues/list + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:svn:http://zxing.googlecode.com/svn/trunk + scm:svn:https://zxing.googlecode.com/svn/trunk + http://zxing.googlecode.com/svn/trunk + + + UTF-8 + + + + com.google.android + android + provided + 1.6_r2 + + + + src + build + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 6 + 6 + + + + org.apache.maven.plugins + maven-release-plugin + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + + + sonatype-nexus-staging + Sonatype Nexus Staging + http://oss.sonatype.org/content/groups/google-with-staging/ + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + http://oss.sonatype.org/content/repositories/google-snapshots/ + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + diff --git a/core/pom.xml b/core/pom.xml index 089a2ef5e..8ce5ec480 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -35,29 +35,45 @@ repo - - - Daniel Switkin - dswitkin@gmail.com - - - Sean Owen - srowen@gmail.com - - scm:svn:http://zxing.googlecode.com/svn/trunk scm:svn:https://zxing.googlecode.com/svn/trunk http://zxing.googlecode.com/svn/trunk + + UTF-8 + src build + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.3 + 1.3 + + org.apache.maven.plugins maven-release-plugin + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + diff --git a/javase/pom.xml b/javase/pom.xml index f95cf2032..284afb028 100644 --- a/javase/pom.xml +++ b/javase/pom.xml @@ -35,21 +35,14 @@ repo - - - Daniel Switkin - dswitkin@gmail.com - - - Sean Owen - srowen@gmail.com - - scm:svn:http://zxing.googlecode.com/svn/trunk scm:svn:https://zxing.googlecode.com/svn/trunk http://zxing.googlecode.com/svn/trunk + + UTF-8 + com.google.zxing @@ -64,6 +57,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 6 6 @@ -73,6 +67,20 @@ org.apache.maven.plugins maven-release-plugin + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + +