[java-identity-provider] branch master updated: JPAR-99 - change from deprecated assembly plugin goal

Ian Young ian at iay.org.uk
Thu Oct 12 10:50:01 EDT 2017


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

iay pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=667dde18a9559180132a21bed1b0b68df94ad9e7

The following commit(s) were added to refs/heads/master by this push:
       new  667dde1   JPAR-99 - change from deprecated assembly plugin goal
667dde1 is described below

commit 667dde18a9559180132a21bed1b0b68df94ad9e7
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Oct 12 15:49:43 2017 +0100

    JPAR-99 - change from deprecated assembly plugin goal
---
 idp-distribution/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 56a7ae4a..ddaf10d 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -241,7 +241,7 @@
                         <id>make-assembly</id>
                         <phase>package</phase>
                         <goals>
-                            <goal>attached</goal>
+                            <goal>single</goal>
                         </goals>
                     </execution>
                 </executions>

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


More information about the commits mailing list