组织ID: |
org.vafer |
项目ID: |
jdeb |
版本: |
0.1 |
最后修改时间: |
2019-10-23 11:37:49 |
包类型: |
jar |
标题: |
jdeb |
描述: |
This project provides an ant task to build deb archives |
相关URL: |
http://vafer.org/projects/jdeb |
大小: |
18.72KB |
|
Maven引入代码: |
<dependency>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
<version>0.1</version>
</dependency>
|
Gradle引入代码: |
org.vafer:jdeb:0.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
<name>jdeb</name>
<version>0.1</version>
<description>This project provides an ant task to build deb archives</description>
<url>http://vafer.org/projects/jdeb</url>
<developers>
<developer>
<id>tcurdt</id>
<name>Torsten Curdt</name>
<email>tcurdt at apache.org</email>
<roles>
<role>Lead Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<licenses>
<license>
<name>Apache License 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:http://vafer.org/svn/projects/jdeb/tags/jdeb-0.1</connection>
<developerConnection>scm:svn:https://vafer.org/svn/projects/jdeb/tags/jdeb-0.1</developerConnection>
<url>http://vafer.org/svn/projects/jdeb/tags/jdeb-0.1</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>never</forkMode>
<includes>
<include>**/*TestCase.java</include>
</includes>
<excludes>
<exclude>**/Abstract*</exclude>
</excludes>
<testFailureIgnore>true</testFailureIgnore>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
<version>1.0</version>
</extension>
</extensions>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
<scope>tests</scope>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>project-team</report>
<report>dependencies</report>
<report>license</report>
<report>scm</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jxr-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>2.0</version>
<configuration>
<tags>
<tag>TODO</tag>
<tag>@todo</tag>
<tag>FIXME</tag>
<tag>@deprecated</tag>
</tags>
</configuration>
</plugin>
</plugins>
</reporting>
<distributionManagement>
<repository>
<id>releases</id>
<url>scpexe://vafer.org/home/tcurdt/apache2/vafer.org/root/repository/releases</url>
</repository>
<snapshotRepository>
<id>snaphots</id>
<url>scpexe://vafer.org/home/tcurdt/apache2/vafer.org/root/repository/snapshots</url>
</snapshotRepository>
<site>
<id>website</id>
<url>scpexe://vafer.org/home/tcurdt/apache2/vafer.org/root/projects/jdeb</url>
</site>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
deb/control/conffiles
deb/control/control
deb/control/postinst
deb/control/postrm
deb/control/preinst
deb/control/prerm
deb/data/etc/jdeb.conf
org.vafer.jdeb.ar.AbstractArEntry.class
org.vafer.jdeb.ar.ArArchive.class
org.vafer.jdeb.ar.FileArEntry.class
org.vafer.jdeb.ar.StaticArEntry.class
org.vafer.jdeb.ChecksumAntTask.class
org.vafer.jdeb.DebAntTask$1.class
org.vafer.jdeb.DebAntTask$2.class
org.vafer.jdeb.DebAntTask$Data.class
org.vafer.jdeb.DebAntTask$FileVisitor.class
org.vafer.jdeb.DebAntTask.class
META-INF/maven/org.vafer/jdeb/pom.xml
META-INF/maven/org.vafer/jdeb/pom.properties
|
依赖Jar: |
junit-3.8.2.jar
/junit/junit/3.8.2
查看junit所有版本文件
ant-1.7.0.jar
/org.apache.ant/ant/1.7.0
查看ant所有版本文件
commons-io-1.2.jar
/commons-io/commons-io/1.2
查看commons-io所有版本文件
|