|
Commons Attributes example source code file (project.xml)
The Commons Attributes project.xml source code<?xml version="1.0" encoding="ISO-8859-1"?> <!-- = = Copyright 2003-2006 The Apache Software Foundation = = Licensed 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>Attributes <groupId>commons-attributes <artifactId>commons-attributes <logo>/images/attributes-logo-white.png <organization> <name>The Apache Software Foundation <url>http://jakarta.apache.org/ <logo>http://jakarta.apache.org/images/original-jakarta-logo.gif </organization> <currentVersion>2.2 <inceptionYear>2003 <shortDescription>Commons Attributes <description>A package for handling runtime information about types (including Java classes) <url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/ <developers> <developer> <name>Leo Sutic <id>leosutic <email>leosutic@apache.org <organization>- <roles> <role>All of them. </roles> </developer> </developers> <contributors> </contributors> <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/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org </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/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org </mailingList> </mailingLists> <dependencies> <dependency> <groupId>maven <artifactId>maven-xdoc-plugin <version>1.9.2 <url>http://maven.apache.org/maven-1.x/reference/plugins/xdoc/ <type>plugin <properties> <comment> <strong>Site Only</strong> - v1.9.2 (minimum) </comment> <optional>true </properties> </dependency> </dependencies> <build> <nagEmailAddress>commons-dev@jakarta.apache.org <sourceDirectory>${basedir}/src/java <unitTestSourceDirectory>${basedir}/src/test <integrationUnitTestSourceDirectory/> <aspectSourceDirectory/> <unitTest> <includes> <include>**/*TestCase* </includes> <excludes> <exclude>**/Abstract* </excludes> <resources> <resource> <directory>${basedir}/src/test <includes> <include>**/*.dtd <include>**/*.properties <include>**/*.xinfo <include>**/*.xtype <include>**/*.xprofile <include>**/*.xconfig <include>**/*.xml <include>**/*.xservice <include>**/*.mf <include>**/*.jar </includes> </resource> <resource> <directory>${maven.conf.dir} <includes> <include>**/*.properties </includes> </resource> <resource> <directory>${basedir}/src/test/conf <includes> <include>**/* </includes> </resource> </resources> </unitTest> <resources> <resource> <directory>${basedir}/src/java <includes> <include>**/*.dtd <include>**/*.properties <include>**/*.xinfo <include>**/*.xtype <include>**/*.xprofile <include>**/*.xconfig <include>**/*.xml <include>**/*.xservice </includes> </resource> <resource> <directory>${basedir}/../ <includes> <include>LICENSE.txt <include>NOTICE.txt </includes> </resource> <resource> <directory>${maven.conf.dir} <targetPath>BLOCK-INF <includes> <include>block.xml </includes> </resource> </resources> </build> <packageGroups> <packageGroup> <title>Runtime API <packages>org.apache.commons.attributes </packageGroup> <packageGroup> <title>Compiler and Tools API <packages>org.apache.commons.attributes.validation </packageGroup> </packageGroups> </project> Other Commons Attributes examples (source code examples)Here is a short list of links related to this Commons Attributes project.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 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.