From ce0e0970a06a6d017bc7b90ce8e2de25a5fccdfa Mon Sep 17 00:00:00 2001 From: Travis Schneberger Date: Thu, 16 Apr 2015 15:00:33 -0400 Subject: [PATCH] grm profile, updating pom --- coeus-api-all/pom.xml | 2 +- pom.xml | 258 ++++++++++++++++++++++++++++++++++++++---- 2 files changed, 237 insertions(+), 23 deletions(-) diff --git a/coeus-api-all/pom.xml b/coeus-api-all/pom.xml index 6a8a969..6fe77b1 100644 --- a/coeus-api-all/pom.xml +++ b/coeus-api-all/pom.xml @@ -22,7 +22,7 @@ org.kuali.coeus coeus-api - 6.0.1-SNAPSHOT + 6.0.0.2-SNAPSHOT coeus-api-all diff --git a/pom.xml b/pom.xml index 6f57d9b..703a23d 100644 --- a/pom.xml +++ b/pom.xml @@ -19,19 +19,14 @@ --> 4.0.0 - - org.kuali.pom - kuali-common - 5.0.4 - org.kuali.coeus coeus-api - 6.0.1-SNAPSHOT + 6.0.0.2-SNAPSHOT pom The Kuali Coeus API module contains service apis for the Kuali Coeus application. - http://${kuali.site.hostname}/coeus/coeus-api/${project.version} + http://kuali.org/kc 2014 @@ -40,12 +35,7 @@ repo - - scm:git:git@github.com:kuali/kc-api.git - scm:git:git@github.com:kuali/kc-api.git - https://github.com/kuali/kc-api/tree/${project.scm.tag} - master - + kc.dev @@ -61,22 +51,138 @@ - git 3.0 - - 4.11 - 1.1.2 - 2.3 - 2.3 + + 4.12 + + 2.6.1 + 2.8.2 + 2.5.2 + 2.10.3 + 2.6 + 1.9.4 + 2.5.1 + 2.7 + 2.4 + 2.18.1 + 1.2.1 + 3.3 + 2.0.2 + 2.5 + 2.5 + + 3.0 + + UTF-8 + ${project.encoding} + ${project.encoding} + + 1.7 + + ${project.java.version} + ${project.java.version} http://www.gnu.org/licenses/agpl-3.0.txt + + scm:git:git://github.com/kuali/kc-api.git + scm:git:git@github.com:kuali/kc-api.git + https://github.com/kuali/kc-api + + github + https://github.com/kuali/kc-api/issues + + kuali.snapshot + Main Kuali Repository + scp://test.kuali.org:/opt/m2/repository + + kuali.snapshot + Kuali Snapshot Repository + s3://maven.kuali.org/snapshot coeus-api-all - + + + + + + org.apache.maven.plugins + maven-clean-plugin + ${maven-clean-plugin.version} + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + ${project.compile.source} + ${project.compile.target} + ${project.encoding} + false + true + + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + + org.apache.maven.plugins + maven-install-plugin + ${maven-install-plugin.version} + + + org.apache.maven.plugins + maven-jar-plugin + ${maven-jar-plugin.version} + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + org.apache.maven.plugins + maven-resources-plugin + ${maven-resources-plugin.version} + + + org.apache.maven.plugins + maven-release-plugin + ${maven-release-plugin.version} + + + org.apache.maven.scm + maven-scm-provider-gitexe + ${maven-scm-provider-gitexe.version} + + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + + + + org.kuali.maven.wagons + maven-s3-wagon + ${wagon.s3.version} + + + + @@ -86,8 +192,63 @@ - + + + grm + + + + !grm.off + + + + + scm:git:git://github.com/kualico/kc-api.git + scm:git:git@github.com:kualico/kc-api.git + https://github.com/kualico/kc-api + + github + https://github.com/kualico/kc-api/issues + + rsmart.snapshot.repo + rsmart snapshot repository + s3://rsmart-dev/artifacts/maven/snapshot + + rsmart.release.repo + rsmart release repository + s3://rsmart-dev/artifacts/maven/release + + + + + rsmart-dev + rSmart Nexus Repository Manager + https://nexus.rsmart.com/nexus/content/groups/public/ + + true + + + true + + + + + + + rsmart-dev + rSmart Nexus Repository Manager + https://nexus.rsmart.com/nexus/content/groups/public/ + + true + + + true + + + + + error-prone @@ -97,7 +258,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${plugin.compiler.version} + ${maven-compiler-plugin.version} ${project.compile.source} ${project.compile.target} @@ -129,4 +290,57 @@ + + + + kuali.nexus + Kuali Nexus Repository Manager + http://nexus.kuali.org/content/groups/public + + true + + + true + + + + + + + kuali.nexus + Kuali Nexus Repository Manager + http://nexus.kuali.org/content/groups/public + + true + + + true + + + + + + ${scm.connection} + ${scm.developerConnection} + ${scm.url} + HEAD + + + + + ${dm.snapshotRepository.id} + ${dm.snapshotRepository.name} + ${dm.snapshotRepository.url} + + + ${dm.repository.id} + ${dm.repository.name} + ${dm.repository.url} + + + + + ${issueManagement.system} + ${issueManagement.url} +