You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2006/01/28 00:11:42 UTC

svn commit: r373021 - /directory/trunks/apacheds/pom.xml

Author: ersiner
Date: Fri Jan 27 15:11:37 2006
New Revision: 373021

URL: http://svn.apache.org/viewcvs?rev=373021&view=rev
Log:
Added project meta info.

Modified:
    directory/trunks/apacheds/pom.xml

Modified: directory/trunks/apacheds/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/pom.xml?rev=373021&r1=373020&r2=373021&view=diff
==============================================================================
--- directory/trunks/apacheds/pom.xml (original)
+++ directory/trunks/apacheds/pom.xml Fri Jan 27 15:11:37 2006
@@ -19,6 +19,29 @@
     </site>
   </distributionManagement>
 
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/DIREVE</url>
+  </issueManagement>
+  
+  <inceptionYear>2003</inceptionYear>
+  
+  <mailingLists>
+    <mailingList>
+      <name>The Directory Developers List</name>
+      <subscribe>dev-subscribe@directory.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@directory.apache.org</unsubscribe>
+      <post>dev@directory.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/directory-dev</archive>
+    </mailingList>
+    <mailingList>
+      <name>The Directory Commits (SVN) List</name>
+      <subscribe>commits-subscribe@directory.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@directory.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/directory-commits</archive>
+    </mailingList>
+  </mailingLists>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.directory.common</groupId>
@@ -37,13 +60,95 @@
     <module>standalone/simple</module>
     <module>standalone/daemon</module>
   </modules>
+
+  <developers>
+    <developer>
+      <id>adc</id>
+    </developer>
+    <developer>
+      <id>akarasulu</id>
+      <url>http://directory.apache.org/newsite/community/who/akarasulu.html</url>
+    </developer>
+    <developer>
+      <id>bayard</id>
+    </developer>
+    <developer>
+      <id>bloritsch</id>
+    </developer>
+    <developer>
+      <id>brett</id>
+    </developer>
+    <developer>
+      <id>elecharny</id>
+      <url>http://directory.apache.org/newsite/community/who/elecharny.html</url>
+    </developer>
+    <developer>
+      <id>erodriguez</id>
+    </developer>
+    <developer>
+      <id>ersiner</id>
+      <url>http://directory.apache.org/newsite/community/who/ersiner.html</url>
+    </developer>
+    <developer>
+      <id>jmachols</id>
+    </developer>
+    <developer>
+      <id>niklas</id>
+    </developer>
+    <developer>
+      <id>noel</id>
+    </developer>
+    <developer>
+      <id>psteitz</id>
+    </developer>
+    <developer>
+      <id>szoerner</id>
+      <url>http://directory.apache.org/newsite/community/who/szoerner.html</url>
+    </developer>
+    <developer>
+      <id>trustin</id>
+      <url>http://directory.apache.org/newsite/community/who/trustin.html</url>
+    </developer>
+    <developer>
+      <id>vtence</id>
+    </developer>
+    <developer>
+      <id>wesmckean</id>
+    </developer>
+  </developers>
+  
+  <contributors>
+    <contributor>
+      <name>Nick Faiz</name>
+    </contributor>
+  </contributors>
+
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+    </license>
+  </licenses>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/trunks/apacheds</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/directory/trunks/apacheds</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/trunks/apacheds</developerConnection>
+  </scm>
+
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
+  </organization>
+
   <build>
     <plugins>
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
         <version>2.0-beta-4</version>
       </plugin>
-      <plugin>
+      <!-- The following plugin can be enabled for recursive site generations -->
+      <!-- <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
         <inherited>false</inherited>
         <executions>
@@ -80,11 +185,28 @@
             </goals>
           </execution>
         </executions>
-      </plugin>
+      </plugin> -->
     </plugins>
   </build>
+
   <reporting>
     <excludeDefaults>true</excludeDefaults>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>project-team</report>
+              <report>mailing-list</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>scm</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
   </reporting>
-
 </project>