You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/08/07 11:54:33 UTC

svn commit: r1880675 - /commons/cms-site/trunk/pom.xml

Author: sebb
Date: Fri Aug  7 11:54:33 2020
New Revision: 1880675

URL: http://svn.apache.org/viewvc?rev=1880675&view=rev
Log:
Try to fix CMS build

Modified:
    commons/cms-site/trunk/pom.xml

Modified: commons/cms-site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/pom.xml?rev=1880675&r1=1880674&r2=1880675&view=diff
==============================================================================
--- commons/cms-site/trunk/pom.xml (original)
+++ commons/cms-site/trunk/pom.xml Fri Aug  7 11:54:33 2020
@@ -42,6 +42,20 @@
       <url>https://repo.maven.apache.org/maven2</url>
     </repository>
   </repositories>
+  <!-- Also plugin repo -->
+  <pluginRepositories>
+    <pluginRepository>
+      <releases>
+        <updatePolicy>never</updatePolicy>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>central</id>
+      <name>Central Repository</name>
+      <url>https://repo.maven.apache.org/maven2</url>
+    </pluginRepository>
+  </pluginRepositories>
 
 
   <distributionManagement>