alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Commons JXPath example source code file (project.xml)

This example Commons JXPath source code file (project.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Commons JXPath tags/keywords

apache, apache, asf, foundation, java, java, license, license, list, see, software, xml, xml, you

The Commons JXPath project.xml source code

<?xml version="1.0" encoding="UTF-8"?>
<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
-->
<project>
  <pomVersion>3
  <name>JXPath
  <groupId>commons-jxpath
  <artifactId>commons-jxpath
  <currentVersion>1.3-SNAPSHOT
  <inceptionYear>2001
  <shortDescription>XPath for Java Objects
  <description>A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures.
  <logo>/images/logo-wbg.jpg 

  <url>http://commons.apache.org/${pom.artifactId.substring(8)}/
  <package>org.apache.commons.${pom.artifactId.substring(8)}

  <organization> 
    <name>The Apache Software Foundation
    <url>http://commons.apache.org/
    <logo>http://commons.apache.org/images/logo.png
  </organization> 

  <licenses> 
    <license> 
      <name>The Apache Software License, Version 2.0
      <url>/LICENSE.txt
      <distribution>repo
      </license>
   </licenses> 

  <gumpRepositoryId>commons
  <issueTrackingUrl>http://issues.apache.org/jira/
  <siteAddress>people.apache.org
  <siteDirectory>/www/commons.apache.org/${pom.artifactId.substring(8)}/
  <distributionDirectory>/www/people.apache.org/builds/commons/${pom.artifactId.substring(8)}/

  <repository>
    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/${pom.artifactId.substring(8)}/trunk
    <url>http://svn.apache.org/repos/asf/commons/proper/${pom.artifactId.substring(8)}/trunk
  </repository>

  <mailingLists>
    <mailingList>
      <name>Commons Dev List
      <subscribe>dev-subscribe@commons.apache.org
      <unsubscribe>dev-unsubscribe@commons.apache.org
      <archive>http://mail-archives.apache.org/mod_mbox/commons-dev/
    </mailingList>
    <mailingList>
      <name>Commons User List
      <subscribe>user-subscribe@commons.apache.org
      <unsubscribe>user-unsubscribe@commons.apache.org
      <archive>http://mail-archives.apache.org/mod_mbox/commons-user/
    </mailingList>
  </mailingLists>

  <versions>
    <version>
      <id>1.2
      <name>1.2
      <tag>JXPATH_1_2
    </version>
  </versions>

  <developers>
    <developer>
      <name>Dmitri Plotnikov
      <id>dmitri
      <email>dmitri@apache.org
      <organization/>
    </developer>
    <developer>
      <name>Craig McClanahan
      <id>craigmcc
      <email>Craig.McClanahan@eng.sun.com
      <organization>Sun Microsystems
    </developer>
    <developer>
      <name>Matt Benson
      <id>mbenson
      <email>mbenson@apache.org
    </developer>
  </developers>

  <dependencies>
    <dependency> 
      <groupId>commons-logging
      <artifactId>commons-logging
      <version>1.1
      <url>http://commons.apache.org/logging/
      <properties>
        <comment>Required
      </properties>
    </dependency>
    <dependency>
      <groupId>xerces
      <artifactId>xerces
      <version>2.4.0
      <properties>
        <optional>true
        <comment>needed for XML support
      </properties>
    </dependency>
    <dependency>
      <groupId>servletapi
      <artifactId>servletapi
      <version>2.4
      <properties>
        <optional>true
        <scope>provided
        <comment>needed for JSP support
      </properties>
    </dependency>
    <dependency>
      <groupId>jspapi
      <artifactId>jsp-api
      <version>2.0
      <url>http://java.sun.com/products/servlet/2.3/javadoc/index.html
      <properties>
        <optional>true
        <scope>provided
        <comment>needed for JSP support
      </properties>
    </dependency>
    <dependency>
      <groupId>junit
      <artifactId>junit
      <type>jar
      <version>3.8.1
      <url>http://www.junit.org/
      <properties>
        <scope>test
        <comment>testing only
      </properties>
    </dependency>
    <dependency>
      <groupId>xml-apis
      <artifactId>xml-apis
      <version>2.0.2
      <url>http://xml.apache.org/commons/
      <properties>
        <scope>provided
        <optional>true
        <comment>needed for XML support; provided starting with Java 1.4
      </properties>
    </dependency>
    <dependency>
      <groupId>jdom
      <artifactId>jdom
      <version>1.0
      <url>http://www.jdom.org 
      <properties>
        <optional>true
        <comment>needed for XML support
      </properties>
    </dependency>
    <dependency> 
      <groupId>commons-beanutils
      <artifactId>commons-beanutils
      <version>1.7.0
      <url>http://commons.apache.org/beanutils/
      <properties>
        <optional>true
        <comment>needed for dynabean support
      </properties>
    </dependency>
    <dependency> 
      <groupId>commons-collections
      <artifactId>commons-collections
      <version>3.2 
      <url>http://commons.apache.org/collections/
      <properties>
        <scope>runtime
        <comment>dependency of beanutils
      </properties>
    </dependency> 
    <dependency>
      <groupId>com.mockrunner
      <artifactId>mockrunner-jdk1.3-j2ee1.3
      <version>0.4
      <properties>
        <scope>test
        <comment>testing only
      </properties>
    </dependency>
    <dependency>
      <groupId>maven
      <artifactId>maven-xdoc-plugin
      <version>1.9.2
      <url>http://maven.apache.org/reference/plugins/xdoc/
      <type>plugin
      <properties>
        <optional>true
        <comment>
          <strong>Site Only</strong> - v1.9.2 (minimum)
          required for building the Site documentation.
        </comment>
      </properties>
    </dependency>

  </dependencies>

  <build>
    <nagEmailAddress>dev@commons.apache.org
    <sourceDirectory>src/java
    <unitTestSourceDirectory>src/test
    <unitTest>
      <includes>
        <include>**/*Test.java
      </includes>
      <resources>
         <resource>
            <directory>${pom.build.unitTestSourceDirectory}
            <includes>
              <include>**/*.xml
            </includes>
         </resource>
      </resources>
    </unitTest>
    <resources>
      <resource>
        <directory>${basedir}
        <targetPath>META-INF
        <includes>
          <include>NOTICE.txt
        </includes>
      </resource>
    </resources>
  </build>

  <reports>
    <report>maven-junit-report-plugin

    <report>maven-jdepend-plugin
    <!--report>maven-checkstyle-plugin
    <report>maven-changelog-plugin
    <!--report>maven-developer-activity-plugin
    <!--report>maven-file-activity-plugin
    <report>maven-javadoc-plugin
    <report>maven-jxr-plugin
    <report>maven-license-plugin
    <!--report>maven-linkcheck-plugin
    <report>maven-tasklist-plugin
    <!--report>maven-clover-plugin
    <report>maven-junit-report-plugin 

  </reports>
</project>

Other Commons JXPath examples (source code examples)

Here is a short list of links related to this Commons JXPath project.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.