You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2016/02/18 20:42:39 UTC

svn commit: r1731129 - /webservices/axiom/branches/maven-site-plugin-3.5/pom.xml

Author: veithen
Date: Thu Feb 18 19:42:39 2016
New Revision: 1731129

URL: http://svn.apache.org/viewvc?rev=1731129&view=rev
Log:
Temporarily disable the rule that bans plugin repositories.

Modified:
    webservices/axiom/branches/maven-site-plugin-3.5/pom.xml

Modified: webservices/axiom/branches/maven-site-plugin-3.5/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/maven-site-plugin-3.5/pom.xml?rev=1731129&r1=1731128&r2=1731129&view=diff
==============================================================================
--- webservices/axiom/branches/maven-site-plugin-3.5/pom.xml (original)
+++ webservices/axiom/branches/maven-site-plugin-3.5/pom.xml Thu Feb 18 19:42:39 2016
@@ -838,7 +838,8 @@
                         <requireNoRepositories>
                             <message>The POM must not include repository definitions since non Apache repositories threaten the build stability.</message>
                             <banRepositories>true</banRepositories>
-                            <banPluginRepositories>true</banPluginRepositories>
+                            <!-- TODO: reenable this rule when maven-site-plugin 3.5 is out -->
+                            <banPluginRepositories>false</banPluginRepositories>
                             <!-- We still need to allow the Apache snapshot repository -->
                             <allowSnapshotRepositories>true</allowSnapshotRepositories>
                             <allowSnapshotPluginRepositories>true</allowSnapshotPluginRepositories>