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

Commons Modeler example source code file (project.xml)

This example Commons Modeler 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 Modeler tags/keywords

apache, apache, asf, foundation, license, license, list, modeler, modeler, see, software, software, version, you

The Commons Modeler 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>Commons Modeler
  <groupId>commons-modeler
  <artifactId>commons-modeler
  <currentVersion>2.0.1
  <inceptionYear>2002
  <shortDescription>Commons Modeler
  <description>
    Commons Modeler
  </description>
  <logo>/images/modeler-logo-white.png

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

  <organization>
    <name>The Apache Software Foundation
    <url>http://jakarta.apache.org
    <logo>http://jakarta.apache.org/images/original-jakarta-logo.gif
  </organization>

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

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

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

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

  <developers>
    <developer>
      <name>Craig McClanahan
      <id>craigmcc
      <email>craigmcc@apache.org
      <organization>Apache
    </developer>

    <developer>
      <name>Yoav Shapira
      <id>yoavs
      <email>yoavs@apache.org
      <organization>Apache
    </developer>

    <developer>
      <name>Bill Barker
      <id>billbarker
      <email>billbarker@apache.org
      <organization>Apache
    </developer>

    <developer>
      <name>Davanum Srinivas
      <id>dims
      <email>dims@apache.org
      <organization>Apache
    </developer>

  </developers>

  <dependencies>

    <dependency>
      <groupId>commons-digester
      <artifactId>commons-digester
      <version>1.4.1
      <url>http://jakarta.apache.org/commons/digester/
    </dependency>

    <dependency>
      <groupId>commons-logging
      <artifactId>commons-logging-api
      <version>1.0.4
      <url>http://jakarta.apache.org/commons/logging/
    </dependency>

    <dependency>
      <groupId>mx4j
      <artifactId>mx4j-jmx
      <version>2.1.1
      <url>http://mx4j.sourceforge.net/
      <properties>
        <scope>provided
      </properties>
    </dependency>

    <dependency>
      <groupId>xml-apis
      <artifactId>xml-apis
      <version>2.0.2
      <properties>
        <scope>provided
      </properties>
    </dependency>

    <dependency>
      <groupId>junit
      <artifactId>junit
      <version>3.7
      <url>http://www.junit.org/
      <properties>
        <scope>test
      </properties>
    </dependency>

    <dependency>
      <groupId>ant
      <artifactId>ant
      <version>1.5
      <url>http://ant.apache.org/
      <properties>
        <optional>true
      </properties>
    </dependency>

    <dependency>
      <groupId>maven
      <artifactId>maven-changelog-plugin
      <version>1.9.1
      <url>http://maven.apache.org/maven-1.x/plugins/changelog/
      <type>plugin
      <properties>
          <comment>
              <strong>Site Only</strong> - v1.9.1 (minimum)
              required for building the Site documentation.
          </comment>
      </properties>
    </dependency>

    <dependency>
      <groupId>maven
      <artifactId>maven-xdoc-plugin
      <version>1.9.2
      <url>http://maven.apache.org/maven-1.x/plugins/xdoc/
      <type>plugin
      <properties>
          <comment>
              <strong>Site Only</strong> - v1.9.2 (minimum)
              required for building the Site documentation.
          </comment>
      </properties>
    </dependency>

  </dependencies>

  <build>
    <nagEmailAddress>commons-dev@jakarta.apache.org
    <sourceDirectory>src/java
    <unitTestSourceDirectory>src/test
    <unitTest>
      <includes>
        <include>**/*TestCase.java
      </includes>
      <resources>
         <resource>
            <directory>${pom.build.unitTestSourceDirectory}
            <includes>
              <include>**/*.xml
            </includes>
         </resource>
      </resources>
    </unitTest>
    <resources>
      <resource>
        <directory>.
        <targetPath>META-INF
        <includes>
          <include>NOTICE.txt
        </includes>
      </resource>
      <resource>
        <directory>src/java/org/apache/commons/modeler/ant
        <targetPath>META-INF
        <includes>
          <include>ant.properties
        </includes>
      </resource>
      <resource>
        <directory>src/java
        <includes>
          <include>**/ant.properties
          <include>**/mbeans-descriptors.dtd
        </includes>
      </resource>
    </resources>
  </build>
  
  <reports>
    <report>maven-changelog-plugin
    <report>maven-changes-plugin
    <report>maven-javadoc-plugin
    <report>maven-jdepend-plugin
    <report>maven-junit-report-plugin
    <report>maven-jxr-plugin
    <report>maven-license-plugin
    <report>maven-tasklist-plugin
  </reports>
  
</project>

Other Commons Modeler examples (source code examples)

Here is a short list of links related to this Commons Modeler 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.