Author: felixk
Date: Tue Oct 18 14:35:46 2011
New Revision: 1185689

URL: http://svn.apache.org/viewvc?rev=1185689&view=rev
Log:
Allow also generation of technical reports. Plugin Updates Report may be of 
special interest.

Added:
    james/project/trunk/src/reporting-site/
    james/project/trunk/src/reporting-site/site.xml   (with props)
Modified:
    james/project/trunk/pom.xml

Modified: james/project/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/project/trunk/pom.xml?rev=1185689&r1=1185688&r2=1185689&view=diff
==============================================================================
--- james/project/trunk/pom.xml (original)
+++ james/project/trunk/pom.xml Tue Oct 18 14:35:46 2011
@@ -785,33 +785,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
-                <executions>
-                    <!-- Attach non-reporting site-descriptor when installing 
-->
-                    <execution>
-                        <id>attach-descriptor</id>
-                        <goals>
-                            <goal>attach-descriptor</goal>
-                        </goals>
-                        <configuration>
-                            <siteDirectory>${basedir}/src/site</siteDirectory>
-                            <generateReports>false</generateReports>
-                        </configuration>
-                    </execution>
-                </executions>
-                <configuration>
-                    <reportPlugins>
-                        <plugin>
-                            <groupId>org.apache.maven.plugins</groupId>
-                            
<artifactId>maven-project-info-reports-plugin</artifactId>
-                            <reports>
-                                <report>index</report>
-                                <report>mailing-list</report>
-                                <report>project-team</report>
-                                <report>license</report>
-                            </reports>
-                        </plugin>
-                    </reportPlugins>
-                </configuration>
             </plugin>
         </plugins>
     </build>

Added: james/project/trunk/src/reporting-site/site.xml
URL: 
http://svn.apache.org/viewvc/james/project/trunk/src/reporting-site/site.xml?rev=1185689&view=auto
==============================================================================
--- james/project/trunk/src/reporting-site/site.xml (added)
+++ james/project/trunk/src/reporting-site/site.xml Tue Oct 18 14:35:46 2011
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+       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.    
+-->
+<project name="${project.name}">
+
+    <skin>
+        <groupId>org.apache.james</groupId>
+        <artifactId>james-skin</artifactId>
+        <version>1.7-SNAPSHOT</version>
+    </skin>
+
+       <bannerLeft>
+               <name>James Server</name>
+               <src>images/logos/james-server-logo.gif</src>
+               <href>http://james.apache.org/index.html</href>
+        <alt>james-project-logo.gif</alt>
+       </bannerLeft>
+
+       <bannerRight>
+               <name>The Apache Software Foundation</name>
+               <src>images/logos/asf-logo-reduced.gif</src>
+               <href>http://www.apache.org/index.html</href>
+       </bannerRight>
+
+    <body>
+        <menu ref="reports" />
+    </body>
+
+</project>

Propchange: james/project/trunk/src/reporting-site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/project/trunk/src/reporting-site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision



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

Reply via email to