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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 55377ec  Moved the inheritance suppression into the execution 
definition
55377ec is described below

commit 55377ec8036029cf4047dd2c37cf2ad7b3430121
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Mar 18 14:41:42 2019 +0100

    Moved the inheritance suppression into the execution definition
---
 pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index a47e6aa..14a288c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -780,11 +780,11 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
-        <!-- Only execute this for the parent module -->
-        <inherited>false</inherited>
         <executions>
           <execution>
             <id>unpack</id>
+            <!-- Only execute this for the parent module -->
+            <inherited>false</inherited>
             <phase>pre-site</phase>
             <goals>
               <goal>unpack</goal>
@@ -819,11 +819,11 @@
         <groupId>com.googlecode.maven-download-plugin</groupId>
         <artifactId>download-maven-plugin</artifactId>
         <version>1.4.1</version>
-        <!-- Only execute this for the parent module -->
-        <inherited>false</inherited>
         <executions>
           <execution>
             <id>get-fontawesome</id>
+            <!-- Only execute this for the parent module -->
+            <inherited>false</inherited>
             <phase>pre-site</phase>
             <goals>
               <goal>wget</goal>
@@ -840,11 +840,11 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
-        <!-- Only execute this for the parent module -->
-        <inherited>false</inherited>
         <executions>
           <execution>
             <id>copy-site-resources</id>
+            <!-- Only execute this for the parent module -->
+            <inherited>false</inherited>
             <phase>pre-site</phase>
             <goals>
               <goal>copy-resources</goal>
@@ -880,11 +880,11 @@
         <groupId>com.google.code.maven-replacer-plugin</groupId>
         <artifactId>replacer</artifactId>
         <version>1.5.3</version>
-        <!-- Only execute this for the parent module -->
-        <inherited>false</inherited>
         <executions>
           <execution>
             <id>streamline-font-urls</id>
+            <!-- Only execute this for the parent module -->
+            <inherited>false</inherited>
             <phase>pre-site</phase>
             <goals>
               <goal>replace</goal>

Reply via email to