From: Carlos S. <car...@us...> - 2005-10-11 05:46:36
|
carlossg 05/10/10 22:46:42 Modified: . maven.xml project.properties project.xml Log: Use independent multiproject navigation Revision Changes Path 1.37 +0 -75 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- maven.xml 27 Sep 2005 00:05:46 -0000 1.36 +++ maven.xml 11 Oct 2005 05:46:37 -0000 1.37 @@ -3,81 +3,6 @@ xmlns:ant="jelly:ant" xmlns:maven="jelly:maven"> - <preGoal name="multiproject:site"> - <attainGoal name="create-fake-artifacts"/> - </preGoal> - - <goal name="create-fake-artifacts"> - <!-- Faking any non-free or not on ibiblio runtime dependencies --> - <ant:echo> -WARNING WARNING WARNING - -Creating empty files for non-free or unavailable runtime dependencies - -WARNING WARNING WARNING -</ant:echo> - - <!-- for the kodo plugin --> - <ant:mkdir dir="${maven.repo.local}/kodo/jars/"/> - <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-3.2.4.jar"/> - <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-runtime-3.2.4.jar"/> - - <!-- for the sdocbook plugin --> - <ant:mkdir dir="${maven.repo.local}/jimi/jars/"/> - <ant:touch file="${maven.repo.local}/jimi/jars/jimi-1.0.jar"/> - - <!-- for the jdo plugin --> - <ant:mkdir dir="${maven.repo.local}/jdo/jars/"/> - <ant:touch file="${maven.repo.local}/jdo/jars/jdo-1.0.1.jar"/> - - <!-- for the jaxb plugin --> - <ant:mkdir dir="${maven.repo.local}/jwsdp/jars/"/> - <ant:touch file="${maven.repo.local}/jwsdp/jars/dom-jwsdp.1.5.jar"/> - <ant:touch file="${maven.repo.local}/jwsdp/jars/jax-qname-jwsdp.1.5.jar"/> - <ant:touch file="${maven.repo.local}/jwsdp/jars/jaxb-api-jwsdp.1.5.jar"/> - <ant:touch file="${maven.repo.local}/jwsdp/jars/jaxb-impl-jwsdp.1.5.jar"/> - <ant:touch file="${maven.repo.local}/jwsdp/jars/jaxb-libs-jwsdp.1.5.jar"/> - <ant:touch file="${maven.repo.local}/jwsdp/jars/jaxb-xjc-jwsdp.1.5.jar"/> - <ant:touch file="${maven.repo.local}/jwsdp/jars/jaxp-api-jwsdp.1.5.jar"/> - <ant:touch file="${maven.repo.local}/jwsdp/jars/namespace-jwsdp.1.5.jar"/> - <ant:touch file="${maven.repo.local}/jwsdp/jars/relaxngDatatype-jwsdp.1.5.jar"/> - <ant:touch file="${maven.repo.local}/jwsdp/jars/sax-jwsdp.1.5.jar"/> - <ant:touch file="${maven.repo.local}/jwsdp/jars/xalan-jwsdp.1.5.jar"/> - <ant:touch file="${maven.repo.local}/jwsdp/jars/xercesImpl-jwsdp.1.5.jar"/> - <ant:touch file="${maven.repo.local}/jwsdp/jars/xsdlib-jwsdp.1.5.jar"/> - - <!-- for the jaxb plugin --> - <ant:mkdir dir="${maven.repo.local}/jaxrpc/jars/"/> - <ant:touch file="${maven.repo.local}/jaxrpc/jars/jaxrpc-1.0.jar"/> - - <!-- for the middlegen plugin --> - <ant:mkdir dir="${maven.repo.local}/middlegen/jars/"/> - <ant:touch file="${maven.repo.local}/middlegen/jars/middlegen-2.0-vo.jar"/> - <ant:touch file="${maven.repo.local}/middlegen/jars/middlegen-hibernate-plugin-2.0-vo.jar"/> - <!-- TODO: This shouldn't be here --> - <ant:mkdir dir="${maven.repo.local}/hibernate/jars/"/> - <ant:touch file="${maven.repo.local}/hibernate/jars/hibernate-tools-2.1.2.jar"/> - - <!-- for the dotuml plugin --> - <ant:mkdir dir="${maven.repo.local}/umlgraph/jars/"/> - <ant:touch file="${maven.repo.local}/umlgraph/jars/umlgraph-2.8.jar"/> - - <!-- for the strutsdoc plugin --> - <ant:mkdir dir="${maven.repo.local}/strutsdoc/jars/"/> - <ant:touch file="${maven.repo.local}/strutsdoc/jars/strutsdoc-0.5.jar"/> - - <!-- for the transform plugin --> - <ant:mkdir dir="${maven.repo.local}/jai/jars/"/> - <ant:touch file="${maven.repo.local}/jai/jars/jai_codec-1.1.2.jar"/> - <ant:touch file="${maven.repo.local}/jai/jars/jai_core-1.1.2.jar"/> - <ant:mkdir dir="${maven.repo.local}/docbook-xsl/jars/"/> - <ant:touch file="${maven.repo.local}/docbook-xsl/jars/saxon-extension-6.5.1.jar"/> - - <!-- for the weblogic plugin --> - <ant:mkdir dir="${maven.repo.local}/weblogic/jars/"/> - <ant:touch file="${maven.repo.local}/weblogic/jars/weblogic-8.1.2.0.jar"/> - </goal> - <goal name="plugins:clean"> <maven:reactor 1.17 +1 -3 maven-plugins/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.properties,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- project.properties 22 Sep 2005 03:04:52 -0000 1.16 +++ project.properties 11 Oct 2005 05:46:38 -0000 1.17 @@ -12,9 +12,7 @@ maven.multiproject.overviewPage.link=projects-overview maven.multiproject.overviewPage.linkTitle=Overview of Plugins maven.multiproject.aggregateDir= - -#If you don't have a working Graphviz install, springgraph fails to build -maven.multiproject.excludes=project.xml,springgraph/project.xml,dotuml/project.xml +maven.multiproject.navigation=independent # WebSite definition maven.xdoc.date=left 1.31 +1 -1 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- project.xml 27 Sep 2005 00:05:46 -0000 1.30 +++ project.xml 11 Oct 2005 05:46:39 -0000 1.31 @@ -24,7 +24,7 @@ Maven Plugins is a collection of plugins for <a href="http://maven.apache.org/">Apache Jakarta Maven</a>. These plugins are currently not part of Maven since they use an incompatible licence agreement or the JARs upon which they depend use an incompatible license agreement. </P> <P> - Please refer to the <A HREF="/projects-overview.html">Plugins + Please refer to the <A HREF="projects-overview.html">Plugins Overview</A> page for a summary of all plugins available here. </P> ]]> |