Author: felixk
Date: Fri Oct 21 04:40:05 2011
New Revision: 1187179

URL: http://svn.apache.org/viewvc?rev=1187179&view=rev
Log:
ATM we have at least 2 different files where a new committer/contributor has to 
be added:
- project/pom.xml
- project/src/site/xdoc/weare.xml
It's easier to maintain only a single file. I merged the 2 files into pom.xml 
(IMO it's more obvious where to change the information and it can be used by 
maven plugins).

Use license page generated by info-plugin. The only difference is the comment 
about BSD license used by dnsjava but (see generated license site) says 
explicitly "Typically the licenses listed for the project are that of the 
project itself, and not of dependencies."

Added:
    james/project/trunk/src/site/custom/
    james/project/trunk/src/site/custom/project-info-report.properties   (with 
props)
Removed:
    james/project/trunk/src/site/xdoc/license.xml
    james/project/trunk/src/site/xdoc/weare.xml
Modified:
    james/project/trunk/pom.xml
    james/project/trunk/src/site/site.xml

Modified: james/project/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/project/trunk/pom.xml?rev=1187179&r1=1187178&r2=1187179&view=diff
==============================================================================
--- james/project/trunk/pom.xml (original)
+++ james/project/trunk/pom.xml Fri Oct 21 04:40:05 2011
@@ -70,6 +70,12 @@
             <roles>
                 <role>Developer</role>
             </roles>
+            <properties>
+                <Donator>Serge was the original donator of the James code, 
which has since been massively
+                    improved by people smarter than him. He tries to answer 
questions on the listserv and make
+                    code
+                    contributions when he does get a rare bit of free 
time.</Donator>
+            </properties>
         </developer>
         <developer>
             <id>benrdf</id>
@@ -115,6 +121,13 @@
             <roles>
                 <role>Developer</role>
             </roles>
+            <organization>Student Loans Company ltd</organization>
+            <organizationUrl>http://www.slc.co.uk</organizationUrl>
+            <properties>
+                <Description>Danny is a member of the Apache Software 
Foundation and married father
+                    of two by night, and by day works as lead technical 
consultant for the Student Loans
+                    Company ltd.</Description>
+            </properties>
         </developer>
         <developer>
             <id>adc</id>
@@ -126,6 +139,20 @@
             </roles>
         </developer>
         <developer>
+            <name>Harmeet Bedi</name>
+            <email>harmeet at kodemuse.com</email>
+            <roles>
+                <role>Developer</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Jason Webb</name>
+            <email>jw at inovem.com</email>
+            <roles>
+                <role>Developer</role>
+            </roles>
+        </developer>
+        <developer>
             <id>vincenzo</id>
             <name>Vincenzo Gianferrari Pini</name>
             <email>vincenzo.gianferraripini at praxis.it</email>
@@ -154,7 +181,7 @@
             <name>Joe Cheng</name>
             <email>joe(at)joecheng(dot)com</email>
             <properties>
-                <description>Former author to the mime4j product</description>
+                <Description>Former author to the mime4j product</Description>
             </properties>
         </developer>
         <developer>
@@ -217,15 +244,152 @@
         <contributor>
             <name>Rob Oxspring</name>
             <properties>
-                <description>Contributed to the mime4j product</description>
+                <Contribution>Contributed to the mime4j product</Contribution>
             </properties>
         </contributor>
         <contributor>
             <name>Roger Fullerton</name>
             <properties>
-                <description>Wrote spfjava, the first spf implementation in 
java</description>
+                <Contribution>Wrote spfjava, the first spf implementation in 
java</Contribution>
             </properties>
         </contributor>
