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 09:25:42 UTC

[incubator-plc4x] 02/02: Switched to "deployAtEnd"

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

commit 332a85b5dc914ef8df9220b608211e84cedfb230
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Feb 28 10:25:37 2018 +0100

    Switched to "deployAtEnd"
---
 pom.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/pom.xml b/pom.xml
index 657e954..cdd1263 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,6 +322,25 @@
         </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>
+
+      <!--
+        ===================================
+        ==                               ==
+        ==    SITE GENERATION PLUGINS    ==
+        ==                               ==
+        ===================================
+
+        Starting here the following plugins are used for generating the projects website.
+      -->
+
       <!--
           The reflow maven skin used for the site-generation requires some static resources.
           The following plugins configure the acquisition and location of these resources.

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