[java-parent-project-v3] 08/09: JPAR-51 - Change repository checksum policy to fail.

Tom Zeller tzeller at dragonacea.biz
Sat Nov 14 02:45:51 EST 2015


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

commit eb6aafe8212b91c000f382c85bd8fb7d477a6194
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sat Nov 14 01:43:12 2015 -0600

    JPAR-51 - Change repository checksum policy to fail.
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index d34aa8a..7f40c55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,8 +49,13 @@
         <repository>
             <id>shib-release</id>
             <url>https://build.shibboleth.net/nexus/content/groups/public</url>
+            <releases>
+                <enabled>true</enabled>
+                <checksumPolicy>fail</checksumPolicy>
+            </releases>
             <snapshots>
                 <enabled>false</enabled>
+                <checksumPolicy>fail</checksumPolicy>
             </snapshots>
         </repository>
         <repository>
@@ -58,7 +63,12 @@
             <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
             <releases>
                 <enabled>false</enabled>
+                <checksumPolicy>fail</checksumPolicy>
             </releases>
+            <snapshots>
+                <enabled>true</enabled>
+                <checksumPolicy>fail</checksumPolicy>
+            </snapshots>
         </repository>
         <repository>
             <id>shib-thirdparty-snapshot</id>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list