+        <contributor>
+            <name>Alan D. Cabrera [ADC]</name>
+            <email>list at toolazydogs.com</email>
+        </contributor>
+        <contributor>
+            <name>Darrell DeBoer (DD)</name>
+        </contributor>
+        <contributor>
+            <name>Stephen J. McConnell (SJM)</name>
+            <email>mcconnell at apache.org</email>
+        </contributor>
+        <contributor>
+            <name>Peter M. Goldstein (PG)</name>
+            <email>farsight at alum.mit.edu</email>
+        </contributor>
+        <contributor>
+            <name>Pete Donald (PD)</name>
+        </contributor>
+        <contributor>
+            <name>Charles Benett (CB)</name>
+            <email>charles at benett1.demon.co.uk</email>
+        </contributor>
+        <contributor>
+            <name>Federico Barbieri (FB)</name>
+            <email>scoobie at systemy.it</email>
+        </contributor>
+        <contributor>
+            <name>Stuart Roebuck (SR)</name>
+            <email>stuart.roebuck at adolos.co.uk</email>
+        </contributor>
+        <contributor>
+            <name>Ivan Seskar (IS)</name>
+            <email>iseskar at upsideweb.com</email>
+        </contributor>
+        <contributor>
+            <name>Prasanna Uppaladadium (PU)</name>
+            <email>prasanna at vayusphere.com</email>
+        </contributor>
+        <contributor>
+            <name>Gabriel Bucher (GB)</name>
+            <email>gabriel.bucher at razor.ch</email>
+        </contributor>
+        <contributor>
+            <name>Matthew Pangaro (MP)</name>
+            <email>mattp at lokitech.com</email>
+        </contributor>
+        <contributor>
+            <name>Jason Borden (JB)</name>
+            <email>jborden at javasense.com</email>
+        </contributor>
+        <contributor>
+            <name>Randy Stanard (RS)</name>
+            <email>rstanard at lokitech.com</email>
+            <properties>
+                <Contribution>Contributed the James logo</Contribution>
+            </properties>
+        </contributor>
+        <contributor>
+            <name>Samuel Sadek (SS)</name>
+            <email>Samuel.Sadek at kpmg.co.uk</email>
+        </contributor>
+        <contributor>
+            <name>Stephan Schiessling (SS2)</name>
+            <email>s at rapi.com</email>
+        </contributor>
+        <contributor>
+            <name>Eung-ju Park (EP)</name>
+            <email>colus at apache.org</email>
+        </contributor>
+        <contributor>
+            <name>Paul Hammant (PH)</name>
+            <email>Paul_Hammant at yahoo.com</email>
+        </contributor>
+        <contributor>
+            <name>Jeff Keyser (JK)</name>
+            <email>JKeyser at telocity.com</email>
+        </contributor>
+        <contributor>
+            <name>Andrei Ivanov (AI)</name>
+            <email>myfam at surfeu.fi</email>
+        </contributor>
+        <contributor>
+            <name>Brad Walker (BW)</name>
+            <email>bwalker at studentadvantage.com</email>
+        </contributor>
+        <contributor>
+            <name>Christian Buchegger (CB2)</name>
+            <email>christian.buchegger at planet-interkom.de</email>
+        </contributor>
+        <contributor>
+            <name>Shilpa Dalmia (SD)</name>
+            <email>shilpa at postx.com</email>
+        </contributor>
+        <contributor>
+            <name>Steve Short (SS3)</name>
+            <email>sshort at postx.com</email>
+        </contributor>
+        <contributor>
+            <name>Aaron Knauf (AK)</name>
+            <email>aknauf at xtra.co.nz</email>
+        </contributor>
+        <contributor>
+            <name>Serge "Sergei" Sozonoff (SS4)</name>
+            <email>serge at globalbeach.com</email>
+        </contributor>
+        <contributor>
+            <name>Kai Londenberg [KL]</name>
+            <email>kai.londenberg at my-vwclub.de</email>
+        </contributor>
+        <contributor>
+            <name>Mark Imel [MI]</name>
+            <email>james at imelshire.com</email>
+        </contributor>
+        <contributor>
+            <name>Kevin Schmidt [KS]</name>
+            <email>ktschmidt at earthlink.net</email>
+        </contributor>
+        <contributor>
+            <name>Hontvari Jozsef [HJ]</name>
+            <email>hontvari2 at solware.com</email>
+        </contributor>
+        <contributor>
+            <name>Cesar Bonadio [CB3]</name>
+            <email>bonadio at picture.com.br</email>
+        </contributor>
+        <contributor>
+            <name>Marco Tedone [MT]</name>
+            <email>mtedone at jemos.org</email>
+        </contributor>
+        <contributor>
+            <name>Tim Stephenson [TS]</name>
+            <email>tim at thestephensons.me.uk</email>
+        </contributor>
+        <contributor>
+            <name>Richard O. Hammer [ROH]</name>
+            <email>rohammer at earthlink.net</email>
+        </contributor>
     </contributors>
 
     <mailingLists>
@@ -637,6 +801,18 @@
                     <reportPlugins>
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
+                            
<artifactId>maven-project-info-reports-plugin</artifactId>
+                            <reportSets>
+                                <reportSet>
+                                    <reports>
+                                        <report>license</report>
+                                        <report>project-team</report>
+                                    </reports>
+                                </reportSet>
+                            </reportSets>
+                        </plugin>
+                        <plugin>
+                            <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-javadoc-plugin</artifactId>
                             <reportSets>
                                 <reportSet>

Added: james/project/trunk/src/site/custom/project-info-report.properties
URL: 
http://svn.apache.org/viewvc/james/project/trunk/src/site/custom/project-info-report.properties?rev=1187179&view=auto
==============================================================================
--- james/project/trunk/src/site/custom/project-info-report.properties (added)
+++ james/project/trunk/src/site/custom/project-info-report.properties Fri Oct 
21 04:40:05 2011
@@ -0,0 +1,28 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+#
+# See 
http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties
+# for more properties to customize text reports
+#
+
+report.team-list.contributors.intro = Many people have had a hand in James' 
success over the years, here we'd like to give credit to those who have made a 
difference and to those who have left.
+report.team-list.contributors.title = Alumni and Other Contributors
+report.team-list.developers.title = Active Committers
+report.team-list.intro.description2 = The team is comprised of Members and 
Contributors. Members have direct access to the source of a project and 
actively evolve the code-base. Contributors improve the project through 
submission of patches and suggestions to the Members. The number of 
Contributors to the project is unbounded. Get involved today. All contributions 
to the project are greatly appreciated.\
+                                      <br /><br />Special thanks go to the 
following people for their contributions to this project. We also appreciate 
documentation, feedback, and bug reports.
+report.team-list.intro.title = This list

Propchange: james/project/trunk/src/site/custom/project-info-report.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/project/trunk/src/site/custom/project-info-report.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: james/project/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/james/project/trunk/src/site/site.xml?rev=1187179&r1=1187178&r2=1187179&view=diff
==============================================================================
--- james/project/trunk/src/site/site.xml (original)
+++ james/project/trunk/src/site/site.xml Fri Oct 21 04:40:05 2011
@@ -69,7 +69,7 @@
             <item name="Contributing" href="/contribute.html" />
             <item name="Guidelines" href="/guidelines.html" />
             <item name="Wiki" href="http://wiki.apache.org/james"; />
-            <item name="Who We Are" href="/weare.html" />
+            <item name="Who We Are" href="/team-list.html" />
             <item name="License" href="/license.html" />
         </menu>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to