| 组织ID: |
io.takari.maven.plugins |
| 项目ID: |
takari-plugin-testing |
| 版本: |
1.8.5 |
| 最后修改时间: |
2019-10-25 05:28:39 |
| 包类型: |
jar |
| 大小: |
38.02KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.takari.maven.plugins</groupId>
<artifactId>takari-plugin-testing</artifactId>
<version>1.8.5</version>
</dependency>
|
| Gradle引入代码: |
io.takari.maven.plugins:takari-plugin-testing:1.8.5
|
| 下载Jar包: |
|
| POM文件内容: |
<!--
Copyright (c) 2014 Takari, Inc.
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
-->
<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>io.takari.maven.plugins</groupId>
<artifactId>takari-lifecycle</artifactId>
<version>1.8.5</version>
</parent>
<artifactId>takari-plugin-testing</artifactId>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-classworlds</artifactId>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>io.takari.m2e.workspace</groupId>
<artifactId>org.eclipse.m2e.workspace.cli</artifactId>
<version>${m2eWorkspaceVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>${plugintesting.version}</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.takari.maven.testing.TestDependencies.class
io.takari.maven.testing.TestProperties.class
io.takari.maven.testing.executor.MavenInstallations.class
io.takari.maven.testing.executor.MavenRuntime$MavenRuntimeBuilder.class
io.takari.maven.testing.executor.MavenRuntime$ForkedMavenRuntimeBuilder.class
io.takari.maven.testing.executor.MavenRuntime.class
io.takari.maven.testing.executor.junit.MavenJUnitTestRunner$SingleMavenInstallationRunner.class
io.takari.maven.testing.executor.junit.MavenJUnitTestRunner.class
io.takari.maven.testing.executor.MavenLauncher.class
io.takari.maven.testing.executor.MavenExecution.class
io.takari.maven.testing.executor.LauncherException.class
io.takari.maven.testing.executor.MavenExecutionResult.class
io.takari.maven.testing.executor.MavenInstallationUtils$1MavenVersionFoundException.class
io.takari.maven.testing.executor.MavenInstallationUtils$1VersionConfigHandler.class
io.takari.maven.testing.executor.MavenInstallationUtils.class
io.takari.maven.testing.executor.Embedded3xLauncher$ClassworldsConfiguration.class
io.takari.maven.testing.executor.Embedded3xLauncher$Key.class
io.takari.maven.testing.executor.Embedded3xLauncher$1.class
io.takari.maven.testing.executor.Embedded3xLauncher.class
io.takari.maven.testing.executor.ForkedLauncher.class
io.takari.maven.testing.executor.MavenVersions.class
io.takari.maven.testing.TestResources.class
META-INF/maven/io.takari.maven.plugins/takari-plugin-testing/pom.xml
META-INF/maven/io.takari.maven.plugins/takari-plugin-testing/pom.properties
|
| 依赖Jar: |
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
commons-exec-1.2.jar
/org.apache.commons/commons-exec/1.2
查看commons-exec所有版本文件
plexus-classworlds-2.5.1.jar
/org.codehaus.plexus/plexus-classworlds/2.5.1
查看plexus-classworlds所有版本文件
org.eclipse.m2e.workspace.cli-${m2eWorkspaceVersion}.jar
/io.takari.m2e.workspace/org.eclipse.m2e.workspace.cli/${m2eWorkspaceVersion}
查看org.eclipse.m2e.workspace.cli所有版本文件
maven-plugin-testing-harness-${plugintesting.version}.jar
/org.apache.maven.plugin-testing/maven-plugin-testing-harness/${plugintesting.version}
查看maven-plugin-testing-harness所有版本文件
|