You can download tycho-testing-harness-0.23.0.jar in this page.
Open Source License
tycho-testing-harness-0.23.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.eclipse.tycho/tycho-testing-harness/pom.properties META-INF/maven/org.eclipse.tycho/tycho-testing-harness/pom.xml META-INF/plexus/components.xml org.eclipse.tycho.test.AbstractTychoIntegrationTest.class org.eclipse.tycho.test.util.ArchiveContentUtil.class org.eclipse.tycho.test.util.EclipseInstallationTool.class org.eclipse.tycho.test.util.EnvironmentUtil.class org.eclipse.tycho.test.util.LocalMavenRepositoryTool.class org.eclipse.tycho.test.util.NoopFileLockService.class org.eclipse.tycho.test.util.P2RepositoryTool.class org.eclipse.tycho.test.util.TychoMatchers.class org.eclipse.tycho.testing.AbstractTychoMojoTestCase.class org.eclipse.tycho.testing.CompoundRuntimeException.class org.eclipse.tycho.testing.EmptyLifecycleExecutor.class org.eclipse.tycho.testing.StubEquinoxRuntimeLocator.class org.eclipse.tycho.testing.TestUtil.class org/eclipse/tycho/testing/AbstractTychoMojoTestCase.xml org/eclipse/tycho/testing/settings.properties
tycho-testing-harness-0.23.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2008, 2014 Sonatype Inc. and others. - All rights reserved. This program and the accompanying materials - are made available under the terms of the Eclipse Public License v1.0 - which accompanies this distribution, and is available at - http://www.eclipse.org/legal/epl-v10.html - - Contributors: - Sonatype Inc. - initial API and implementation --> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>tycho</artifactId> <groupId>org.eclipse.tycho</groupId> <version>0.23.0</version> </parent> <artifactId>tycho-testing-harness</artifactId> <name>Tycho Testing Harness (Incubation)</name> <dependencies> <dependency> <artifactId>maven-core</artifactId> <groupId>org.apache.maven</groupId> </dependency> <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> </dependency> <dependency> <artifactId>junit</artifactId> <groupId>junit</groupId> <scope>compile</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-verifier</artifactId> <exclusions> <exclusion> <artifactId>junit</artifactId> <groupId>junit</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.eclipse.tycho</groupId> <artifactId>sisu-equinox-embedder</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.eclipse.tycho</groupId> <artifactId>org.eclipse.tycho.core.shared</artifactId> <version>${project.version}</version> </dependency> </dependencies> <build> <resources> <resource> <filtering>true</filtering> <directory>src/main/resources</directory> <includes> <include>**/*.properties</include> </includes> </resource> <resource> <filtering>false</filtering> <directory>src/main/resources</directory> <excludes> <exclude>**/*.properties</exclude> </excludes> </resource> </resources> <plugins> <plugin> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-metadata</artifactId> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-testing-harness</artifactId> <version>0.23.0</version> </dependency>
If you think the following tycho-testing-harness-0.23.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download tycho-testing-harness-0.23.0.jar file