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

iuliana pushed a commit to branch fix/removed-duplicate-plugin
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git

commit 8a7feb4eaab22ae89a0f5943d4109d9c3424660b
Author: iuliana <[email protected]>
AuthorDate: Wed Apr 21 15:17:27 2021 +0100

    Removed duplicate instance of build-helper-maven-plugin plugin
---
 modularity-server/features/pom.xml | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/modularity-server/features/pom.xml 
b/modularity-server/features/pom.xml
index 95813d6..ed099be 100644
--- a/modularity-server/features/pom.xml
+++ b/modularity-server/features/pom.xml
@@ -114,6 +114,7 @@
                 <artifactId>build-helper-maven-plugin</artifactId>
                 <executions>
                     <execution>
+                        <id>attach-artifact</id>
                         <phase>package</phase>
                         <goals>
                             <goal>attach-artifact</goal>
@@ -125,23 +126,6 @@
                                     <classifier>features</classifier>
                                     <type>xml</type>
                                 </artifact>
-                            </artifacts>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-artifact</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>attach-artifact</goal>
-                        </goals>
-                        <configuration>
-                            <artifacts>
                                 <artifact>
                                     
<file>${project.basedir}/src/main/resources/ui-common.cfg</file>
                                     <type>cfg</type>

Reply via email to