[java-idp-oidc] branch main updated: Changed execution id of the assembly-plugin to 'make-assembly'.

Henri Mikkonen henri.mikkonen at iki.fi
Wed Mar 17 11:27:26 UTC 2021


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

hjmikkon pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=e8ec1637911cdaeb53a64e86612047c36b189d08

The following commit(s) were added to refs/heads/main by this push:
       new  e8ec1637  Changed execution id of the assembly-plugin to 'make-assembly'.
e8ec1637 is described below

commit e8ec1637911cdaeb53a64e86612047c36b189d08
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Mar 17 13:24:45 2021 +0200

    Changed execution id of the assembly-plugin to 'make-assembly'.
    
    With the old name 'create-archive', the plugin was executed twice (see below). This probably caused the files to be deployed twice during the deploy goal for these files, second attempt causing HTTP 400 from Nexus as the file already existed.
    
    [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ idp-plugin-oidc-op-distribution ---
    [INFO] Skipping packaging of the test-jar
    [INFO]
    [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ idp-plugin-oidc-op-distribution ---
    [INFO] Reading assembly descriptor: src/assembly/dep.xml
    [INFO] Building tar: /Users/mikkonen/Git/java-idp-oidc/idp-oidc-extension-distribution/target/shibboleth-idp-plugin-oidc-op-3.0.0-SNAPSHOT.tar.gz
    [INFO] Building tar: /Users/mikkonen/Git/java-idp-oidc/idp-oidc-extension-distribution/target/shibboleth-idp-plugin-oidc-op-3.0.0-SNAPSHOT.tar.bz2
    [INFO] Building zip: /Users/mikkonen/Git/java-idp-oidc/idp-oidc-extension-distribution/target/shibboleth-idp-plugin-oidc-op-3.0.0-SNAPSHOT.zip
    [INFO]
    [INFO] --- maven-assembly-plugin:3.3.0:single (create-archive) @ idp-plugin-oidc-op-distribution ---
    [INFO] Reading assembly descriptor: src/assembly/dep.xml
    [INFO] Building tar: /Users/mikkonen/Git/java-idp-oidc/idp-oidc-extension-distribution/target/shibboleth-idp-plugin-oidc-op-3.0.0-SNAPSHOT.tar.gz
    [INFO] Building tar: /Users/mikkonen/Git/java-idp-oidc/idp-oidc-extension-distribution/target/shibboleth-idp-plugin-oidc-op-3.0.0-SNAPSHOT.tar.bz2
    [INFO] Building zip: /Users/mikkonen/Git/java-idp-oidc/idp-oidc-extension-distribution/target/shibboleth-idp-plugin-oidc-op-3.0.0-SNAPSHOT.zip
    [INFO]
    [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ idp-plugin-oidc-op-distribution ---
---
 idp-oidc-extension-distribution/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-extension-distribution/pom.xml b/idp-oidc-extension-distribution/pom.xml
index cabbc189..94ab983d 100644
--- a/idp-oidc-extension-distribution/pom.xml
+++ b/idp-oidc-extension-distribution/pom.xml
@@ -34,7 +34,7 @@
 	        </configuration>
 	        <executions>
 	          <execution>
-	            <id>create-archive</id>
+	            <id>make-assembly</id>
 	            <phase>package</phase>
 	            <goals>
 	              <goal>single</goal>

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


More information about the commits mailing list