|
From: <cg...@us...> - 2006-08-31 21:58:49
|
Revision: 930
http://svn.sourceforge.net/wotonomy/?rev=930&view=rev
Author: cgruber
Date: 2006-08-31 14:58:26 -0700 (Thu, 31 Aug 2006)
Log Message:
-----------
Sync up reporting and site generation with new maven tools.
Modified Paths:
--------------
trunk/projects/net.wotonomy.all/pom.xml
trunk/projects/net.wotonomy.all/src/site/site.xml
trunk/projects/net.wotonomy.datastore/pom.xml
trunk/projects/net.wotonomy.foundation/pom.xml
trunk/projects/net.wotonomy.persistence/pom.xml
trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml
trunk/projects/net.wotonomy.test/pom.xml
trunk/projects/net.wotonomy.ui/pom.xml
trunk/projects/net.wotonomy.ui.swing/pom.xml
trunk/projects/net.wotonomy.web/pom.xml
Modified: trunk/projects/net.wotonomy.all/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.all/pom.xml 2006-07-06 13:37:29 UTC (rev 929)
+++ trunk/projects/net.wotonomy.all/pom.xml 2006-08-31 21:58:26 UTC (rev 930)
@@ -4,9 +4,10 @@
<artifactId>all</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Wotonomy</name>
+ <name>Wotonomy Parent Project</name>
<description> Wotonomy - A free system for creating great database-oriented swing or web applications.</description>
<url>http://wotonomy.sourceforge.net</url>
+ <!-- <org>Wotonomy Crew</org> -->
<modules>
<module>../net.wotonomy.datastore</module>
<module>../net.wotonomy.foundation</module>
@@ -69,4 +70,27 @@
</roles>
</developer>
</developers>
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jxr-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>surefire-report-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>taglist-maven-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
</project>
Modified: trunk/projects/net.wotonomy.all/src/site/site.xml
===================================================================
--- trunk/projects/net.wotonomy.all/src/site/site.xml 2006-07-06 13:37:29 UTC (rev 929)
+++ trunk/projects/net.wotonomy.all/src/site/site.xml 2006-08-31 21:58:26 UTC (rev 930)
@@ -7,38 +7,31 @@
<src>http://sourceforge.net/sflogo.php?group_id=12936&type=1</src>
</bannerRight>
<body>
- ${reports}
- <menu name="Wotonomy Sub-Projects">
- <item name="Foundation Framework" href="foundation/index.html" />
- <item name="Persistence Framework" href="persistence/index.html" />
- <item name="Persistence:JDBC" href="persistence.adapter.jdbc/index.html" />
- <item name="User Interface" href="ui/index.html" />
- <item name="User Interface:Swing" href="ui.swing/index.html" />
- <item name="Web Framework" href="web/index.html" />
- <item name="XML Support" href="xml/index.html" />
- <item name="Datastore" href="datastore/index.html" />
- <item name="System Tests" href="test/index.html" />
- </menu>
- <menu name="Wotonomy Documentation">
- <item name="FAQ" href="faq.html" />
- <item name="UI Developer's Guide" href="doc/ui-guide.html" />
- <item name="Persistence Control Guide" href="doc/control-guide.txt" />
- </menu>
+ <menu ref="parent" inherit="top" />
+ <menu name="Wotonomy Documentation" inherit="top">
+ <item name="FAQ" href="faq.html" />
+ <item name="UI Developer's Guide" href="doc/ui-guide.html" />
+ <item name="Persistence Control Guide" href="doc/control-guide.txt" />
+ </menu>
+ <menu ref="modules" />
+ <menu ref="reports" />
+
<menu name="Developer Instructions">
<item name="Project Folder Layout" href="layout.html" />
<item name="Source Control Help" href="scm.html" />
<item name="Build Help" href="build.html" />
<item name="Eclipse Help" href="eclipse.html" />
</menu>
- <menu name="Downloads">
+ <menu name="Downloads" inherit="bottom" >
<item name="wotonomy packages" href="http://sourceforge.net/project/showfiles.php?group_id=12936"/>
</menu>
- <menu name="Links">
+ <menu name="Links" inherit="bottom" >
<item name="Sourceforge Project" href="http://www.sourceforge.net/projects/wotonomy/" />
<item name="Israfil Maven Repository" href="http://www.israfil.net/maven2/" />
<item name="Browse Sourceforge Repository" href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/wotonomy/wotonomy/" />
</menu>
+
</body>
</project>
Modified: trunk/projects/net.wotonomy.datastore/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.datastore/pom.xml 2006-07-06 13:37:29 UTC (rev 929)
+++ trunk/projects/net.wotonomy.datastore/pom.xml 2006-08-31 21:58:26 UTC (rev 930)
@@ -4,7 +4,7 @@
<artifactId>datastore</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Wotonomy: Object Datastore</name>
+ <name>Object Datastore</name>
<parent>
<groupId>net.wotonomy</groupId>
<artifactId>all</artifactId>
@@ -23,23 +23,6 @@
<scope>test</scope>
</dependency>
</dependencies>
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>surefire-report-maven-plugin</artifactId>
- </plugin>
- <!--
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- </plugin>
- -->
- </plugins>
- </reporting>
<scm>
<connection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.datastore</connection>
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.datastore</developerConnection>
Modified: trunk/projects/net.wotonomy.foundation/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.foundation/pom.xml 2006-07-06 13:37:29 UTC (rev 929)
+++ trunk/projects/net.wotonomy.foundation/pom.xml 2006-08-31 21:58:26 UTC (rev 930)
@@ -4,7 +4,7 @@
<artifactId>foundation</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Wotonomy: Foundation Classes and Utilities</name>
+ <name>Foundation Framework</name>
<parent>
<groupId>net.wotonomy</groupId>
<artifactId>all</artifactId>
Modified: trunk/projects/net.wotonomy.persistence/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.persistence/pom.xml 2006-07-06 13:37:29 UTC (rev 929)
+++ trunk/projects/net.wotonomy.persistence/pom.xml 2006-08-31 21:58:26 UTC (rev 930)
@@ -4,7 +4,7 @@
<artifactId>persistence</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Wotonomy: Persistence Framework</name>
+ <name>Persistence Framework</name>
<parent>
<groupId>net.wotonomy</groupId>
<artifactId>all</artifactId>
@@ -32,12 +32,10 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
</plugin>
- <!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
- -->
</plugins>
</reporting>
<scm>
Modified: trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml 2006-07-06 13:37:29 UTC (rev 929)
+++ trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml 2006-08-31 21:58:26 UTC (rev 930)
@@ -4,7 +4,7 @@
<artifactId>persistence.adapter.jdbc</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Wotonomy: Persistence Framework - JDBC Adapter</name>
+ <name>Persistence: JDBC Adapter</name>
<parent>
<groupId>net.wotonomy</groupId>
<artifactId>all</artifactId>
@@ -32,12 +32,10 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
</plugin>
- <!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
- -->
</plugins>
</reporting>
<scm>
Modified: trunk/projects/net.wotonomy.test/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.test/pom.xml 2006-07-06 13:37:29 UTC (rev 929)
+++ trunk/projects/net.wotonomy.test/pom.xml 2006-08-31 21:58:26 UTC (rev 930)
@@ -4,7 +4,7 @@
<artifactId>test</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Wotonomy: System Tests</name>
+ <name>System Tests</name>
<parent>
<groupId>net.wotonomy</groupId>
<artifactId>all</artifactId>
Modified: trunk/projects/net.wotonomy.ui/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.ui/pom.xml 2006-07-06 13:37:29 UTC (rev 929)
+++ trunk/projects/net.wotonomy.ui/pom.xml 2006-08-31 21:58:26 UTC (rev 930)
@@ -4,7 +4,7 @@
<artifactId>ui</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Wotonomy: Graphical User Interface</name>
+ <name>Graphical User Interface</name>
<parent>
<groupId>net.wotonomy</groupId>
<artifactId>all</artifactId>
@@ -32,12 +32,10 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
</plugin>
- <!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
- -->
</plugins>
</reporting>
<scm>
Modified: trunk/projects/net.wotonomy.ui.swing/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.ui.swing/pom.xml 2006-07-06 13:37:29 UTC (rev 929)
+++ trunk/projects/net.wotonomy.ui.swing/pom.xml 2006-08-31 21:58:26 UTC (rev 930)
@@ -4,7 +4,7 @@
<artifactId>ui.swing</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Wotonomy: Graphical User Interface - Swing Implementation</name>
+ <name>GUI: Swing Implementation</name>
<parent>
<groupId>net.wotonomy</groupId>
<artifactId>all</artifactId>
@@ -32,12 +32,10 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
</plugin>
- <!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
- -->
</plugins>
</reporting>
<scm>
Modified: trunk/projects/net.wotonomy.web/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.web/pom.xml 2006-07-06 13:37:29 UTC (rev 929)
+++ trunk/projects/net.wotonomy.web/pom.xml 2006-08-31 21:58:26 UTC (rev 930)
@@ -4,7 +4,7 @@
<artifactId>web</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Wotonomy: MVC Web Application Framework</name>
+ <name>Web MVC GUI Framework</name>
<parent>
<groupId>net.wotonomy</groupId>
<artifactId>all</artifactId>
@@ -57,12 +57,10 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
</plugin>
- <!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
- -->
</plugins>
</reporting>
<scm>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|