test-jar enabled where needed only

e.g. taverna-scufl2-api
diff --git a/pom.xml b/pom.xml
index d88604b..3acb8b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -639,33 +639,6 @@
         <target>${maven.compiler.target}</target>
       </configuration>
     </plugin>
-
-      <!-- Generally only needed during -Papache-release,
-           Apache super-parent will do that for us
-    <plugin>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-source-plugin</artifactId>
-      <executions>
-        <execution>
-          <goals>
-            <goal>jar</goal>
-            <goal>test-jar</goal>
-          </goals>
-        </execution>
-      </executions>
-    </plugin>
-    <plugin>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-jar-plugin</artifactId>
-      <executions>
-        <execution>
-          <goals>
-            <goal>test-jar</goal>
-          </goals>
-        </execution>
-      </executions>
-    </plugin>
--->
     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-surefire-plugin</artifactId>