Revision: 467
Author: henryju
Date: 2006-05-31 11:27:46 -0700 (Wed, 31 May 2006)
ViewCVS: http://svn.sourceforge.net/jwebunit/?rev=467&view=rev
Log Message:
-----------
Try to fix site generation. Still some problems.
Modified Paths:
--------------
trunk/jwebunit-htmlunit-plugin/src/site/site.xml
trunk/jwebunit-httpunit-plugin/src/site/site.xml
trunk/jwebunit-jacobie-plugin/src/site/site.xml
trunk/jwebunit-selenium-plugin/src/site/site.xml
trunk/pom.xml
trunk/src/site/site.xml
Modified: trunk/jwebunit-htmlunit-plugin/src/site/site.xml
===================================================================
--- trunk/jwebunit-htmlunit-plugin/src/site/site.xml 2006-05-31 15:30:52 UTC
(rev 466)
+++ trunk/jwebunit-htmlunit-plugin/src/site/site.xml 2006-05-31 18:27:46 UTC
(rev 467)
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<project name="jWebUnit">
<body>
- ${parentProject}
+ <menu ref="parent" />
<menu name="Sourceforge">
<item name="Project page"
href="http://sourceforge.net/projects/jwebunit" />
<item name="Download"
href="http://sourceforge.net/projects/jwebunit/files" />
</menu>
- ${reports}
+ <menu ref="reports" />
</body>
</project>
Modified: trunk/jwebunit-httpunit-plugin/src/site/site.xml
===================================================================
--- trunk/jwebunit-httpunit-plugin/src/site/site.xml 2006-05-31 15:30:52 UTC
(rev 466)
+++ trunk/jwebunit-httpunit-plugin/src/site/site.xml 2006-05-31 18:27:46 UTC
(rev 467)
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<project name="jWebUnit">
<body>
- ${parentProject}
+ <menu ref="parent" />
<menu name="Sourceforge">
<item name="Project page"
href="http://sourceforge.net/projects/jwebunit" />
<item name="Download"
href="http://sourceforge.net/projects/jwebunit/files" />
</menu>
- ${reports}
+ <menu ref="reports" />
</body>
</project>
Modified: trunk/jwebunit-jacobie-plugin/src/site/site.xml
===================================================================
--- trunk/jwebunit-jacobie-plugin/src/site/site.xml 2006-05-31 15:30:52 UTC
(rev 466)
+++ trunk/jwebunit-jacobie-plugin/src/site/site.xml 2006-05-31 18:27:46 UTC
(rev 467)
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<project name="jWebUnit">
<body>
- ${parentProject}
+ <menu ref="parent" />
<menu name="Sourceforge">
<item name="Project page"
href="http://sourceforge.net/projects/jwebunit" />
<item name="Download"
href="http://sourceforge.net/projects/jwebunit/files" />
</menu>
- ${reports}
+ <menu ref="reports" />
</body>
</project>
Modified: trunk/jwebunit-selenium-plugin/src/site/site.xml
===================================================================
--- trunk/jwebunit-selenium-plugin/src/site/site.xml 2006-05-31 15:30:52 UTC
(rev 466)
+++ trunk/jwebunit-selenium-plugin/src/site/site.xml 2006-05-31 18:27:46 UTC
(rev 467)
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<project name="jWebUnit">
<body>
- ${parentProject}
+ <menu ref="parent" />
<menu name="Sourceforge">
<item name="Project page"
href="http://sourceforge.net/projects/jwebunit" />
<item name="Download"
href="http://sourceforge.net/projects/jwebunit/files" />
</menu>
- ${reports}
+ <menu ref="reports" />
</body>
</project>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-05-31 15:30:52 UTC (rev 466)
+++ trunk/pom.xml 2006-05-31 18:27:46 UTC (rev 467)
@@ -168,11 +168,11 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
- <!-- <configuration>
- <descriptor>path/to/descriptor.xml</descriptor>
- <finalName>final_name</finalName>
- <outputDirectory>output/directory</outputDirectory>
- <workDirectory>target/assembly/work</workDirectory>
+ <!-- <configuration>
+ <descriptor>path/to/descriptor.xml</descriptor>
+ <finalName>final_name</finalName>
+ <outputDirectory>output/directory</outputDirectory>
+ <workDirectory>target/assembly/work</workDirectory>
</configuration> -->
</plugin>
</plugins>
@@ -194,9 +194,9 @@
<xrefLocation>xref</xrefLocation>
</configuration>
</plugin>
- <!--plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jdepend-maven-plugin</artifactId>
+ <!--plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jdepend-maven-plugin</artifactId>
</plugin-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
@@ -228,12 +228,24 @@
<configuration>
<aggregate>true</aggregate>
</configuration>
- </plugin>
- <plugin>
- <artifactId>
- maven-project-info-reports-plugin
- </artifactId>
- </plugin>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>index</report>
+ <report>dependencies</report>
+ <report>project-team</report>
+ <report>mailing-list</report>
+ <report>license</report>
+ <report>issue-tracking</report>
+ <report>scm</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
</plugins>
</reporting>
<distributionManagement>
@@ -241,8 +253,8 @@
<id>jwebunit-website</id>
<name>jWebUnit WebSite - Sourceforge</name>
<url>
- scp://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs
- <!--file://c:\temp-jwebunit-->
+
<!--scp://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs-->
+ file:///home/julien/temp-jwebunit
</url>
</site>
</distributionManagement>
Modified: trunk/src/site/site.xml
===================================================================
--- trunk/src/site/site.xml 2006-05-31 15:30:52 UTC (rev 466)
+++ trunk/src/site/site.xml 2006-05-31 18:27:46 UTC (rev 467)
@@ -85,7 +85,7 @@
<item name="Download"
href="http://sourceforge.net/projects/jwebunit/files" />
</menu>
- ${modules}
- ${reports}
+ <menu ref="modules" />
+ <menu ref="reports" />
</body>
</project>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development