Removed duplicate instance of build-helper-maven-plugin plugin
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>