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 <[email protected]> Authored: Mon May 5 20:39:09 2014 +0200 Committer: Sergio Fernández <[email protected]> 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&format=turtle&rdfagraph=output&vocab_expansion=false&rdfa_lite=false&embedded_rdf=true&space_preserve=true&vocab_cache=true&vocab_cache_report=false&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>
