From 8f37b05878846c754fbd607e02335613f3a51e54 Mon Sep 17 00:00:00 2001 From: Martin Kouba Date: Fri, 5 May 2017 10:03:54 +0200 Subject: [PATCH] WELD-2320 Migrate to OSSRH --- pom.xml | 174 ++++++++++++++++++++++++++++++++------------------------ 1 file changed, 101 insertions(+), 73 deletions(-) diff --git a/pom.xml b/pom.xml index 57e974f..7fa3f71 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 org.jboss.weld weld-parent @@ -16,7 +17,7 @@ - + Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 @@ -42,8 +43,10 @@ - JSR-346 Contexts and Dependency Injection for the Java EE platform - + JSR-346 Contexts and Dependency + Injection for the Java EE platform + 1.2 @@ -95,6 +98,8 @@ https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/ https://repository.jboss.org/nexus/content/repositories/snapshots/ + https://oss.sonatype.org/service/local/staging/deploy/maven2 + https://oss.sonatype.org/content/repositories/snapshots yyyyMMdd-HHmm @@ -177,11 +182,11 @@ ${release.version} - org.apache.maven.scm - maven-scm-provider-gitexe - ${maven.scm.provider.gitexe} - - + org.apache.maven.scm + maven-scm-provider-gitexe + ${maven.scm.provider.gitexe} + + org.apache.maven.plugins @@ -390,22 +395,19 @@ - + 9090 ${project.build.finalName} - + ${basedir}/src/main/resources/jetty-env.xml - + 3 @@ -421,13 +423,9 @@ /${project.build.finalName} 6060 - + http://localhost:8080/manager @@ -505,37 +503,37 @@ ${scm.plugin.version} - org.apache.maven.plugins - maven-checkstyle-plugin - ${checkstyle.plugin.version} - - weld-checkstyle/checkstyle.xml - weld-checkstyle/checkstyle-suppressions.xml - true - true - - - - - org.jboss.weld - weld-common-build-config - ${build.config.version} - - - com.puppycrawl.tools - checkstyle - ${checkstyle.version} - - - - - check-style - compile - - checkstyle - - - + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.plugin.version} + + weld-checkstyle/checkstyle.xml + weld-checkstyle/checkstyle-suppressions.xml + true + true + + + + + org.jboss.weld + weld-common-build-config + ${build.config.version} + + + com.puppycrawl.tools + checkstyle + ${checkstyle.version} + + + + + check-style + compile + + checkstyle + + + @@ -658,29 +656,59 @@ + + + jboss-release-repo + + false + + jboss-release-repo + true + + + + + jboss-releases-repository + JBoss Releases Repository + ${jboss.releases.repo.url} + + + jboss-snapshots-repository + JBoss Snapshots Repository + ${jboss.snapshots.repo.url} + + + + + + osshr-release-repo + + false + + !jboss-release-repo + + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + ${osshr.snapshots.repo.url} + + + sonatype-nexus-staging + Nexus Release Repository + ${osshr.releases.repo.url} + + + - scm:git:git@github.com:weld/parent.git scm:git:git@github.com:weld/parent.git scm:git:git@github.com:weld/parent.git - HEAD - - - - - jboss-releases-repository - JBoss Releases Repository - ${jboss.releases.repo.url} - - - jboss-snapshots-repository - JBoss Snapshots Repository - ${jboss.snapshots.repo.url} - - - + HEAD +