|
Commons FileUpload example source code file (project.xml)
The Commons FileUpload 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>FileUpload
<groupId>org.apache.commons.fileupload
<artifactId>commons-fileupload
<currentVersion>1.3-SNAPSHOT
<inceptionYear>2002
<shortDescription>File upload component for Java servlets
<description>
The FileUpload component provides a simple yet flexible means of adding
support for multipart file upload functionality to servlets and web
applications.
</description>
<logo>/images/logo.png
<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
</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>commons-fileupload-1.2
</version>
<version>
<id>1.1.1
<name>1.1.1
<tag>FILEUPLOAD_1_1_1
</version>
<version>
<id>1.1
<name>1.1
<tag>FILEUPLOAD_1_1
</version>
<version>
<id>1.1-rc2
<name>1.1-rc2
<tag>FILEUPLOAD_1_1_RC2
</version>
<version>
<id>1.1-rc1
<name>1.1-rc1
<tag>FILEUPLOAD_1_1_RC1
</version>
<version>
<id>1.0
<name>1.0
<tag>FILEUPLOAD_1_0
</version>
<version>
<id>1.0-rc1
<name>1.0-rc1
<tag>FILEUPLOAD_1_0_RC1
</version>
<version>
<id>1.0-beta-1
<name>1.0-beta-1
<tag>FILEUPLOAD_1_0_B1
</version>
</versions>
<developers>
<developer>
<name>Martin Cooper
<id>martinc
<email>martinc@apache.org
<organization>EMC
</developer>
<developer>
<name>dIon Gillard
<id>dion
<email>dion@apache.org
<organization>Multitask Consulting
</developer>
<developer>
<name>John McNally
<id>jmcnally
<email>jmcnally@collab.net
<organization>CollabNet
</developer>
<developer>
<name>Daniel Rall
<id>dlr
<email>dlr@finemaltcoding.com
<organization>CollabNet
</developer>
<developer>
<name>Jason van Zyl
<id>jvanzyl
<email>jason@zenplex.com
<organization>Zenplex
</developer>
<developer>
<name>Robert Burrell Donkin
<id>rdonkin
<email>rdonkin@apache.org
<organization/>
</developer>
<developer>
<name>Sean C. Sullivan
<id>sullis
<email>sean |at| seansullivan |dot| com
<organization>
</developer>
<developer>
<name>Jochen Wiedmann
<id>jochen
<email>jochen.wiedmann@gmail.com
<organization/>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>commons-io
<artifactId>commons-io
<version>1.4-SNAPSHOT
<url>http://commons.apache.org/io/
</dependency>
<dependency>
<groupId>javax.servlet
<artifactId>servlet-api
<version>2.4
<url>http://java.sun.com/products/servlet/
<properties>
<scope>provided
</properties>
</dependency>
<dependency>
<groupId>javax.portlet
<artifactId>portlet-api
<version>1.0
<url>http://portals.apache.org/pluto
<properties>
<scope>provided
<comment>
Required only when using FileUpload in a portlet environment.
</comment>
</properties>
</dependency>
<dependency>
<groupId>junit
<artifactId>junit
<version>3.8.1
<url>http://www.junit.org/
<properties>
<scope>test
<comment>
<strong>Test Only</strong> - required only for
running the FileUpload unit tests.
</comment>
</properties>
</dependency>
<dependency>
<groupId>maven
<artifactId>maven-xdoc-plugin
<version>1.9.2
<url>http://maven.apache.org/reference/plugins/xdoc/
<type>plugin
<properties>
<comment>
<strong>Site Only</strong> - v1.9.2 (minimum)
required for building the FileUpload Site documentation.
</comment>
</properties>
</dependency>
<dependency>
<groupId>maven
<artifactId>maven-changelog-plugin
<version>1.9.1
<url>http://maven.apache.org/reference/plugins/changelog/
<type>plugin
<properties>
<comment>
<strong>Site Only</strong> - v1.9.1 (minimum)
required for building the FileUpload 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-changes-plugin
<report>maven-changelog-plugin
<report>maven-checkstyle-plugin
<!--report>maven-clover-plugin
<report>maven-developer-activity-plugin
<report>maven-faq-plugin
<report>maven-file-activity-plugin
<report>maven-javadoc-plugin
<report>maven-jdepend-plugin
<report>maven-junit-report-plugin
<report>maven-jxr-plugin
<report>maven-license-plugin
<!--report>maven-linkcheck-plugin
<report>maven-pmd-plugin
<report>maven-simian-plugin
<report>maven-tasklist-plugin
</reports>
</project>
Other Commons FileUpload examples (source code examples)Here is a short list of links related to this Commons FileUpload 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.