[java-parent-project] branch master updated: Add managed dependency for maven-enforcer-plugin

Ian Young ian at iay.org.uk
Thu Mar 14 07:38:24 EDT 2019


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=dd816d5364fabe48e357f1bd63e6dfd5701586b8

The following commit(s) were added to refs/heads/master by this push:
       new  dd816d5   Add managed dependency for maven-enforcer-plugin
dd816d5 is described below

commit dd816d5364fabe48e357f1bd63e6dfd5701586b8
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Mar 14 11:38:18 2019 +0000

    Add managed dependency for maven-enforcer-plugin
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3609dd0..e38208e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
         <checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
 
         <maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
+        <maven-enforcer-plugin.version>3.0.0-M2</maven-enforcer-plugin.version>
         <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
 
         <maven.central.url>http://repo1.maven.org/maven2</maven.central.url>
@@ -603,6 +604,11 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-enforcer-plugin</artifactId>
+                    <version>${maven-enforcer-plugin.version}</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-gpg-plugin</artifactId>
                     <version>1.6</version>
                 </plugin>

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


More information about the commits mailing list