Maven Repository - POM file for XPath jaxen 1.1-beta-4 1.1-beta-4

Summary

jaxen.

Jaxen is a universal Java XPath engine..

Declaration

Here is the list of declaration for jaxen. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>jaxen</groupId>
   <artifactId>jaxen</artifactId>
   <version>1.1-beta-4</version>
</dependency>

If you think this Maven repository POM file listing for jaxen is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The jaxen-1.1-beta-4 has 5 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
XMLdom4j 1.5.2
dom4j: the flexible XML framework for Java
6




Depended by

The following table lists the most popular artifacts which are depending on jaxen-1.1-beta-4. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
XMLdom4j 1.6
dom4j: the flexible XML framework for Java
8
XMLdom4j 1.5.2
dom4j: the flexible XML framework for Java
6
XMLcommons-jelly 1.0
Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine.
53

Plugin

The following plugins are used in the jaxen-1.1-beta-4.jar

  1. maven-surefire-plugin

Packages

The following packages are defined in the jaxen-1.1-beta-4.jar

org.jaxen
org.jaxen.dom
org.jaxen.dom.html
org.jaxen.dom4j
org.jaxen.expr
org.jaxen.expr.iter
org.jaxen.function
org.jaxen.function.ext
org.jaxen.function.xslt
org.jaxen.javabean
org.jaxen.jdom
org.jaxen.pattern
org.jaxen.saxpath
org.jaxen.saxpath.base
org.jaxen.saxpath.helpers
org.jaxen.util
org.jaxen.xom




POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>jaxen</groupId>
  <artifactId>jaxen</artifactId>
  <name>jaxen</name>
  <version>1.1-beta-4</version>
  <description>Jaxen is a universal Java XPath engine.</description>
  <url>http://jaxen.codehaus.org/</url>
  <issueManagement>
    <url>http://jira.codehaus.org/BrowseProject.jspa?id=10022</url>
  </issueManagement>
  <ciManagement>
    <notifiers>
      <notifier>
        <address>dev@jaxen.codehaus.org</address>
      </notifier>
    </notifiers>
  </ciManagement>
  <inceptionYear>2001</inceptionYear>
  <mailingLists>
    <mailingList>
      <name>Jaxen Users List</name>
      <subscribe>user-subscribe@jaxen.codehaus.org</subscribe>
      <unsubscribe>user-unsubscribe@jaxen.codehaus.org</unsubscribe>
      <archive>http://archive.jaxen.codehaus.org/user/</archive>
    </mailingList>
    <mailingList>
      <name>Jaxen Developers List</name>
      <subscribe>dev-subscribe@jaxen.codehaus.org</subscribe>
      <unsubscribe>dev-unsubscribe@jaxen.codehaus.org</unsubscribe>
      <archive>http://archive.jaxen.codehaus.org/dev/</archive>
    </mailingList>
    <mailingList>
      <name>Jaxen CVS Commits List</name>
      <subscribe>scm-subscribe@jaxen.codehaus.org</subscribe>
      <unsubscribe>scm-unsubscribe@jaxen.codehaus.org</unsubscribe>
      <archive>http://archive.jaxen.codehaus.org/scm/</archive>
    </mailingList>
    <mailingList>
      <name>Jaxen Announcement List</name>
      <subscribe>announce-subscribe@jaxen.codehaus.org</subscribe>
      <unsubscribe>announce-unsubscribe@jaxen.codehaus.org</unsubscribe>
      <archive>http://archive.jaxen.codehaus.org/announce/</archive>
    </mailingList>
  </mailingLists>
  
  <contributors>
    <contributor>
      <name>David Peterson</name>
    </contributor>
    <contributor>
      <name>Mark Wilson</name>
    </contributor>
    <contributor>
      <name>David Peterson</name>
    </contributor>
    <contributor>
      <name>Jacob Kjome</name>
    </contributor>
    <contributor>
      <name>Michael Brennan</name>
    </contributor>
  </contributors>
  <scm>
    <connection>scm:cvs:pserver:anonymous@cvs.jaxen.codehaus.org:/home/projects/jaxen/scm:jaxen</connection>
    <url>http://cvs.jaxen.codehaus.org</url>
  </scm>
  <organization>
    <name>Codehaus</name>
    <url>http://www.codehaus.org</url>
  </organization>
  <build>
    <sourceDirectory>src/java/main</sourceDirectory>
    <testSourceDirectory>src/java/test</testSourceDirectory>
    <testResources>
      <testResource>
        <directory>src/java/test</directory>
        <includes>
          <include>**/*.werk</include>
          <include>**/*.xml</include>
          <include>**/*.properties</include>
        </includes>
      </testResource>
    </testResources>
    <plugins>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <includes>
            <include>**/*Test.java</include>
          </includes>
          <excludes>
            <exclude>org/jaxen/jdom/XPathTest.java</exclude>
          </excludes>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>dom4j</groupId>
      <artifactId>dom4j</artifactId>
      <version>1.5.2</version>
    </dependency>
    <dependency>
      <groupId>jdom</groupId>
      <artifactId>jdom</artifactId>
      <version>b10</version>
    </dependency>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xmlParserAPIs</artifactId>
      <version>2.6.2</version>
    </dependency>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xercesImpl</artifactId>
      <version>2.6.2</version>
    </dependency>
    <dependency>
      <groupId>xom</groupId>
      <artifactId>xom</artifactId>
      <version>1.0b3</version>
    </dependency>
  </dependencies>
  <distributionManagement>
    <repository>
      <id>default</id>
      <name>Default Repository</name>
      <url>file:///dist</url>
    </repository>
    <site>
      <id>default</id>
      <name>Default Site</name>
      <url>scp://jaxen.codehaus.org//home/projects/jaxen/public_html</url>
    </site>
  </distributionManagement>
</project>