You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by we...@apache.org on 2003/11/26 16:50:17 UTC

cvs commit: jakarta-pluto project.properties maven.xml project.xml

weaver      2003/11/26 07:50:17

  Added:       .        project.properties maven.xml project.xml
  Log:
  Added maven project descriptors, thanks to David DeWolf.
  
  I modified David's intial post as follows:
  - Added the portlet-api depdency to the project
  - Added an "allDoc" goal that builds both the xdocs and the api docs
  - Added my info to the developers list
  - Obfuscated everybody's email addresses to protect them from spam harvestors.
  
  Revision  Changes    Path
  1.1                  jakarta-pluto/project.properties
  
  Index: project.properties
  ===================================================================
  # -------------------------------------------------------------------
  # P R O J E C T  P R O P E R T I E S
  # -------------------------------------------------------------------
  
  maven.checkstyle.format = turbine
  #maven.home = ${user.home}/maven
  
  # display the date on the site
  maven.xdoc.date = left
  # Display the version the web site is documenting
  maven.xdoc.version = ${pom.currentVersion}
  
  compile.debug = on
  compile.optimize = off
  compile.deprecation = off
  maven.compile.deprecation = off
  
  
  
  
  1.1                  jakarta-pluto/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project xmlns:j="jelly:core" xmlns:m="maven">
    <preGoal name="xdoc:jelly-transform">
      <attainGoal name="faq"/>
    </preGoal>   
    
    <goal name="allDoc">
    	 <attainGoal name="xdoc" />
    	 <attainGoal name="javadoc" />
    </goal>
  </project>
  
  
  
  
  1.1                  jakarta-pluto/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <project>
  
    <pomVersion>1</pomVersion>
    <name>jakarta-pluto</name>
    <id>pluto</id>
    <currentVersion>0.1</currentVersion>
    <organization>
      <name>Apache Software Foundation</name>
      <url>http://jakarta.apache.org/</url>
      <logo>/images/jakarta-logo-blue.gif</logo>
    </organization>
    <logo>/images/blue-logo.gif</logo>
    <inceptionYear>2003</inceptionYear>
    <package>org.apache.pluto</package>
    <gumpRepositoryId>jakarta</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://jakarta.apache.org/pluto/</url>
    <issueTrackingUrl>http://issues.apache.org/bugzilla</issueTrackingUrl>
    <siteAddress>jakarta.apache.org</siteAddress>
    <siteDirectory>/www/jakarta.apache.org/pluto/</siteDirectory>
  
    <repository>
      <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-pluto</connection>
      <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:jakarta-pluto</developerConnection>
      <url>http://cvs.apache.org/viewcvs/jakarta-pluto/</url>
    </repository>
  
    <mailingLists>
      <mailingList>
        <name>Pluto User List</name>
        <subscribe>pluto-user-subscribe@jakarta.apache.org</subscribe>
        <unsubscribe>pluto-user-unsubscribe@jakarta.apache.org</unsubscribe>
        <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=pluto-user@jakarta.apache.org</archive>
      </mailingList>
      <mailingList>
        <name>Pluto Developer List</name>
        <subscribe>pluto-dev-subscribe@jakarta.apache.org</subscribe>
        <unsubscribe>pluto-dev-unsubscribe@jakarta.apache.org</unsubscribe>
        <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=pluto-dev@jakarta.apache.org</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/>
              <email>paulsp{aT}apache{d0t}org</email>
              <organization/>
          </developer>
          <developer>
              <name>David S. Taylor</name>
              <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/>
              <id>Scott T. 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/>
              <id>blumm</id>
              <email/>
          </developer>
      
          <developer>
              <name/>
              <id>sthepper</id>
              <email/>
          </developer>
      
          <developer>
              <name/>
              <id>cziegeler</id>
              <email/>
          </developer>
        </developers>
  
        <contributors>
          <contributor>
            <name>David H. DeWolf</name>
            <email>david.AT.daviddewolf.DOT.com</email>
          </contributor>
        </contributors>
  
    <dependencies>
      <dependency>
        <id>regexp</id>
        <version>1.3-dev</version>
      </dependency>
      <dependency>
        <!--
        	- portlet-api.jar must be located in your Maven repository under portlet-api/jars 
        	- This usually $USER_HOME/.maven/repository 
        	-->
        <id>portlet-api</id>
        <version>1.0</version>
        <properties>
          <war.bundle.jar>false</war.bundle.jar>
        </properties>
      </dependency>
      <dependency>
        <id>servletapi</id>
        <version>2.3</version>
      </dependency>
      <dependency>
        <id>servletapi</id>
        <version>2.3</version>
      </dependency>
      
  
    </dependencies>
  
    <build>
  
      <nagEmailAddress>pluto-dev@jakarta.apache.org</nagEmailAddress>
  
      <sourceDirectory>src/container</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-checkstyle-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>