[jboss-cvs] repository.jboss.com/maven2/org/apache/maven/maven-parent/1 ...

Scott Stark scott.stark at jboss.com
Sun Dec 10 12:01:09 EST 2006


  User: starksm 
  Date: 06/12/10 12:01:09

  Added:       maven2/org/apache/maven/maven-parent/1   maven-parent-1.pom
                        maven-parent-1.pom.sha1
  Log:
  Add the maven plugins
  
  Revision  Changes    Path
  1.1      date: 2006/12/10 17:01:09;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/maven-parent/1/maven-parent-1.pom
  
  Index: maven-parent-1.pom
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <!--
    ~ Copyright 2005-2006 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 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>
    <parent>
      <groupId>org.apache</groupId>
      <artifactId>apache</artifactId>
      <version>1</version>
      <relativePath>../asf/pom.xml</relativePath>
    </parent>
    <groupId>org.apache.maven</groupId>
    <artifactId>maven-parent</artifactId>
    <version>1</version>
    <packaging>pom</packaging>
    <name>Apache Maven</name>
    <description>
      Maven is a software project management and comprehension tool. Based on the concept of a project object model
      (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
    </description>
    <url>http://maven.apache.org/</url>
    <issueManagement>
      <system>jira</system>
      <url>http://jira.codehaus.org/browse/MPA</url>
    </issueManagement>
    <ciManagement>
      <system>continuum</system>
      <url>http://maven.zones.apache.org:8080/continuum</url>
      <notifiers>
        <notifier>
          <type>mail</type>
          <configuration>
            <address>notifications at maven.apache.org</address>
          </configuration>
        </notifier>
      </notifiers>
    </ciManagement>
    <inceptionYear>2002</inceptionYear>
    <mailingLists>
      <mailingList>
        <name>Maven Announcements List</name>
        <post>announce at maven.apache.org</post>
        <subscribe>announce-subscribe at maven.apache.org</subscribe>
        <unsubscribe>announce-unsubscribe at maven.apache.org</unsubscribe>
        <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
      </mailingList>
      <mailingList>
        <name>Maven Issues List</name>
        <post>issues at maven.apache.org</post>
        <subscribe>issues-subscribe at maven.apache.org</subscribe>
        <unsubscribe>issues-unsubscribe at maven.apache.org</unsubscribe>
        <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
      </mailingList>
      <mailingList>
        <name>Maven Notifications List</name>
        <post>notifications at maven.apache.org</post>
        <subscribe>notifications-subscribe at maven.apache.org</subscribe>
        <unsubscribe>notifications-unsubscribe at maven.apache.org</unsubscribe>
        <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
      </mailingList>
    </mailingLists>
  
    <developers>
      <developer>
        <id>jvanzyl</id>
        <name>Jason van Zyl</name>
        <email>jason at maven.org</email>
        <organization>ASF</organization>
        <roles>
          <role>PMC Chair</role>
        </roles>
        <timezone>-5</timezone>
      </developer>
      <developer>
        <id>brett</id>
        <name>Brett Porter</name>
        <email>brett at apache.org</email>
        <organization>ASF</organization>
        <roles>
          <role>PMC Member</role>
        </roles>
        <timezone>+10</timezone>
      </developer>
      <developer>
        <id>evenisse</id>
        <name>Emmanuel Venisse</name>
        <email>evenisse at apache.org</email>
        <organization>ASF</organization>
        <roles>
          <role>PMC Member</role>
        </roles>
      </developer>
      <developer>
        <id>kenney</id>
        <name>Kenney Westerhof</name>
        <email>kenney at apache.org</email>
        <organization>Neonics</organization>
        <roles>
          <role>PMC Member</role>
        </roles>
      </developer>
      <developer>
        <id>snicoll</id>
        <name>Stephane Nicoll</name>
        <email>snicoll at apache.org</email>
        <organization>ASF</organization>
        <roles>
          <role>PMC Member</role>
        </roles>
        <timezone>+1</timezone>
      </developer>
      <developer>
        <id>vmassol</id>
        <name>Vincent Massol</name>
        <email>vmassol at apache.org</email>
        <organization>ASF</organization>
        <roles>
          <role>PMC Member</role>
        </roles>
        <timezone>+1</timezone>
      </developer>
      <developer>
        <id>fgiust</id>
        <name>Fabrizio Giustina</name>
        <email>fgiust at apache.org</email>
        <organization>openmind</organization>
        <roles>
          <role>PMC Member</role>
        </roles>
        <timezone>+1</timezone>
      </developer>
      <developer>
        <id>epunzalan</id>
        <name>Edwin Punzalan</name>
        <email>epunzalan at mergere.com</email>
        <organization>Mergere</organization>
        <roles>
          <role>Committer</role>
        </roles>
        <timezone>+8</timezone>
      </developer>
      <developer>
        <id>mperham</id>
        <name>Mike Perham</name>
        <email>mperham at gmail.com</email>
        <organization>Webify Solutions</organization>
        <roles>
          <role>Committer</role>
        </roles>
        <timezone>-6</timezone>
      </developer>
      <developer>
        <id>jdcasey</id>
        <name>John Casey</name>
        <email>jdcasey at apache.org</email>
        <organization>ASF</organization>
        <roles>
          <role>PMC Member</role>
        </roles>
        <timezone>-5</timezone>
      </developer>
      <developer>
        <id>trygvis</id>
        <name>Trygve Laugstol</name>
        <email>trygvis at apache.org</email>
        <organization>ASF</organization>
        <roles>
          <role>PMC Member</role>
        </roles>
        <timezone>+1</timezone>
      </developer>
      <developer>
        <id>vsiveton</id>
        <name>Vincent Siveton</name>
        <email>vsiveton at apache.org</email>
        <organization>ASF</organization>
        <roles>
          <role>Committer</role>
        </roles>
        <timezone>-5</timezone>
      </developer>
    </developers>
  </project>
  
  
  
  
  1.1      date: 2006/12/10 17:01:09;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/maven-parent/1/maven-parent-1.pom.sha1
  
  Index: maven-parent-1.pom.sha1
  ===================================================================
  56e0447ae4f17f1627ce94a56efe61f36d7046da
  
  



More information about the jboss-cvs-commits mailing list