HTRACE-243. Remove duplicate maven-assembly-plugin configuration section in htrace-htraced/pom.xml (Lewis John McGibbney via Colin P. McCabe)
diff --git a/htrace-htraced/pom.xml b/htrace-htraced/pom.xml
index 6a9dc91..16d2206 100644
--- a/htrace-htraced/pom.xml
+++ b/htrace-htraced/pom.xml
@@ -33,13 +33,6 @@
   <build>
     <plugins>
       <plugin>
-        <!--Make it so assembly:single does nothing in here-->
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <skipAssembly>true</skipAssembly>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
       </plugin>
@@ -67,6 +60,8 @@
           <descriptorRefs>
             <descriptorRef>jar-with-dependencies</descriptorRef>
           </descriptorRefs>
+          <!--Make it so assembly:single does nothing in here-->
+          <skipAssembly>true</skipAssembly>
         </configuration>
       </plugin>
       <!--Move this to top-level. These shade patterns are common across components