You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2014/06/13 10:58:47 UTC

[087/100] [abbrv] git commit: MARMOTTA-438: removed test cases retrieval

MARMOTTA-438: removed test cases retrieval


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/ecebad15
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/ecebad15
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/ecebad15

Branch: refs/heads/ldp
Commit: ecebad15349eb8f917fa2dca340b4e29c04358df
Parents: b00e935
Author: Sergio Fernández <wi...@apache.org>
Authored: Mon May 5 20:39:09 2014 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Mon May 5 20:39:09 2014 +0200

----------------------------------------------------------------------
 platform/marmotta-ldp/pom.xml | 19 -------------------
 1 file changed, 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/ecebad15/platform/marmotta-ldp/pom.xml
----------------------------------------------------------------------
diff --git a/platform/marmotta-ldp/pom.xml b/platform/marmotta-ldp/pom.xml
index f0e7dd5..fcc3879 100644
--- a/platform/marmotta-ldp/pom.xml
+++ b/platform/marmotta-ldp/pom.xml
@@ -66,25 +66,6 @@
 
         <plugins>
             <plugin>
-                <groupId>com.googlecode.maven-download-plugin</groupId>
-                <artifactId>maven-download-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>download-ldp-test-cases</id>
-                        <phase>process-test-resources</phase>
-                        <goals>
-                            <goal>wget</goal>
-                        </goals>
-                        <configuration>
-                            <url>http://www.w3.org/2012/pyRdfa/extract?uri=https%3A%2F%2Fdvcs.w3.org%2Fhg%2Fldpwg%2Fraw-file%2Fdefault%2FTest%2520Cases%2FLDP%2520Test%2520Cases.html&amp;format=turtle&amp;rdfagraph=output&amp;vocab_expansion=false&amp;rdfa_lite=false&amp;embedded_rdf=true&amp;space_preserve=true&amp;vocab_cache=true&amp;vocab_cache_report=false&amp;vocab_cache_refresh=false</url>
-                            <unpack>false</unpack>
-                            <outputDirectory>${project.build.testOutputDirectory}/testsuite/</outputDirectory>
-                            <outputFileName>LDP-Test-Cases-WD-live.ttl</outputFileName>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.marmotta</groupId>
                 <artifactId>buildinfo-maven-plugin</artifactId>
                 <configuration>