From d2fe43e513c8d443b26f67a8a19a2d65336b9d85 Mon Sep 17 00:00:00 2001 From: Eugen Martynov Date: Wed, 5 Dec 2012 16:21:08 +0100 Subject: [PATCH] Started project mavenize --- .gitignore | 3 +- base/pom.xml | 42 ++++++++++++++ pom.xml | 153 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 197 insertions(+), 1 deletion(-) create mode 100644 base/pom.xml create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index 0b2be412..613e8831 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ local.properties bin/ gen/ -proguard/ \ No newline at end of file +proguard/ +target/ \ No newline at end of file diff --git a/base/pom.xml b/base/pom.xml new file mode 100644 index 00000000..e9b405fa --- /dev/null +++ b/base/pom.xml @@ -0,0 +1,42 @@ + + + 4.0.0 + + + org.droidparts + droidparts-parent + 1.0-SNAPSHOT + + + base + DroidParts base + Base + + + + android + android + 4.1_r2 + provided + + + + + src + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + -proc:none + true + true + ${jdk}/bin/javac + + + + + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..edf8b6c7 --- /dev/null +++ b/pom.xml @@ -0,0 +1,153 @@ + + + 4.0.0 + + + org.sonatype.oss + oss-parent + 7 + + + org.droidparts + droidparts-parent + 1.0-SNAPSHOT + pom + + DroidParts Parent + Android framework that saves keystrokes + http://http://droidparts.org + + 2012 + + + + Apache 2 + repo + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + yanchenko + Alex Yanchenko + + Owner + + + + + + UTF-8 + c:\Program Files\Java\jdk1.7.0 + + + + base + + + + + + com.sun.codemodel + codemodel + 2.4.1 + + + junit + junit + 4.8.1 + test + + + + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.2.1 + + forked-path + + + + org.sonatype.plugins + jarjar-maven-plugin + 1.3 + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + maven-assembly-plugin + 2.2.1 + + + maven-javadoc-plugin + 2.7 + + + maven-source-plugin + 2.1.2 + + + org.apache.maven.plugins + maven-deploy-plugin + 2.7 + + + + + + + scm:git:git@github.com:yanchenko/droidparts.git + scm:git:git@github.com:yanchenko/droidparts.git + https://github.com/yanchenko/droidparts + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + + + + +