X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=pom.xml;h=d7bd8d0a714e863162b51e5bbf409d44399aa8f8;hb=f6fdcbb6fd2121d352e764337e0df77b403d6314;hp=882c3708ca19e702e43bd0319a8afacd79d76927;hpb=f930ced17bf76ac57125edc0ac76fbb00f3b368b;p=lgpl%2Fargeo-commons.git diff --git a/pom.xml b/pom.xml index 882c3708c..d7bd8d0a7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,28 +1,33 @@ - + 4.0.0 org.argeo parent - 1.0.0 + 1.2.0 org.argeo.commons argeo-commons - 0.1.1-SNAPSHOT + 0.3.1 Argeo Commons pom - 0.1 - 0.12.1 - 0.1.21 - 2.0.0 - 0.8.2.1 + 0.3 + 1.1.3 + ${project.version} + 0.12.5 + 3.6.2 + 0.1.31 + 2.2.0 + 1.1.1 + file:///srv/projects/www/commons/site + http://projects.argeo.org/commons/site + ${site.urlBase}/${developmentCycle} - scm:svn:https://www.argeo.org/svn/commons/trunk - scm:svn:https://www.argeo.org/svn/commons/trunk - https://www.argeo.org/svn/commons/trunk + scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-0.3.1 + scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-0.3.1 + https://svn.argeo.org/commons/tags/argeo-commons-0.3.1 @@ -32,7 +37,7 @@ basic osgi server + eclipse security + gis + sandbox @@ -75,6 +83,7 @@ limitations under the License. org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -83,6 +92,7 @@ limitations under the License. org.apache.maven.plugins maven-source-plugin + 2.1.2 attach-sources @@ -93,6 +103,16 @@ limitations under the License. + + org.apache.maven.plugins + maven-clean-plugin + 2.4.1 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.7.1 + org.argeo.maven.plugins maven-argeo-osgi-plugin @@ -100,9 +120,10 @@ limitations under the License. maven-jar-plugin + 2.3.1 - target/classes/META-INF/MANIFEST.MF + META-INF/MANIFEST.MF @@ -112,10 +133,11 @@ limitations under the License. ${version.maven-bundle-plugin} true - target/classes/META-INF + META-INF ${project.version}-r${buildNumber} - ${pom.artifactId} + ${project.artifactId} + J2SE-1.5 <_removeheaders>Bnd-LastModified @@ -135,10 +157,10 @@ limitations under the License. org.codehaus.mojo buildnumber-maven-plugin - 1.0-beta-3 + 1.0-beta-4 - validate + generate-resources create @@ -147,12 +169,20 @@ limitations under the License. false false - true + {0,date,yyyyMMdd_HHmmss} + + timestamp + + git + + svn + org.apache.maven.plugins maven-resources-plugin + 2.4.3 UTF-8 @@ -160,19 +190,39 @@ limitations under the License. org.apache.maven.plugins maven-site-plugin - 2.0-beta-5 - + 2.1.1 org.apache.maven.plugins maven-release-plugin + 2.1 true release - deploy + clean install + + + + com.mycila.maven-license-plugin + maven-license-plugin + 1.8.0 + +
license-apache2-header.txt
+ true + true + + src/**/*.java + src/**/*.xml + + + **/springutil/** + **/qooxdoo-sdk/** + + true + + SLASHSTAR_STYLE + XML_STYLE +
@@ -181,8 +231,8 @@ limitations under the License. org.argeo.dep - versions - 1.0.0 + versions-all + ${version.argeo-distribution} pom import @@ -191,7 +241,7 @@ limitations under the License. argeo - http://www.argeo.org/maven/argeo + http://maven.argeo.org/argeo true daily @@ -204,4 +254,117 @@ limitations under the License. + + + argeo-commons-site + Argeo Commons Site + file://${site.repoBase}/${developmentCycle}/ + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.3.1 + + + + index + summary + license + scm + issue-tracking + dependencies + + + + false + + project-team + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + false + + true + UTF-8 + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.2 + + true + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.7.1 + false + + true + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + true + + TODO + FIXME + @deprecated + + + + + org.apache.maven.plugins + maven-changelog-plugin + 2.2 + false + + + org.apache.maven.plugins + maven-pmd-plugin + 2.3 + false + + true + 1.5 + true + + **/springutil/*.java + + + + + + cpd + + + + + + + + + release + + + argeo-commons-site + Argeo Commons Site + file://${site.repoBase}/${project.version} + + + +
\ No newline at end of file