You can download ldp-testsuite-0.1.1.jar in this page.
Apache License
ldp-testsuite-0.1.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.w3/ldp-testsuite/pom.properties META-INF/maven/org.w3/ldp-testsuite/pom.xml build.properties grafico/LICENSE.txt grafico/grafico-min.js org.w3.ldp.paging.testsuite.tests.EarlTestManifest.class org.w3.ldp.paging.testsuite.tests.PagingTest.class org.w3.ldp.paging.testsuite.tests.RunPagingTest.class org.w3.ldp.paging.testsuite.tests.TestCaseReporter.class org.w3.ldp.testsuite.BuildProperties.class org.w3.ldp.testsuite.LdpTestSuite.class org.w3.ldp.testsuite.RunLdpTestSuite.class org.w3.ldp.testsuite.annotations.SpecTest.class org.w3.ldp.testsuite.data.MediaTypeDataProvider.class org.w3.ldp.testsuite.exception.SkipClientTestException.class org.w3.ldp.testsuite.exception.SkipException.class org.w3.ldp.testsuite.exception.SkipMethodNotAllowedException.class org.w3.ldp.testsuite.exception.SkipNotTestableException.class org.w3.ldp.testsuite.http.HttpHeaders.class org.w3.ldp.testsuite.http.HttpMethod.class org.w3.ldp.testsuite.http.LdpPreferences.class org.w3.ldp.testsuite.http.MediaTypes.class org.w3.ldp.testsuite.mapper.RdfObjectMapper.class org.w3.ldp.testsuite.matcher.HeaderMatchers.class org.w3.ldp.testsuite.matcher.HttpStatus4xxRangeMatcher.class org.w3.ldp.testsuite.matcher.HttpStatusNotFoundOrGoneMatcher.class org.w3.ldp.testsuite.matcher.HttpStatusSuccessMatcher.class org.w3.ldp.testsuite.reporter.AbstractEarlReporter.class org.w3.ldp.testsuite.reporter.LdpEarlReporter.class org.w3.ldp.testsuite.reporter.LdpEarlTestManifest.class org.w3.ldp.testsuite.reporter.LdpHtmlReporter.class org.w3.ldp.testsuite.reporter.LdpTestCaseReporter.class org.w3.ldp.testsuite.reporter.LdpTestListener.class org.w3.ldp.testsuite.reporter.ReportUtils.class org.w3.ldp.testsuite.reporter.RunLdpEarlTestManifest.class org.w3.ldp.testsuite.test.BasicContainerTest.class org.w3.ldp.testsuite.test.CommonContainerTest.class org.w3.ldp.testsuite.test.CommonResourceTest.class org.w3.ldp.testsuite.test.DirectContainerTest.class org.w3.ldp.testsuite.test.IndirectContainerTest.class org.w3.ldp.testsuite.test.LdpTest.class org.w3.ldp.testsuite.test.MemberResourceTest.class org.w3.ldp.testsuite.test.NonRDFSourceTest.class org.w3.ldp.testsuite.test.RdfSourceTest.class org.w3.ldp.testsuite.transformer.MethodEnabler.class org.w3.ldp.testsuite.util.CommandLineUtil.class org.w3.ldp.testsuite.util.Convert.class org.w3.ldp.testsuite.util.OptionsHandler.class org.w3.ldp.testsuite.util.RDFModelUtils.class org.w3.ldp.testsuite.vocab.Earl.class org.w3.ldp.testsuite.vocab.LDP.class org.w3.ldp.testsuite.vocab.RdfLdp.class org.w3.ldp.testsuite.vocab.TestDescription.class prototype/LICENSE.txt prototype/prototype.js raphael/LICENSE.txt raphael/raphael-min.js reportStyle.css test.png testCaseStyle.css testng-reports.css w3c.png
ldp-testsuite-0.1.1.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent> <groupId>org.w3</groupId> <artifactId>ldp-testsuite</artifactId> <version>0.1.1</version> <packaging>jar</packaging> <name>LDP Test Suite</name> <description>Test Suite for Linked Data Platform (LDP)</description> <url>https://w3c.github.io/ldp-testsuite</url> <organization> <name>World Wide Web Consortium (W3C)</name> <url>http://www.w3.org</url> </organization> <developers> <developer> <name>Steve Speicher</name> <organization>IBM Corporation</organization> </developer> <developer> <name>Sergio Fern?ndez</name> <organization>Apache Software Foundation</organization> </developer> <developer> <name>Samuel Padgett</name> <organization>IBM Corporation</organization> </developer> </developers> <scm> <connection>scm:git:git@github.com:w3c/ldp-testsuite.git</connection> <developerConnection>scm:git:git@github.com:w3c/ldp-testsuite.git</developerConnection> <url>git@github.com:w3c/ldp-testsuite.git</url> </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <app.main.class>org.w3.ldp.testsuite.RunLdpTestSuite</app.main.class> </properties> <build> <resources> <resource> <directory>${basedir}/src/main/resources</directory> <filtering>true</filtering> </resource> </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <encoding>${project.build.sourceEncoding}</encoding> <source>1.7</source> <target>1.7</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.4</version> <inherited>true</inherited> <configuration> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> <manifestEntries> <Implementation-Build>$\{buildNumber}</Implementation-Build> </manifestEntries> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>2.2</version> <configuration> <shadedArtifactAttached>true</shadedArtifactAttached> <createDependencyReducedPom>false</createDependencyReducedPom> <transformers> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> <manifestEntries> <Main-Class>${app.main.class}</Main-Class> <X-Compile-Source-JDK>${project.build.sourceEncoding}</X-Compile-Source-JDK> <X-Compile-Target-JDK>${project.build.sourceEncoding}</X-Compile-Target-JDK> </manifestEntries> </transformer> <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> </transformers> </configuration> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <phase>package</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <configuration> <linksource>true</linksource> </configuration> <executions> <execution> <id>attach-javadocs</id> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.1</version> <executions> <execution> <id>deploy</id> <phase>deploy</phase> <goals> <goal>deploy</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.17</version> <configuration> <skipTests>true</skipTests> </configuration> </plugin> <plugin> <artifactId>maven-clean-plugin</artifactId> <version>2.5</version> <configuration> <filesets> <fileset> <directory>${project.basedir}${file.separator}test-output</directory> <followSymlinks>true</followSymlinks> </fileset> </filesets> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> <version>1.1</version> <executions> <execution> <phase>validate</phase> <goals> <goal>create</goal> </goals> </execution> </executions> <configuration> <shortRevisionLength>7</shortRevisionLength> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.2</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.3.2</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version> </dependency> <dependency> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-commons</artifactId> <version>3.2.1</version> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.8.8</version> </dependency> <dependency> <groupId>com.jayway.restassured</groupId> <artifactId>rest-assured</artifactId> <version>2.3.3</version> </dependency> <dependency> <groupId>org.openrdf.sesame</groupId> <artifactId>sesame-model</artifactId> <version>2.7.11</version> </dependency> <dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-arq</artifactId> <version>2.12.0</version> </dependency> <dependency> <groupId>org.rendersnake</groupId> <artifactId>rendersnake</artifactId> <version>1.8</version> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxrs</artifactId> <version>3.0.8.Final</version> </dependency> </dependencies> <profiles> <profile> <id>test-manifest</id> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.1.1</version> <executions> <execution> <id>generate-test-manifest-earl</id> <phase>compile</phase> <goals> <goal>java</goal> </goals> <configuration> <mainClass>org.w3.ldp.testsuite.reporter.RunLdpEarlTestManifest</mainClass> </configuration> </execution> <execution> <id>generate-test-manifest-html</id> <phase>compile</phase> <goals> <goal>java</goal> </goals> <configuration> <mainClass>org.w3.ldp.testsuite.reporter.LdpTestCaseReporter</mainClass> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>
<dependency> <groupId>org.w3</groupId> <artifactId>ldp-testsuite</artifactId> <version>0.1.1</version> </dependency>
If you think the following ldp-testsuite-0.1.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download ldp-testsuite-0.1.1.jar file