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/17 12:17:38 UTC

[22/52] [abbrv] incubator-taverna-language git commit: tidy pom.xml

tidy pom.xml


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/91de0d55
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/91de0d55
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/91de0d55

Branch: refs/heads/master
Commit: 91de0d557112013b1878cb5500dfee370e64a230
Parents: 8e7b670
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Feb 10 15:51:16 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Feb 10 15:51:16 2015 +0000

----------------------------------------------------------------------
 taverna-scufl2-rdfxml/pom.xml | 55 +-------------------------------------
 1 file changed, 1 insertion(+), 54 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/91de0d55/taverna-scufl2-rdfxml/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-scufl2-rdfxml/pom.xml b/taverna-scufl2-rdfxml/pom.xml
index 864c9fd..7682e2f 100644
--- a/taverna-scufl2-rdfxml/pom.xml
+++ b/taverna-scufl2-rdfxml/pom.xml
@@ -27,34 +27,7 @@
 	<name>Apache Taverna Scufl 2 RDF/XML</name>
 	<description>XSD based XML serialisation which is RDF/XML compatible</description>
 	<build>
-		<plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <!-- NO!
-                <configuration>
-                    <instructions>
-                        <Export-Package>org.apache.taverna.scufl2.api.io;provide:=true</Export-Package>
-                    </instructions>
-                </configuration>
-                 -->
-            </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>	<dependencies>
-
+  <dependencies>
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>taverna-scufl2-api</artifactId>
@@ -122,30 +95,4 @@
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
-	<repositories>
-    <!-- Sesame repositories no longer needed as it's in Central
-		<repository>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-			<id>aduna-opensource.releases</id>
-			<name>Aduna Open Source - Maven releases</name>
-			<url>http://repo.aduna-software.org/maven2/releases</url>
-		</repository>
-		<repository>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-			<id>aduna-opensource.snapshots</id>
-			<name>Aduna Open Source - Maven snapshots</name>
-			<url>http://repo.aduna-software.org/maven2/snapshots</url>
-		</repository>
-    -->
-	</repositories>
 </project>