[java-parent-project] 02/02: JPAR-160 - Improve build stability by doing all deploys at end

Ian Young ian at iay.org.uk
Tue Feb 11 09:33:16 EST 2020


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=9e88e598496ca136a15528243275bb07aff51096

commit 9e88e598496ca136a15528243275bb07aff51096
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Feb 11 14:29:54 2020 +0000

    JPAR-160 - Improve build stability by doing all deploys at end
    
    https://issues.shibboleth.net/jira/browse/JPAR-160
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index fdfeef4..20b3b99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -658,6 +658,9 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-deploy-plugin</artifactId>
                     <version>${maven-deploy-plugin.version}</version>
+                    <configuration>
+                        <deployAtEnd>true</deployAtEnd>
+                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

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


More information about the commits mailing list