| <?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> |
| <pomVersion>3</pomVersion> |
| <name>portals-pluto</name> |
| <id>pluto-project</id> |
| <groupId>org.apache.pluto</groupId> |
| <currentVersion>1.0.1</currentVersion> |
| <organization> |
| <name>Apache Software Foundation</name> |
| <url>http://portals.apache.org/</url> |
| <logo>/images/apache-portals.gif</logo> |
| </organization> |
| <logo>/images/pluto.png</logo> |
| <inceptionYear>2003</inceptionYear> |
| <package>org.apache.pluto</package> |
| <gumpRepositoryId>portals</gumpRepositoryId> |
| <shortDescription>A JSR-168 Compliant Portlet Engine.</shortDescription> |
| |
| <description> |
| Pluto is the Reference Implementation of the Java Portlet Specfication. |
| Portlets are designed to run in the context of a portal. They are written to |
| the Portlet API which are similar to the Servlet API. A portlet container |
| provides a runtime environment for portlets implemented according to the |
| Portlet API. In this environment portlets can be instantiated, used and |
| finally destroyed. The portlet container is not a stand-alone container like |
| the servlet container; instead it is implemented as a thin layer on top of |
| the servlet container and reuses the functionality provided by the servlet |
| container. |
| </description> |
| |
| <url>http://portals.apache.org/pluto/</url> |
| <issueTrackingUrl>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10560</issueTrackingUrl> |
| <siteAddress>cvs.apache.org</siteAddress> |
| <siteDirectory>/www/portals.apache.org/pluto/</siteDirectory> |
| |
| <repository> |
| <connection>scm:svn:http://svn.apache.org/repos/asf/portals/pluto/trunk</connection> |
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/pluto/trunk</developerConnection> |
| <url>http://svn.apache.org/viewcvs.cgi/portals/pluto/trunk/?root=Apache-SVN</url> |
| </repository> |
| |
| <mailingLists> |
| <mailingList> |
| <name>Pluto User List</name> |
| <subscribe>pluto-user-subscribe@portals.apache.org</subscribe> |
| <unsubscribe>pluto-user-unsubscribe@portals.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/portals-pluto-user/</archive> |
| </mailingList> |
| <mailingList> |
| <name>Pluto Developer List</name> |
| <subscribe>pluto-dev-subscribe@portals.apache.org</subscribe> |
| <unsubscribe>pluto-dev-unsubscribe@portals.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/portals-pluto-dev/</archive> |
| </mailingList> |
| <mailingList> |
| <name>Pluto SCM List</name> |
| <subscribe>pluto-scm-subscribe@portals.apache.org</subscribe> |
| <unsubscribe>pluto-scm-unsubscribe@portals.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/portals-pluto-scm/</archive> |
| </mailingList> |
| </mailingLists> |
| |
| <developers> |
| <developer> |
| <name>Jeffrey D. Brekke</name> |
| <id/> |
| <email>ekkerbj{aT}netscape{d0t}net</email> |
| <organization/> |
| </developer> |
| |
| <developer> |
| <name>Santiago Gala</name> |
| <id/> |
| <email>sgala{aT}hisitech{d0t}com</email> |
| <organization/> |
| </developer> |
| |
| <developer> |
| <name>Raphael Luta</name> |
| <id/> |
| <email>raphael{aT}apache{d0t}org</email> |
| <organization/> |
| </developer> |
| |
| <developer> |
| <name>Neeme Praks</name> |
| <id/> |
| <email>neeme{aT}one{d0t}lv</email> |
| <organization/> |
| </developer> |
| |
| <developer> |
| <name>Jeff Prickett</name> |
| <id>prickett</id> |
| <email>jeffprickett{aT}mindspring{d0t}com</email> |
| <organization/> |
| </developer> |
| |
| <developer> |
| <name>Ingo Schuster</name> |
| <id>ingo</id> |
| <email>ingo{aT}raleigh{d0t}ibm{d0t}com</email> |
| <organization/> |
| </developer> |
| |
| <developer> |
| <name>Paul Spencer</name> |
| <id>paulsp</id> |
| <email>paulsp{aT}apache{d0t}org</email> |
| <organization/> |
| </developer> |
| |
| <developer> |
| <name>David S. Taylor</name> |
| <id>taylor</id> |
| <email>david{aT}bluesunrise{d0t}com</email> |
| <organization/> |
| </developer> |
| |
| <developer> |
| <name>Kevin A. Burton</name> |
| <id>burton</id> |
| <email>burton{aT}relativity{d0t}yi{d0t}org</email> |
| <organization/> |
| </developer> |
| |
| <developer> |
| <name>Chris Kimpton</name> |
| <id>kimptoc</id> |
| <email>kimptoc{d0t}mail{aT}bigfoot{d0t}com</email> |
| <organization/> |
| </developer> |
| |
| <developer> |
| <name>Jason van Zyl</name> |
| <id>jvanzyl</id> |
| <email>jason{aT}zenplex{d0t}com</email> |
| <organization>Zenplex</organization> |
| </developer> |
| |
| <developer> |
| <name>Mark Orciuch</name> |
| <id>morciuch</id> |
| <email>morciuch{aT}apache{d0t}org</email> |
| </developer> |
| |
| <developer> |
| <name/> |
| <id>ggolden</id> |
| <email/> |
| </developer> |
| |
| <developer> |
| <name/> |
| <id>shesmer</id> |
| <email/> |
| </developer> |
| |
| <developer> |
| <name/> |
| <id>nacho</id> |
| <email/> |
| </developer> |
| |
| <developer> |
| <name/> |
| <id>akempf</id> |
| <email/> |
| </developer> |
| |
| <developer> |
| <name>Scott T. Weaver</name> |
| <id>weaver</id> |
| <email>weaver{aT}apache{d0t}org</email> |
| </developer> |
| |
| <developer> |
| <name/> |
| <id>jford</id> |
| <email/> |
| </developer> |
| |
| <developer> |
| <name/> |
| <id>aurelien</id> |
| <email/> |
| </developer> |
| |
| <developer> |
| <name/> |
| <id>rubys</id> |
| <email/> |
| </developer> |
| |
| <developer> |
| <name>Michael Blum</name> |
| <id>blumm</id> |
| <email>blumm{aT}apache{d0t}org</email> |
| </developer> |
| |
| <developer> |
| <name>Stefan Hepper</name> |
| <id>sthepper</id> |
| <email>sthepper{aT}apache{d0t}org</email> |
| </developer> |
| |
| <developer> |
| <name>Carsten Ziegeler</name> |
| <id>cziegeler</id> |
| <email>cziegeler{aT}apache{d0t}org</email> |
| </developer> |
| |
| <developer> |
| <name>David DeWolf</name> |
| <id>ddewolf</id> |
| <email>ddewolf{aT}apache{d0t}org</email> |
| <timezone>-4</timezone> |
| <organization>Digital Focus</organization> |
| <roles><role>Java Developer</role></roles> |
| </developer> |
| |
| <developer> |
| <name>Nick Lothian</name> |
| <id>nlothian</id> |
| <email>nlothian{aT}apache{d0t}org</email> |
| </developer> |
| |
| <developer> |
| <name>Craig Doremus</name> |
| <id>cdoremus</id> |
| <email>cdoremus{aT}apache{d0t}org</email> |
| </developer> |
| |
| <developer> |
| <name>Zhong Zheng</name> |
| <id>zheng</id> |
| <email>zheng{aT}apache{d0t}org</email> |
| </developer> |
| </developers> |
| |
| <contributors> |
| <contributor> |
| <name>Michael Westbay</name> |
| <email>westbay{aT}users{d0T}sourceforge{d0T}net</email> |
| </contributor> |
| |
| <contributor> |
| <name>Ken Weiner</name> |
| <email>kweiner{aT}unicon{d0T}net</email> |
| </contributor> |
| |
| <contributor> |
| <name>Ken Atherton</name> |
| <email>katherto{aT}visa{d0T}com</email> |
| </contributor> |
| </contributors> |
| |
| |
| <build> |
| |
| <nagEmailAddress>pluto-dev@portals.apache.org</nagEmailAddress> |
| |
| <sourceDirectory>src/java</sourceDirectory> |
| <aspectSourceDirectory/> |
| |
| <unitTestSourceDirectory>src/test</unitTestSourceDirectory> |
| |
| <unitTest> |
| <includes> |
| <include>**/*Test.java</include> |
| </includes> |
| </unitTest> |
| |
| <integrationUnitTestSourceDirectory>src/rttest</integrationUnitTestSourceDirectory> |
| |
| <integrationUnitTest> |
| <includes> |
| <include>**/*Test.java</include> |
| </includes> |
| </integrationUnitTest> |
| |
| <resources> |
| <includes> |
| <include>conf/**/*pipeline.xml</include> |
| <include>conf/**/*valve.xml</include> |
| </includes> |
| </resources> |
| |
| <jars/> |
| |
| </build> |
| |
| <reports> |
| <!-- |
| <report>maven-jdepend-plugin</report> |
| --> |
| <report>maven-license-plugin</report> |
| <!-- report>maven-checkstyle-plugin</report --> |
| <report>maven-changes-plugin</report> |
| <report>maven-changelog-plugin</report> |
| <report>maven-developer-activity-plugin</report> |
| <report>maven-file-activity-plugin</report> |
| <report>maven-javadoc-plugin</report> |
| <report>maven-jxr-plugin</report> |
| <!-- |
| <report>maven-junit-report-plugin</report> |
| --> |
| <report>maven-tasklist-plugin</report> |
| </reports> |
| </project> |