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/19 20:05:12 UTC

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

Author: veithen
Date: Fri Feb 19 19:05:12 2016
New Revision: 1731287

URL: http://svn.apache.org/viewvc?rev=1731287&view=rev
Log:
Restore enforcer configuration.

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=1731287&r1=1731286&r2=1731287&view=diff
==============================================================================
--- webservices/axiom/branches/maven-site-plugin-3.5/pom.xml (original)
+++ webservices/axiom/branches/maven-site-plugin-3.5/pom.xml Fri Feb 19 19:05:12 2016
@@ -828,8 +828,7 @@
                         <requireNoRepositories>
                             <message>The POM must not include repository definitions since non Apache repositories threaten the build stability.</message>
                             <banRepositories>true</banRepositories>
-                            <!-- TODO: reenable this rule when maven-site-plugin 3.5 is out -->
-                            <banPluginRepositories>false</banPluginRepositories>
+                            <banPluginRepositories>true</banPluginRepositories>
                             <!-- We still need to allow the Apache snapshot repository -->
                             <allowSnapshotRepositories>true</allowSnapshotRepositories>
                             <allowSnapshotPluginRepositories>true</allowSnapshotPluginRepositories>