From: Erik Brakkee Date: Sat, 23 Jul 2011 20:09:42 +0000 (+0200) Subject: ddddd X-Git-Tag: PAX_EXAM_MOCKITO_ISSUE~47 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=9dbda773fb0f33b7022a044f0e4cbc0e64f1929e;p=xmlrouter ddddd --- 9dbda773fb0f33b7022a044f0e4cbc0e64f1929e diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..4221afd --- /dev/null +++ b/pom.xml @@ -0,0 +1,262 @@ + + + + 4.0.0 + org.wamblee.xmlrouter + xmlrouter-root + pom + 0.1-SNAPSHOT + /xmlrouter + A simple XML Router with OSGI support + http://wamblee.org + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + https://wamblee.org/viewvc/xmlrouter + scm:svn:https://wamblee.org/svn/public/xmlrouter/trunk + scm:svn:https://wamblee.org/svn/public/xmlrouter/trunk + + + + erik@wamblee.org + Erik Brakkee + http://brakkee.org + + + + + + 0.5 + + + + common + config + publish + subscribe + impl + + + + + + release + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + sonatype-nexus-staging + Nexus Release Repository + http://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + all + + + !performRelease + + + + + + + + + + org.wamblee + wamblee-support-general + 0.7-SNAPSHOT + + + org.wamblee + wamblee-test-eclipselink + ${wamblee.utils.version} + test + + + org.eclipse.persistence + javax.persistence + 2.0.0 + + + + org.eclipse.persistence + eclipselink + 2.0.2 + + + junit + junit + 4.7 + test + + + org.mockito + mockito-all + 1.8.0 + test + + + + + + + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.0 + + true + javadoc:jar deploy + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.5 + + + org.wamblee + wamblee-code-style + 1.0 + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.7.1 + + + **/*Test.java + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + + test-jar + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.4 + + + + clean + + + + + + + + maven-site-plugin + 3.0-beta-3 + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.3.1 + + false + false + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + + org.codehaus.mojo + cobertura-maven-plugin + 2.3 + + + xml + html + + + + + + + + + + + + + + + xmlrouter-site + file:${distrib}/all + + + +