java.net tasks.
java.net tasks : java.net automation library/tools.
Here is the list of declaration for javanettasks. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>javanettasks</groupId> <artifactId>javanettasks</artifactId> <version>1.0.16</version> </dependency>
If you think this Maven repository POM file listing for javanettasks is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The javanettasks-1.0.16 has 8 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Web Framework | jtidy 4aug2000r7-dev JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM parser for real-world HTML. | 10 |
XML | dom4j 1.6.1 dom4j: the flexible XML framework for Java | 343 |
XPath | jaxen 1.1.1 Jaxen is a universal Java XPath engine. | 115 |
JUnit | junit 3.8.1 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 1966 |
The following plugins are used in the javanettasks-1.0.16.jar
The following packages are defined in the javanettasks-1.0.16.jar
org.kohsuke.jnt org.kohsuke.jnt.ant org.kohsuke.jnt.tools
Here is the content of the POM file.
<?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>javanettasks</groupId> <artifactId>javanettasks</artifactId> <name>java.net tasks</name> <version>1.0.16</version> <description>java.net tasks : java.net automation library/tools</description> <url>http://javanettasks.dev.java.net/</url> <issueManagement> <url>https://javanettasks.dev.java.net/servlets/ProjectIssues</url> </issueManagement> <inceptionYear>2003</inceptionYear> <mailingLists> <mailingList> <name>discussion list</name> <subscribe>dev-subscribe@javanettasks.dev.java.net</subscribe> <unsubscribe>dev-unsubscribe@javanettasks.dev.java.net</unsubscribe> <archive>https://javanettasks.dev.java.net/servlets/SummarizeList?listName=dev</archive> </mailingList> </mailingLists> <scm> <connection>scm:cvs:pserver:guest@cvs.dev.java.net:/cvs:javanettasks/javanettasks</connection> <developerConnection>scm:cvs:pserver:kohsuke@cvs.dev.java.net:/cvs:javanettasks/javanettasks</developerConnection> <url>https://javanettasks.dev.java.net/source/browse/javanettasks/javanettasks/</url> <tag>javanettasks-1_0_16</tag> </scm> <organization> <name>Kohsuke Kawaguchi</name> <url>http://www.kohsuke.org/</url> </organization> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> <resources> <resource> <directory>src</directory> <includes> <include>**/*.properties</include> </includes> </resource> </resources> <testResources> <testResource> <directory>src/test</directory> <includes> <include>**/*.xml</include> <include>**/*.xsl</include> <include>**/*.rng</include> <include>**/*.dtd</include> </includes> </testResource> </testResources> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifest> <addClasspath>true</addClasspath> <classpathPrefix>lib</classpathPrefix> <mainClass>org.kohsuke.jnt.tools.Main</mainClass> </manifest> </archive> </configuration> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <links> <link>http://java.sun.com/j2se/5.0/docs/api/</link> </links> <show>public</show> </configuration> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <goals> <goal>attached</goal> </goals> <phase>package</phase> </execution> </executions> <configuration> <descriptorRefs> <descriptorRef>jar-with-dependencies</descriptorRef> </descriptorRefs> <descriptors> <descriptor>binary-assembly.xml</descriptor> </descriptors> <archive> <manifest> <mainClass>org.kohsuke.jnt.tools.Main</mainClass> </manifest> </archive> </configuration> </plugin> </plugins> <extensions> <extension> <groupId>org.jvnet.wagon-svn</groupId> <artifactId>wagon-svn</artifactId> <version>1.8</version> </extension> </extensions> </build> <dependencies> <dependency> <groupId>nekohtml</groupId> <artifactId>nekohtml</artifactId> <version>0.9.5</version> </dependency> <dependency> <groupId>httpunit</groupId> <artifactId>httpunit</artifactId> <version>1.5.4</version> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.2.1</version> </dependency> <dependency> <groupId>jtidy</groupId> <artifactId>jtidy</artifactId> <version>4aug2000r7-dev</version> </dependency> <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> <version>1.5</version> </dependency> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.6.1</version> </dependency> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1.1.1</version> <exclusions> <exclusion> <groupId>xom</groupId> <artifactId>xom</artifactId> </exclusion> <exclusion> <groupId>jdom</groupId> <artifactId>jdom</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> <repositories> <repository> <id>maven2-repository.dev.java.net</id> <name>Java.net Repository for Maven</name> <url>http://download.java.net/maven/2/</url> </repository> </repositories> <reporting> <plugins> <!--plugin> <artifactId>maven-changelog-plugin</artifactId> </plugin> <plugin> <artifactId>maven-changes-plugin</artifactId> <configuration> <xmlPath>${basedir}/xdocs/changes.xml</xmlPath> </configuration> </plugin--> <plugin> <artifactId>maven-javadoc-plugin</artifactId> </plugin> </plugins> </reporting> <distributionManagement> <!--site> javanettasks is still in CVS <id>javanettasks-www</id> <url>java-net:/javanettasks/trunk/www/</url> </site--> <repository> <uniqueVersion>false</uniqueVersion> <id>java.net-maven2-repository</id> <url>java-net:/maven2-repository/trunk/www/repository/</url> </repository> </distributionManagement> <profiles> <profile> <!-- run tests --> <id>test</id> <build> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>**/*Test.java</include> </includes> <forkMode>never</forkMode> </configuration> </plugin> </plugins> </build> <properties> <maven.test.skip>false</maven.test.skip> </properties> </profile> </profiles> <properties> <!-- skip tests by default, unless in the test profile --> <maven.test.skip>true</maven.test.skip> </properties> </project>