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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 64a2fd5  SLING-7652 Define explicit execution ids to make it easier to 
overwrite
64a2fd5 is described below

commit 64a2fd521605e1a21791d01ca04363a36d9044cd
Author: sseifert <[email protected]>
AuthorDate: Mon Aug 6 10:41:33 2018 +0200

    SLING-7652 Define explicit execution ids to make it easier to overwrite
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 395076c..b0b5541 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,6 +187,7 @@
                 <artifactId>ianal-maven-plugin</artifactId>
                 <executions>
                     <execution>
+                        <id>verify-legal-files</id>
                         <goals>
                             <goal>verify-legal-files</goal>
                         </goals>
@@ -206,6 +207,7 @@
                 <artifactId>maven-remote-resources-plugin</artifactId>
                 <executions>
                     <execution>
+                        <id>remote-resources-custom-notice</id>
                         <goals>
                             <goal>process</goal>
                         </goals>
@@ -265,6 +267,7 @@
                 </configuration>
                 <executions>
                     <execution>
+                        <id>rat-check</id>
                         <phase>verify</phase>
                         <goals>
                             <goal>check</goal>
@@ -373,6 +376,7 @@
                     <version>4.0.0</version>
                     <executions>
                         <execution>
+                            <id>bnd-process</id>
                             <goals>
                                 <goal>bnd-process</goal>
                             </goals>
@@ -409,6 +413,7 @@ Bundle-Vendor: The Apache Software Foundation
                     <version>4.0.0</version>
                     <executions>
                         <execution>
+                            <id>bnd-baseline</id>
                             <goals>
                                 <goal>baseline</goal>
                             </goals>
@@ -514,6 +519,7 @@ Bundle-Vendor: The Apache Software Foundation
                     <version>1.4.0</version>
                     <executions>
                         <execution>
+                            <id>generate-depends-file</id>
                             <goals>
                                 <goal>generate-depends-file</goal>
                             </goals>

Reply via email to