| <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</modelVersion> |
| <groupId>org.apache.pluto</groupId> |
| <artifactId>pluto</artifactId> |
| <packaging>pom</packaging> |
| <name>Apache Pluto</name> |
| <version>1.1-SNAPSHOT</version> |
| <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> |
| |
| <issueManagement> |
| <system>jira</system> |
| <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10560</url> |
| </issueManagement> |
| <ciManagement> |
| <system>continuum</system> |
| <notifiers> |
| <notifier> |
| <type>mail</type> |
| <address>pluto-dev@portals.apache.org</address> |
| </notifier> |
| </notifiers> |
| </ciManagement> |
| <inceptionYear>2003</inceptionYear> |
| |
| <mailingLists> |
| <mailingList> |
| <name>Pluto User List</name> |
| <subscribe>pluto-user-subscribe@portals.apache.org</subscribe> |
| <unsubscribe>pluto-users-unsubscribe@portals.apache.org</unsubscribe> |
| <post>pluto-users@portals.apache.org</post> |
| <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> |
| <post>pluto-dev@portals.apache.org</post> |
| <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> |
| <post>pluto-scm@portals.apache.org</post> |
| <archive>http://mail-archives.apache.org/mod_mbox/portals-pluto-scm</archive> |
| </mailingList> |
| </mailingLists> |
| |
| <!-- Email format: [name]#a@T#[domain].d0t.[extension] |
| '@' and '.' characters are added because m2 seems to need them to |
| generate mailto links. |
| --> |
| <developers> |
| <developer> |
| <name>Michael Blum</name> |
| <id>blumm</id> |
| <email>blumm#a@T#apache.d0t.org</email> |
| </developer> |
| |
| <developer> |
| <name>Carsten Ziegeler</name> |
| <id>cziegeler</id> |
| <email>cziegeler#a@T#apache.d0t.org</email> |
| </developer> |
| |
| <developer> |
| <name>David DeWolf</name> |
| <id>ddewolf</id> |
| <email>ddewolf@apache.org</email> |
| <timezone>-4</timezone> |
| <url>http://www.daviddewolf.com</url> |
| <organization>Digital Focus</organization> |
| <organizationUrl>http://www.digitalfocus.com</organizationUrl> |
| <roles><role>Java Developer</role></roles> |
| </developer> |
| |
| <developer> |
| <name>Nick Lothian</name> |
| <id>nlothian</id> |
| <email>nlothian#a@T#apache.d0t.org</email> |
| </developer> |
| |
| <developer> |
| <name>Craig Doremus</name> |
| <id>cdoremus</id> |
| <email>cdoremus#a@T#apache.d0t.org</email> |
| </developer> |
| |
| <developer> |
| <name>Zhong Zheng</name> |
| <id>zheng</id> |
| <email>zheng#a@T#apache.d0t.org</email> |
| </developer> |
| |
| <developer> |
| <name>Santiago Gala</name> |
| <id/> |
| <email>sgala#a@T#hisitech.d0t.com</email> |
| <organization/> |
| </developer> |
| |
| <developer> |
| <name>Raphael Luta</name> |
| <id/> |
| <email>raphael#a@T#apache.d0t.org</email> |
| <organization/> |
| </developer> |
| |
| <developer> |
| <name>David S. Taylor</name> |
| <id>taylor</id> |
| <email>david#a@T#bluesunrise.d0t.com</email> |
| <organization/> |
| </developer> |
| |
| <developer> |
| <name>Scott T. Weaver</name> |
| <id>weaver</id> |
| <email>weaver#a@T#apache.d0t.org</email> |
| </developer> |
| |
| <developer> |
| <name>Stefan Hepper</name> |
| <id>sthepper</id> |
| <email>sthepper#a@T#apache.d0t.org</email> |
| </developer> |
| |
| </developers> |
| |
| <contributors> |
| <contributor> |
| <name>Michael Westbay</name> |
| <email>westbay#a@T#users.d0t.sourceforge.d0t.net</email> |
| </contributor> |
| |
| <contributor> |
| <name>Ken Weiner</name> |
| <email>kweiner#a@T#unicon.d0t.net</email> |
| </contributor> |
| |
| <contributor> |
| <name>Ken Atherton</name> |
| <email>katherto#a@T#visa.d0t.com</email> |
| </contributor> |
| </contributors> |
| |
| <licenses> |
| <license> |
| <name>The Apache Software License, Version 2.0</name> |
| <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| <distribution>repo</distribution> |
| </license> |
| </licenses> |
| |
| <scm> |
| <connection>scm:svn:http://svn.apache.org/repos/asf/portals/pluto/branches/pluto-1.1</connection> |
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/pluto/branches/pluto-1.1</developerConnection> |
| <url>http://svn.apache.org/viewcvs.cgi/portals/pluto/branches/pluto-1.1</url> |
| </scm> |
| |
| <organization> |
| <name>Apache Software Foundation</name> |
| <url>http://www.apache.org/</url> |
| </organization> |
| |
| <modules> |
| <module>maven-pluto-plugin</module> |
| <module>pluto-descriptor-api</module> |
| <module>pluto-descriptor-impl</module> |
| <module>pluto-deploy</module> |
| <module>pluto-container</module> |
| <module>pluto-util</module> |
| <module>pluto-portal-driver</module> |
| <module>pluto-portal</module> |
| <module>pluto-site</module> |
| <module>pluto-testsuite</module> |
| </modules> |
| |
| <distributionManagement> |
| <site> |
| <id>website</id> |
| <url>scp://minotaur.apache.org/www/portals.apache.org/pluto/1.1</url> |
| </site> |
| |
| <repository> |
| <id>m1</id> |
| <name>Maven 1 Repository</name> |
| <url>scp://cvs.apache.org/www/cvs.apache.org/repository</url> |
| <layout>legacy</layout> |
| </repository> |
| |
| <!-- |
| <repository> |
| <id>m2</id> |
| <name>Maven 2 Repository</name> |
| <url>scp://people.apache.org/home/ddewolf/public_html/m2</url> |
| <snapshotPolicy>always</snapshotPolicy> |
| <layout>default</layout> |
| <checksumPolicy>warn</checksumPolicy> |
| </repository> |
| --> |
| </distributionManagement> |
| |
| |
| <reporting> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-project-info-reports-plugin</artifactId> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-checkstyle-plugin</artifactId> |
| </plugin> |
| <!-- |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-clover-plugin</artifactId> |
| </plugin> |
| --> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| </plugin> |
| </plugins> |
| </reporting> |
| |
| </project> |