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

Ant example source code file (pom.xml)

This example Ant source code file (pom.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 - Ant tags/keywords

ant, apache, asf, asf, foundation, license, license, list, pom, pom, see, software, you, you

The pom.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.
-->
<!--
  This POM has been created manually by the Ant Development Team.
  Please contact us if you are not satisfied with the data contained in this POM.
  URL : http://ant.apache.org
-->
<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
  <groupId>org.apache.ant
  <artifactId>ant-parent
  <version>1.7.0-SNAPSHOT
  <packaging>pom
  <description>master POM
  <name>Apache Ant
  <url>http://ant.apache.org/
  <inceptionYear>2000
  <organization>
    <name>Apache Software Foundation
  </organization>
  <distributionManagement>
    <!-- Null out inherited apache distribution repo by default -->
    <repository>
      <id>dummy
      <name>Dummy to avoid accidental deploys
      <url>
    </repository>
  </distributionManagement>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/ant/core/trunk
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jant/core/trunk
    <url>http://svn.apache.org/repos/asf/ant/core/trunk
  </scm>
  <mailingLists>
    <mailingList>
      <name>Ant Developers List
      <subscribe>dev-subscribe@ant.apache.org
      <unsubscribe>dev-unsubscribe@ant.apache.org
      <post>dev@ant.apache.org
      <archive>http://mail-archives.apache.org/mod_mbox/ant-dev
    </mailingList>
    <mailingList>
      <name>Ant Users List
      <subscribe>user-subscribe@ant.apache.org
      <unsubscribe>user-unsubscribe@ant.apache.org
      <post>user@ant.apache.org
      <archive>http://mail-archives.apache.org/mod_mbox/ant-user
    </mailingList>
  </mailingLists>
  <issueManagement>
    <system>bugzilla
    <url>http://issues.apache.org/bugzilla/
  </issueManagement>
  <modules>
    <module>ant
    <module>ant-antlr
    <module>ant-apache-bcel
    <module>ant-apache-bsf
    <module>ant-apache-log4j
    <module>ant-apache-oro
    <module>ant-apache-regexp
    <module>ant-apache-resolver
    <module>ant-commons-logging
    <module>ant-commons-net
    <module>ant-jai
    <module>ant-javamail
    <module>ant-jdepend
    <module>ant-jmf
    <module>ant-jsch
    <module>ant-junit
    <module>ant-launcher
    <module>ant-netrexx
    <module>ant-nodeps
    <module>ant-starteam
    <module>ant-stylebook
    <module>ant-swing
    <module>ant-testutil
    <module>ant-trax
    <module>ant-weblogic
  </modules>
  <dependencies>
     <dependency>
      <groupId>junit
      <artifactId>junit
      <version>3.8.2
      <scope>test
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>../../../src/main
    <testSourceDirectory>../../../src/testcases
    <outputDirectory>../../../target/classes
    <testOutputDirectory>../../../target/testcases
  </build>
</project>

Other Ant examples (source code examples)

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