jvanzyl     2002/07/07 17:11:08

  Added:       .        project.xml
  Log:
  o b5 Maven project descriptor that is a start which Geir will finish.
  
  Revision  Changes    Path
  1.1                  jakarta-velocity/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project>
  
    <pomVersion>3</pomVersion>
    <id>velocity</id>
    <name>Velocity</name>
    <currentVersion>1.4-dev</currentVersion>
    <organization>
      <name>Apache Software Foundation</name>
      <url>http://jakarta.apache.org/</url>
      <logo>/images/jakarta-logo-blue.gif</logo>
    </organization>
    <inceptionYear>2000</inceptionYear>
    <package>org.apache.velocity</package>
    <logo>/images/logo.gif</logo>
  
    <!-- Gump integration -->
    <gumpRepositoryId>jakarta</gumpRepositoryId>
  
    <description>
      Velocity is a Java-based template engine. It permits anyone to use the
      simple yet powerful template language to reference objects defined in Java
      code. 
    </description>
  
    <shortDescription>Velocity is a Java-based template engin</shortDescription>
  
    <url>http://jakarta.apache.org/velocity/</url>
    
<issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
    <siteAddress>jakarta.apache.org</siteAddress>
    <siteDirectory>/www/jakarta.apache.org/velocity/</siteDirectory>
    
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-velocity/</distributionDirectory>
  
    <repository>
      
<connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-velocity</connection>
      <url>http://cvs.apache.org/viewcvs/jakarta-turbine-maven/</url>
    </repository>
  
    <versions/>
  
    <branches/>
  
    <mailingLists>
      <mailingList>
        <name>Maven User List</name>
        <subscribe>[EMAIL PROTECTED]</subscribe>
        <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
        <!-- Using mail-archive until there is something in nagoya's eyebrowse...
        
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?[EMAIL PROTECTED]</archive>
        -->
        
<archive>http://www.mail-archive.com/[email protected]/</archive>
      </mailingList>
      <mailingList>
        <name>Maven Developer List</name>
        <subscribe>[EMAIL PROTECTED]</subscribe>
        <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
        <!-- Using mail-archive until there is something in nagoya's eyebrowse...
        
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?[EMAIL PROTECTED]</archive>
        -->
        <archive>http://www.mail-archive.com/[email protected]/</archive>
      </mailingList>
    </mailingLists>
  
    <developers>
  
      <developer>
        <name>Bob McWhirter</name>
        <id>werken</id>
        <email>[EMAIL PROTECTED]</email>
        <organization>Werken and Sons</organization>
        <roles>
          <role>Java Developer</role>
        </roles>
      </developer>
  
      <developer>
        <name>Geir Magnusson Jr.</name>
        <id>geirm</id>
        <email>[EMAIL PROTECTED]</email>
        <organization>Independent (DVSL Maven)</organization>
        <roles>
          <role>Java Developer</role>
        </roles>
      </developer>
  
      <developer>
        <name>Daniel Rall</name>
        <id>dlr</id>
        <email>[EMAIL PROTECTED]</email>
        <organization>CollabNet, Inc.</organization>
        <roles>
          <role>Java Developer</role>
        </roles>
      </developer>
  
      <developer>
        <name>Jon Stevens</name>
        <id>jon</id>
        <email>[EMAIL PROTECTED]</email>
        <organization>CollabNet, Inc.</organization>
        <roles>
          <role>Java Developer</role>
        </roles>
      </developer>
  
      <developer>
        <name>Jason van Zyl</name>
        <id>jvanzyl</id>
        <email>[EMAIL PROTECTED]</email>
        <organization>Zenplex</organization>
        <roles>
          <role>Architect</role>
        </roles>
      </developer>
  
    <developers/>
  
    <contributors/>
  
    <dependencies>
    </dependencies>
  
    <build>
  
      <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
  
      <sourceDirectory>src/java</sourceDirectory>
  
      <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
      <integrationUnitTestSourceDirectory/>
  
      <aspectSourceDirectory></aspectSourceDirectory>
  
      <!-- Unit test classes -->
      <unitTest>
        <includes>
          <include>**/*Test.java</include>
        </includes>
      </unitTest>
  
      <!-- Integration unit test classes -->
      <integrationUnitTestPatterns>
      </integrationUnitTestPatterns>
  
      <!-- J A R  R E S O U R C E S -->
      <!-- Resources that are packaged up inside the JAR file -->
  
      <resources>
        <includes>
          <include>*.dtd</include>
          <include>log4j.properties</include>
          <include>maven-taskdefs.properties</include>
        </includes>
      </resources>
  
      <jars>
      </jars>
    </build>
  </project>
  
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to