Author: carlos
Date: Tue Aug 9 16:13:26 2005
New Revision: 231134
URL: http://svn.apache.org/viewcvs?rev=231134&view=rev
Log:
Make a nicer home page
Modified:
maven/maven-1/plugins-sandbox/trunk/maven.xml
maven/maven-1/plugins-sandbox/trunk/project.properties
Modified: maven/maven-1/plugins-sandbox/trunk/maven.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/maven.xml?rev=231134&r1=231133&r2=231134&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/maven.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/maven.xml Tue Aug 9 16:13:26 2005
@@ -15,11 +15,18 @@
* limitations under the License.
*/
-->
-<project xmlns:j="jelly:core">
+<project
+ xmlns:ant="jelly:ant"
+ xmlns:j="jelly:core">
<goal name="plugins:test-all">
<j:set var="goal" value="plugin:test"/>
<j:set var="maven.multiproject.excludes" value="plugin-parent/**" />
<attainGoal name="multiproject:goal"/>
</goal>
+
+ <postGoal name="site">
+ <ant:copy file="${maven.docs.dest}/plugins-sandbox.html"
tofile="${maven.docs.dest}/index.html" />
+ </postGoal>
+
</project>
Modified: maven/maven-1/plugins-sandbox/trunk/project.properties
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/project.properties?rev=231134&r1=231133&r2=231134&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/project.properties Tue Aug 9 16:13:26
2005
@@ -34,7 +34,7 @@
maven.multiproject.navigation=independent
maven.multiproject.overviewPage.title=Maven Plugins Sandbox
maven.multiproject.overviewPage.link=plugins-sandbox
-maven.multiproject.overviewPage.text=The following Maven plugins are available:
+maven.multiproject.overviewPage.text=The following Maven plugins are available
in the sandbox, some of them because they are still in early development and
others because they are no longer mantained:
maven.multiproject.excludes=plugin-parent/project.xml
maven.xdoc.date = left
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]