svn commit: r1357818 - /axis/axis2/java/rampart/trunk/pom.xml
Author: veithen Date: Thu Jul 5 19:21:16 2012 New Revision: 1357818 URL: http://svn.apache.org/viewvc?rev=1357818&view=rev Log: Permanently ban non Apache repositories. The shibboleth repository was moved and this broke the build. Don't allow this to happen again in the future. Note that all required artifacts are in Maven central (thanks to the efforts of the WSS4J project). Modified: axis/axis2/java/rampart/trunk/pom.xml Modified: axis/axis2/java/rampart/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/pom.xml?rev=1357818&r1=1357817&r2=1357818&view=diff == --- axis/axis2/java/rampart/trunk/pom.xml (original) +++ axis/axis2/java/rampart/trunk/pom.xml Thu Jul 5 19:21:16 2012 @@ -118,26 +118,6 @@ http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk - - - - -true -always -warn - - -true -never -warn - -open-saml -OpenSAML - https://build.shibboleth.net/nexus/content/groups/public/ - - - - @@ -160,7 +140,30 @@ - + +maven-enforcer-plugin +1.1 + + +validate + +enforce + + + + +The POM must not include repository definitions since non Apache repositories threaten the build stability. +true + true + + true + + + + + + + org.apache.maven.plugins maven-compiler-plugin @@ -213,19 +216,9 @@ org.apache.ws.security wss4j ${wss4j.version} - - - -xalan -xalan - - -org.apache.xalan +xalan xalan 2.7.1
svn commit: r1357821 - in /axis/axis2/java/rampart/branches/1_6: ./ pom.xml
Author: veithen Date: Thu Jul 5 19:29:00 2012 New Revision: 1357821 URL: http://svn.apache.org/viewvc?rev=1357821&view=rev Log: Merged r1355738 and r1357818 to the 1.6 branch to fix the issue with the shibboleth repository. Modified: axis/axis2/java/rampart/branches/1_6/ (props changed) axis/axis2/java/rampart/branches/1_6/pom.xml Propchange: axis/axis2/java/rampart/branches/1_6/ -- Merged /axis/axis2/java/rampart/trunk:r1355738,1357818 Modified: axis/axis2/java/rampart/branches/1_6/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/pom.xml?rev=1357821&r1=1357820&r2=1357821&view=diff == --- axis/axis2/java/rampart/branches/1_6/pom.xml (original) +++ axis/axis2/java/rampart/branches/1_6/pom.xml Thu Jul 5 19:29:00 2012 @@ -118,26 +118,6 @@ http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6 - - - - -true -always -warn - - -true -never -warn - -open-saml -OpenSAML -http://shibboleth.internet2.edu/downloads/maven2/ - - - - @@ -160,7 +140,30 @@ - + +maven-enforcer-plugin +1.1 + + +validate + +enforce + + + + +The POM must not include repository definitions since non Apache repositories threaten the build stability. +true + true + + true + + + + + + + org.apache.maven.plugins maven-compiler-plugin @@ -217,19 +220,9 @@ org.apache.ws.security wss4j ${wss4j.version} - - - -xalan -xalan - - -org.apache.xalan +xalan xalan 2.7.1