组织ID: |
org.apache.rat |
项目ID: |
apache-rat-tasks |
版本: |
0.6 |
最后修改时间: |
2018-08-11 10:48:37 |
包类型: |
jar |
标题: |
RAT Ant Tasks |
描述: |
Ant tasks for running RAT |
大小: |
15.99KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-tasks</artifactId>
<version>0.6</version>
</dependency>
|
Gradle引入代码: |
org.apache.rat:apache-rat-tasks:0.6
|
下载Jar包: |
|
POM文件内容: |
<?xml version='1.0'?>
<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>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
<version>0.6</version>
</parent>
<artifactId>apache-rat-tasks</artifactId>
<packaging>jar</packaging>
<name>RAT Ant Tasks</name>
<description>Ant tasks for running RAT</description>
<dependencies>
<dependency>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-antunit</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-testutil</artifactId>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<filtering>false</filtering>
<directory>src/main/resources</directory>
</resource>
<resource>
<filtering>true</filtering>
<directory>src/main/filtered-resources</directory>
</resource>
<resource>
<directory>..</directory>
<targetPath>META-INF</targetPath>
<includes>
<include>DISCLAIMER.txt</include>
<include>RELEASE_NOTES.txt</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<phase>generate-test-resources</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<stripVersion>true</stripVersion>
<includeArtifactIds>ant-antunit</includeArtifactIds>
<outputDirectory>${project.build.directory}/dependencies</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<ant antfile="src/test/resources/antunit/report-bad-configurations.xml" inheritAll="false" inheritRefs="false">
<property name="jar.name" location="${project.build.outputDirectory}" />
<property name="base.dir" location="${basedir}" />
<property name="antunit.jar.name" location="${project.build.directory}/dependencies/ant-antunit.jar" />
<property name="test.skipped" value="${maven.test.skip}" />
<property name="test.classpath" refid="maven.test.classpath" />
</ant>
<ant antfile="src/test/resources/antunit/report-normal-operation.xml" inheritAll="false" inheritRefs="false">
<property name="jar.name" location="${project.build.outputDirectory}" />
<property name="base.dir" location="${basedir}" />
<property name="antunit.jar.name" location="${project.build.directory}/dependencies/ant-antunit.jar" />
<property name="test.skipped" value="${maven.test.skip}" />
<property name="test.classpath" refid="maven.test.classpath" />
</ant>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/rat/main/tags/apache-rat-project-0.6/apache-rat-tasks</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/rat/main/tags/apache-rat-project-0.6/apache-rat-tasks</developerConnection>
<url>http://svn.apache.org/repos/asf/incubator/rat/main/tags/apache-rat-project-0.6/apache-rat-tasks</url>
</scm>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.rat.anttasks.Report.class
org.apache.rat.anttasks.ResourceCollectionContainer$ResourceDocument.class
org.apache.rat.anttasks.ResourceCollectionContainer.class
org/apache/rat/anttasks/antlib.xml
org.apache.rat.anttasks.ResourceCollectionContainer$1.class
META-INF/RELEASE_NOTES.txt
META-INF/NOTICE
META-INF/LICENSE
META-INF/DEPENDENCIES
META-INF/DISCLAIMER.txt
META-INF/maven/org.apache.rat/apache-rat-tasks/pom.xml
META-INF/maven/org.apache.rat/apache-rat-tasks/pom.properties
|
依赖Jar: |
|