Blob Blame History Raw
--- jetty-home/pom.xml.sav2	2018-03-21 15:46:44.920171365 +0200
+++ jetty-home/pom.xml	2018-03-21 15:47:22.743109692 +0200
@@ -425,19 +406,6 @@
               </descriptors>
             </configuration>
           </execution>
-          <execution>
-            <id>sources</id>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-            <configuration>
-              <descriptors>
-                <descriptor>src/main/assembly/jetty-source-assembly.xml</descriptor>
-              </descriptors>
-              <appendAssemblyId>true</appendAssemblyId>
-            </configuration>
-          </execution>
         </executions>
       </plugin>
       <!-- No point performing PMD in assembly project -->