You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/23 11:05:44 UTC

[59/79] incubator-taverna-language git commit: no rat-plugin all over

no rat-plugin all over


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/f925f72c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/f925f72c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/f925f72c

Branch: refs/heads/master
Commit: f925f72cb9c1c4c929f982c11b9b30fd3eb23270
Parents: baa36f5
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sat Feb 21 22:08:26 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sat Feb 21 22:08:26 2015 +0000

----------------------------------------------------------------------
 taverna-scufl2-ucfpackage/pom.xml | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/f925f72c/taverna-scufl2-ucfpackage/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-scufl2-ucfpackage/pom.xml b/taverna-scufl2-ucfpackage/pom.xml
index ebac9bf..eae7e39 100644
--- a/taverna-scufl2-ucfpackage/pom.xml
+++ b/taverna-scufl2-ucfpackage/pom.xml
@@ -71,20 +71,6 @@
                     </execution>
                 </executions>
             </plugin>
-
-	            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.7</source>
-                    <target>1.7</target>
-                </configuration>
-            </plugin>
-                <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-      </plugin>
-                  </plugins>
-            </build>
-	<!-- -->
+          </plugins>
+    </build>
 </project>