You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/02/28 10:37:16 UTC

[incubator-plc4x] branch master updated: Removed the "deployAtEnd" as with two separate steps this doesn't make any sense and it also didn't seem to work anyway.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new d262de0  Removed the "deployAtEnd" as with two separate steps this doesn't make any sense and it also didn't seem to work anyway.
d262de0 is described below

commit d262de00b18715fba424b70abe00b1a76d01c2c9
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Feb 28 11:37:11 2018 +0100

    Removed the "deployAtEnd" as with two separate steps this doesn't make any sense and it also didn't seem to work anyway.
---
 Jenkinsfile | 2 +-
 pom.xml     | 9 ---------
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 744fa93..37557f0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -115,7 +115,7 @@ pipeline {
                 branch 'master'
             }
             steps {
-                echo 'Building'
+                echo 'Deploying'
                 sh 'mvn -P${JENKINS_PROFILE} -DskipTests deploy'
             }
         }
diff --git a/pom.xml b/pom.xml
index 5294d66..1e90423 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,15 +322,6 @@
         </executions>
       </plugin>
 
-      <!-- Tell the deploy plugin to deploy everything at the end and only if the full build was successful -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <deployAtEnd>true</deployAtEnd>
-        </configuration>
-      </plugin>
-
       <!--
         ===================================
         ==                               ==

-- 
To stop receiving notification emails like this one, please contact
cdutz@apache.org.