Revision: 168
          
http://mindtreeinsight.svn.sourceforge.net/mindtreeinsight/?rev=168&view=rev
Author:   bindul
Date:     2008-04-16 23:08:01 -0700 (Wed, 16 Apr 2008)

Log Message:
-----------
Site updates:
- Added documentation for maven settings
- Updated Mindtree's new name
- Removed unused sample.html
- Added limited reports for root site

Modified Paths:
--------------
    site/trunk/pom.xml

Modified: site/trunk/pom.xml
===================================================================
--- site/trunk/pom.xml  2008-04-08 16:07:28 UTC (rev 167)
+++ site/trunk/pom.xml  2008-04-17 06:08:01 UTC (rev 168)
@@ -47,8 +47,9 @@
        <licenses>
                <license>
                        <name>GNU General Public License v3.0</name>
-                       <url>http://www.gnu.org/licenses/gpl.html</url>
+                       
<url>http://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
                        <distribution>repo</distribution>
+                       
<comments>http://www.gnu.org/licenses/gpl.html</comments>
                </license>
        </licenses>
        <build>
@@ -57,11 +58,34 @@
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-site-plugin</artifactId>
                                <configuration>
-                                       <generateReports>false</generateReports>
+                                       <generateReports>true</generateReports>
                                </configuration>
                        </plugin>
                </plugins>
        </build>
+       <reporting>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               
<artifactId>maven-project-info-reports-plugin</artifactId>
+                               <reportSets>
+                                       <reportSet>
+                                               <reports>
+                                                       <!-- Reports currently 
not used for main site
+                                                       
<report>dependencies</report>
+                                                       
<report>project-team</report>
+                                                       <report>cim</report>
+                                                        -->
+                                                       
<report>mailing-list</report>
+                                                       
<report>issue-tracking</report>
+                                                       <report>license</report>
+                                                       <report>scm</report>
+                                               </reports>
+                                       </reportSet>
+                               </reportSets>
+                       </plugin>
+               </plugins>
+       </reporting>
        <repositories>
        <repository>
            <id>insight.release.repo</id>
@@ -84,4 +108,49 @@
             <url>http://people.apache.org/maven-snapshot-repository</url>
         </repository>
     </repositories>
+    <mailingLists>
+               <mailingList>
+                       <name>Developer Mailing List</name>
+                       <subscribe>
+                               [EMAIL PROTECTED]
+                       </subscribe>
+                       <unsubscribe>
+                               [EMAIL PROTECTED]
+                       </unsubscribe>
+                       <post>[EMAIL PROTECTED]</post>
+                       <archive>
+                               
http://sourceforge.net/mailarchive/forum.php?forum_name=mindtreeinsight-devel
+                       </archive>
+               </mailingList>
+               <mailingList>
+                       <name>User Mailing List</name>
+                       <subscribe>
+                               [EMAIL PROTECTED]
+                       </subscribe>
+                       <unsubscribe>
+                               [EMAIL PROTECTED]
+                       </unsubscribe>
+                       <post>[EMAIL PROTECTED]</post>
+                       <archive>
+                               
http://sourceforge.net/mailarchive/forum.php?forum_name=mindtreeinsight-users
+                       </archive>
+               </mailingList>
+               <mailingList>
+                       <name>Subversion Commits Mailing List</name>
+                       <subscribe>
+                               [EMAIL PROTECTED]
+                       </subscribe>
+                       <unsubscribe>
+                               [EMAIL PROTECTED]
+                       </unsubscribe>
+                       <archive>
+                               
http://sourceforge.net/mailarchive/forum.php?forum_name=mindtreeinsight-commits
+                       </archive>
+               </mailingList>
+       </mailingLists>
+       <scm>
+               
<connection>scm:svn:http://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/</connection>
+               
<developerConnection>scm:svn:https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/</developerConnection>
+               
<url>http://mindtreeinsight.svn.sourceforge.net/viewvc/mindtreeinsight/</url>
+       </scm>
 </project>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
MindTreeInsight-commits mailing list
MindTreeInsight-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-commits

Reply via email to