| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Copyright 2004 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> |
| <extend>${basedir}/../project.xml</extend> |
| <name>Pluto Portlet Deployment</name> |
| <id>pluto-deploy</id> |
| |
| <organization> |
| <logo>/../../images/jakarta-logo-blue.gif</logo> |
| </organization> |
| <logo>/../../images/pluto-feather.gif</logo> |
| |
| <shortDescription> |
| Utilities for deploying portlets. |
| </shortDescription> |
| |
| <description> |
| Maven and Ant based utilities for deploying |
| portlets. |
| </description> |
| |
| <dependencies> |
| |
| <!-- Pluto Portal Dependencies --> |
| <dependency> |
| <artifactId>pluto-descriptors</artifactId> |
| <groupId>${pom.groupId}</groupId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <id>castor</id> |
| <version>0.9.5.3</version> |
| </dependency> |
| |
| <dependency> |
| <id>xerces</id> |
| <version>2.3.0</version> |
| <properties> |
| <war.bundle>false</war.bundle> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <id>xml-apis</id> |
| <version>2.0.2</version> |
| <properties> |
| <war.bundle>false</war.bundle> |
| </properties> |
| </dependency> |
| </dependencies> |
| |
| <build> |
| <sourceDirectory>src/java</sourceDirectory> |
| <nagEmailAddress>pluto-dev@jakarta.apache.org</nagEmailAddress> |
| |
| <sourceDirectory>src/java</sourceDirectory> |
| <aspectSourceDirectory/> |
| </build> |
| |
| </project> |