From: Siegfried G. <wd...@us...> - 2002-12-11 14:41:16
|
wdsgoe 02/12/11 06:41:15 Modified: . maven.xml Log: Provided a valid default goal and added a "plugins:clean" goal to remove the temporary files Revision Changes Path 1.7 +13 -1 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- maven.xml 7 Sep 2002 11:49:19 -0000 1.6 +++ maven.xml 11 Dec 2002 14:41:15 -0000 1.7 @@ -1,4 +1,4 @@ -<jj:project default="plugin" +<jj:project default="plugins:site" xmlns:j="jelly:core" xmlns:jj="jelly:jeez" xmlns:ant="jelly:ant" @@ -6,6 +6,18 @@ xmlns:x="jelly:xml" xmlns="dummy" xmlns:m="maven"> + + <jj:goal name="plugins:clean"> + + <reactor:execute + basedir="${basedir}" + glob="*/project.xml" + goals="clean" + banner="Cleaning For" + ignoreFailures="true" + /> + + </jj:goal> <jj:goal name="plugins:site"> |
From: dion g. <dio...@us...> - 2003-04-13 01:50:17
|
diongillard 03/04/12 18:50:16 Modified: . maven.xml Log: Only generate nav if it's the top level project Revision Changes Path 1.9 +3 -1 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- maven.xml 21 Jan 2003 03:03:24 -0000 1.8 +++ maven.xml 13 Apr 2003 01:50:16 -0000 1.9 @@ -53,7 +53,9 @@ </goal> <preGoal name="site"> - <attainGoal name="generate-navigation"/> + <j:if test="${pom.id == 'maven-plugins'}"> + <attainGoal name="generate-navigation"/> + </j:if> </preGoal> </project> |
From: dion g. <dio...@us...> - 2003-04-13 01:51:21
|
diongillard 03/04/12 18:51:20 Modified: . maven.xml Log: Woops...artifactId not id Revision Changes Path 1.10 +1 -1 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- maven.xml 13 Apr 2003 01:50:16 -0000 1.9 +++ maven.xml 13 Apr 2003 01:51:20 -0000 1.10 @@ -53,7 +53,7 @@ </goal> <preGoal name="site"> - <j:if test="${pom.id == 'maven-plugins'}"> + <j:if test="${pom.artifactId == 'maven-plugins'}"> <attainGoal name="generate-navigation"/> </j:if> </preGoal> |
From: Andy J. <and...@us...> - 2004-04-12 10:42:31
|
andy_jefferson 04/04/12 03:28:46 Modified: . maven.xml Log: Updated placeholder to use jpox-beta-3 instead of beta-2 Revision Changes Path 1.15 +1 -1 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- maven.xml 17 Feb 2004 08:15:30 -0000 1.14 +++ maven.xml 12 Apr 2004 10:28:46 -0000 1.15 @@ -22,7 +22,7 @@ <!-- for the jpox plugin --> <ant:mkdir dir="${maven.repo.local}/jpox/jars/"/> - <ant:touch file="${maven.repo.local}/jpox/jars/jpox-1.0.0-beta-2.jar"/> + <ant:touch file="${maven.repo.local}/jpox/jars/jpox-1.0.0-beta-3.jar"/> <!-- for the jaxb plugin --> <ant:mkdir dir="${maven.repo.local}/jaxb/jars/"/> |
From: Andy J. <and...@us...> - 2004-04-25 15:05:47
|
andy_jefferson 04/04/25 05:47:48 Modified: . maven.xml Log: Updated to JPOX 1.0.0 beta-4 Revision Changes Path 1.16 +1 -1 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- maven.xml 12 Apr 2004 10:28:46 -0000 1.15 +++ maven.xml 25 Apr 2004 12:47:48 -0000 1.16 @@ -22,7 +22,7 @@ <!-- for the jpox plugin --> <ant:mkdir dir="${maven.repo.local}/jpox/jars/"/> - <ant:touch file="${maven.repo.local}/jpox/jars/jpox-1.0.0-beta-3.jar"/> + <ant:touch file="${maven.repo.local}/jpox/jars/jpox-1.0.0-beta-4.jar"/> <!-- for the jaxb plugin --> <ant:mkdir dir="${maven.repo.local}/jaxb/jars/"/> |
From: Andy J. <and...@us...> - 2004-05-09 07:30:47
|
andy_jefferson 04/05/09 00:30:36 Modified: jpox/xdocs changes.xml jpox plugin.jelly plugin.properties project.xml . maven.xml Log: Updated to include verbose flag Revision Changes Path 1.8 +3 -4 maven-plugins/jpox/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/xdocs/changes.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- changes.xml 25 Apr 2004 12:47:09 -0000 1.7 +++ changes.xml 9 May 2004 07:30:10 -0000 1.8 @@ -2,14 +2,13 @@ <document> <properties> <title>Maven JPOX plugin - Changes</title> - <author email="an...@aj...">Andy Jefferson</author> + <author email="an...@jp...">Andy Jefferson</author> </properties> <body> <release version="1.0.0-beta-4" date="27-Apr-2004" description="Use of JPOX 1.0.0-beta-4"> - <action dev="andy_jefferson" type="add"> - Matching release for JPOX 1.0.0-beta-4. - </action> + <action dev="andy_jefferson" type="update">Changed to use JPOX 1.0.0-beta-4</action> + <action dev="andy_jefferson" type="add">Addition of verbose option to get diagnostics</action> </release> <release version="1.0.0-beta-3" date="31-Mar-2004" description="Use of JPOX 1.0.0-beta-3"> 1.6 +6 -0 maven-plugins/jpox/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/plugin.jelly,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- plugin.jelly 31 Mar 2004 14:37:42 -0000 1.5 +++ plugin.jelly 9 May 2004 07:30:11 -0000 1.6 @@ -69,8 +69,14 @@ failonerror="true" fork="true"> <classpath refid="jpoxClasspath"/> + <arg line="-s"/> <arg path="${sourcepath}"/> + + <j:if test="${context.getVariable('maven.jpox.verbose').toString().trim().equalsIgnoreCase('true')}"> + <arg line="-v"/> + </j:if> + <arg line="${jdoMetaDataFiles}"/> </ant:java> 1.4 +3 -0 maven-plugins/jpox/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/plugin.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- plugin.properties 31 Mar 2004 14:37:42 -0000 1.3 +++ plugin.properties 9 May 2004 07:30:11 -0000 1.4 @@ -24,3 +24,6 @@ # Log4J log maven.jpox.log4j.configuration= + +# Verbose Mode +maven.jpox.verbose=false 1.11 +5 -1 maven-plugins/jpox/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 25 Apr 2004 12:49:21 -0000 1.10 +++ project.xml 9 May 2004 07:30:11 -0000 1.11 @@ -34,7 +34,11 @@ <version>1.0.0-beta-4</version> <url>http://maven-plugins.sf.net/maven</url> </dependency> - <!-- Should really have jdori 1.0.1 in here --> + <dependency> + <groupId>jdo</groupId> + <artifactId>jdori</artifactId> + <version>1.0.1</version> + </dependency> </dependencies> </project> 1.17 +1 -0 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- maven.xml 25 Apr 2004 12:47:48 -0000 1.16 +++ maven.xml 9 May 2004 07:30:13 -0000 1.17 @@ -23,6 +23,7 @@ <!-- for the jpox plugin --> <ant:mkdir dir="${maven.repo.local}/jpox/jars/"/> <ant:touch file="${maven.repo.local}/jpox/jars/jpox-1.0.0-beta-4.jar"/> + <ant:touch file="${maven.repo.local}/jdo/jars/jdori-1.0.1.jar"/> <!-- for the jaxb plugin --> <ant:mkdir dir="${maven.repo.local}/jaxb/jars/"/> |
From: Andy J. <and...@us...> - 2004-05-19 16:30:07
|
andy_jefferson 04/05/19 09:30:00 Modified: jpox/xdocs changes.xml index.xml properties.xml jpox plugin.jelly project.xml . maven.xml Log: Updated to use JPOX Enhancer instead of Sun Reference Implementation Revision Changes Path 1.9 +1 -0 maven-plugins/jpox/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/xdocs/changes.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- changes.xml 9 May 2004 07:30:10 -0000 1.8 +++ changes.xml 19 May 2004 16:29:57 -0000 1.9 @@ -8,6 +8,7 @@ <body> <release version="1.0.0-beta-4" date="27-Apr-2004" description="Use of JPOX 1.0.0-beta-4"> <action dev="andy_jefferson" type="update">Changed to use JPOX 1.0.0-beta-4</action> + <action dev="andy_jefferson" type="update">Changed to use JPOX Enhancer 1.0.0-beta-4 instead of Sun RI enhancer</action> <action dev="andy_jefferson" type="add">Addition of verbose option to get diagnostics</action> </release> 1.5 +4 -4 maven-plugins/jpox/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/xdocs/index.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- index.xml 26 Mar 2004 09:33:39 -0000 1.4 +++ index.xml 19 May 2004 16:29:57 -0000 1.5 @@ -9,9 +9,8 @@ <section name="Maven JPOX Plugin"> <p> This plugin provides an interface to the Java Persistent Objects - JDO implementation ( - <a href="http://jpox.sourceforge.net">JPOX</a> - ) of Sun's JDO spec. + JDO implementation (<a href="http://www.jpox.org">JPOX</a>) + of Sun's JDO spec. </p> <p> To use this plugin, you will need to install JPOX's jar into @@ -20,7 +19,8 @@ your JPOX installation directory). <source> ${maven.repo.local}/jpox/jars/ -${maven.repo.local}/jpox/jars/jpox-1.0.0-beta-3.jar +${maven.repo.local}/jpox/jars/jpox-1.0.0-beta-4.jar +${maven.repo.local}/jpox/jars/jpox-enhancer-1.0.0-beta-4.jar </source> </p> </section> 1.3 +7 -0 maven-plugins/jpox/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/xdocs/properties.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- properties.xml 22 Jan 2004 19:48:45 -0000 1.2 +++ properties.xml 19 May 2004 16:29:57 -0000 1.3 @@ -69,6 +69,13 @@ Password for the database to be used by JPOX </td> </tr> + <tr> + <td>maven.jpox.log4j.configuration</td> + <td>Yes</td> + <td> + Log4J Configuration file for logging of output + </td> + </tr> </table> </section> </body> 1.7 +20 -12 maven-plugins/jpox/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/plugin.jelly,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- plugin.jelly 9 May 2004 07:30:11 -0000 1.6 +++ plugin.jelly 19 May 2004 16:29:58 -0000 1.7 @@ -45,9 +45,10 @@ <!-- Construct CLASSPATH to include JPOX and the classes --> <path id="jpoxClasspath"> - <path refid="maven.dependency.classpath"/> + <!--path refid="maven.dependency.classpath"/--> <pathelement path="${maven.jpox.classes.dir}"/> <pathelement path="${plugin.getDependencyPath('jpox')}"/> + <pathelement path="${plugin.getDependencyPath('log4j')}"/> </path> </goal> @@ -58,29 +59,36 @@ --> <goal name="jpox:enhance" prereqs="jpox:init"> - <echo>JDO-enhancing classes for Java Persistent Objects</echo> + <echo>JDO-enhancing classes for Java Persistent Objects JDO</echo> - <!-- Construct path for source files --> - <pathconvert pathsep=":" property="sourcepath" refid="jpoxClasspath"/> + <!-- Construct CLASSPATH for enhancer --> + <path id="enhancerClasspath"> + <pathelement path="${maven.jpox.classes.dir}"/> + <pathelement path="${plugin.getDependencyPath('jpox:jpox-enhancer')}"/> + <pathelement path="${plugin.getDependencyPath('bcel')}"/> + <pathelement path="${plugin.getDependencyPath('log4j')}"/> + <pathelement path="${plugin.getDependencyPath('jdo')}"/> + </path> - <!-- Run enhancer on JDO files --> + <!-- Run JPOX Enhancer on JDO files --> <ant:java dir="${maven.jpox.classes.dir}" - classname="org.jpox.enhance.SunReferenceEnhancer" + classname="org.jpox.enhancer.StandardGenerator" failonerror="true" fork="true"> - <classpath refid="jpoxClasspath"/> + <classpath refid="enhancerClasspath"/> - <arg line="-s"/> - <arg path="${sourcepath}"/> + <j:if test="${context.getVariable('maven.jpox.log4j.configuration') != null}"> + <jvmarg value="-Dlog4j.configuration=${context.getVariable('maven.jpox.log4j.configuration')}"/> + </j:if> - <j:if test="${context.getVariable('maven.jpox.verbose').toString().trim().equalsIgnoreCase('true')}"> + <!--j:if test="${context.getVariable('maven.jpox.verbose').toString().trim().equalsIgnoreCase('true')}"> <arg line="-v"/> - </j:if> + </j:if --> <arg line="${jdoMetaDataFiles}"/> </ant:java> - <echo>Classes are now JDO-enhanced for Java Persistent Objects</echo> + <echo>Classes are now JDO-enhanced for Java Persistent Objects JDO</echo> </goal> <!-- 1.12 +17 -2 maven-plugins/jpox/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 9 May 2004 07:30:11 -0000 1.11 +++ project.xml 19 May 2004 16:29:58 -0000 1.12 @@ -28,17 +28,32 @@ <dependencies> <!-- if any of the jpox dependencies are updated remember to update ../maven-xml --> + <!-- Runtime dependencies --> <dependency> <groupId>jpox</groupId> <artifactId>jpox</artifactId> <version>1.0.0-beta-4</version> - <url>http://maven-plugins.sf.net/maven</url> + </dependency> + <dependency> + <groupId>jpox</groupId> + <artifactId>jpox-enhancer</artifactId> + <version>1.0.0-beta-4</version> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.8</version> </dependency> <dependency> <groupId>jdo</groupId> - <artifactId>jdori</artifactId> + <artifactId>jdo</artifactId> <version>1.0.1</version> </dependency> + <dependency> + <groupId>bcel</groupId> + <artifactId>bcel</artifactId> + <version>5.1</version> + </dependency> </dependencies> </project> 1.18 +2 -1 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- maven.xml 9 May 2004 07:30:13 -0000 1.17 +++ maven.xml 19 May 2004 16:29:59 -0000 1.18 @@ -23,7 +23,8 @@ <!-- for the jpox plugin --> <ant:mkdir dir="${maven.repo.local}/jpox/jars/"/> <ant:touch file="${maven.repo.local}/jpox/jars/jpox-1.0.0-beta-4.jar"/> - <ant:touch file="${maven.repo.local}/jdo/jars/jdori-1.0.1.jar"/> + <ant:touch file="${maven.repo.local}/jpox/jars/jpox-enhancer-1.0.0-beta-4.jar"/> + <ant:touch file="${maven.repo.local}/jdo/jars/jdo-1.0.1.jar"/> <!-- for the jaxb plugin --> <ant:mkdir dir="${maven.repo.local}/jaxb/jars/"/> |
From: Andy J. <and...@us...> - 2004-06-16 18:54:21
|
andy_jefferson 04/06/16 11:54:13 Modified: . maven.xml Log: Update to Kodo jars Revision Changes Path 1.19 +2 -2 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- maven.xml 19 May 2004 16:29:59 -0000 1.18 +++ maven.xml 16 Jun 2004 18:54:12 -0000 1.19 @@ -13,8 +13,8 @@ <!-- for the kodo plugin --> <ant:mkdir dir="${maven.repo.local}/kodo/jars/"/> - <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-2.5.2.jar"/> - <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-runtime-2.5.2.jar"/> + <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-3.1.2.jar"/> + <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-runtime-3.1.2.jar"/> <!-- for the sdocbook plugin --> <ant:mkdir dir="${maven.repo.local}/jimi/jars/"/> |
From: Andy J. <and...@us...> - 2004-06-25 10:15:58
|
andy_jefferson 04/06/25 03:15:50 Modified: jpox/xdocs changes.xml navigation.xml jpox project.xml . maven.xml Log: Updates for JPOX 1.0.0 release Revision Changes Path 1.10 +3 -0 maven-plugins/jpox/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/xdocs/changes.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- changes.xml 19 May 2004 16:29:57 -0000 1.9 +++ changes.xml 25 Jun 2004 10:15:48 -0000 1.10 @@ -6,6 +6,9 @@ </properties> <body> + <release version="1.0.0" date="04-Jul-2004" description="Use of JPOX 1.0.0"> + </release> + <release version="1.0.0-beta-4" date="27-Apr-2004" description="Use of JPOX 1.0.0-beta-4"> <action dev="andy_jefferson" type="update">Changed to use JPOX 1.0.0-beta-4</action> <action dev="andy_jefferson" type="update">Changed to use JPOX Enhancer 1.0.0-beta-4 instead of Sun RI enhancer</action> 1.7 +1 -1 maven-plugins/jpox/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/xdocs/navigation.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- navigation.xml 25 Apr 2004 12:47:09 -0000 1.6 +++ navigation.xml 25 Jun 2004 10:15:49 -0000 1.7 @@ -12,7 +12,7 @@ <item name="Goals" href="/goals.html" /> <item name="Properties" href="/properties.html" /> <item name="Changes" href="/changes-report.html" /> - <item name="Download" href="http://maven-plugins.sf.net/maven/plugins/maven-jpox-plugin-1.0.0-beta-4.jar" /> + <item name="Download" href="http://maven-plugins.sf.net/maven/plugins/maven-jpox-plugin-1.0.0.jar" /> </menu> </body> </project> 1.14 +3 -3 maven-plugins/jpox/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- project.xml 9 Jun 2004 08:48:53 -0000 1.13 +++ project.xml 25 Jun 2004 10:15:49 -0000 1.14 @@ -2,7 +2,7 @@ <extend>${basedir}/../plugin-project.xml</extend> <id>maven-jpox-plugin</id> <name>JPOX JDO plugin</name> - <currentVersion>1.0.0-beta-4</currentVersion> + <currentVersion>1.0.0</currentVersion> <inceptionYear>2003</inceptionYear> <description>Maven plugin for Java Persistent Objects (JPOX) JDO implementation.</description> <shortDescription>Maven plugin for JPOX.</shortDescription> @@ -31,12 +31,12 @@ <dependency> <groupId>jpox</groupId> <artifactId>jpox</artifactId> - <version>1.0.0-beta-4</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>jpox</groupId> <artifactId>jpox-enhancer</artifactId> - <version>1.0.0-beta-4</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>log4j</groupId> 1.20 +2 -2 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- maven.xml 16 Jun 2004 18:54:12 -0000 1.19 +++ maven.xml 25 Jun 2004 10:15:49 -0000 1.20 @@ -22,8 +22,8 @@ <!-- for the jpox plugin --> <ant:mkdir dir="${maven.repo.local}/jpox/jars/"/> - <ant:touch file="${maven.repo.local}/jpox/jars/jpox-1.0.0-beta-4.jar"/> - <ant:touch file="${maven.repo.local}/jpox/jars/jpox-enhancer-1.0.0-beta-4.jar"/> + <ant:touch file="${maven.repo.local}/jpox/jars/jpox-1.0.0.jar"/> + <ant:touch file="${maven.repo.local}/jpox/jars/jpox-enhancer-1.0.0.jar"/> <ant:touch file="${maven.repo.local}/jdo/jars/jdo-1.0.1.jar"/> <!-- for the jaxb plugin --> |
From: dion g. <dio...@us...> - 2004-08-01 12:22:26
|
diongillard 04/08/01 05:22:20 Modified: . maven.xml Log: Add magic to copy parent files so that scm:perform-release works Revision Changes Path 1.21 +13 -0 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- maven.xml 25 Jun 2004 10:15:49 -0000 1.20 +++ maven.xml 1 Aug 2004 12:22:19 -0000 1.21 @@ -74,4 +74,17 @@ </goal> + + <!-- XXX: must be a nicer way - maybe SCM can read the POM and recursively checkout parent directories + project.xml, maven.xml, project.properties, but tag will not be set --> + <!-- perhaps copy extended project.xml into current directory, merge higher extends, commit & tag, replace extends + in main POM? --> + <postGoal name="scm:cvs-checkout-project"> + <maven:pluginVar plugin="maven-scm-plugin" property="maven.scm.checkout.dir" var="dir" /> + <ant:mkdir dir="${dir}/maven-plugins" /> + <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file}" /> + <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/project.properties" /> + <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/announcement.jsl" /> + <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/LICENSE.txt" /> + </postGoal> </project> |
From: dion g. <dio...@us...> - 2004-08-05 05:03:54
|
diongillard 04/08/04 22:03:45 Modified: . maven.xml Log: Add faq report Revision Changes Path 1.22 +4 -0 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- maven.xml 1 Aug 2004 12:22:19 -0000 1.21 +++ maven.xml 5 Aug 2004 05:03:45 -0000 1.22 @@ -87,4 +87,8 @@ <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/announcement.jsl" /> <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/LICENSE.txt" /> </postGoal> + + <preGoal name="xdoc:jelly-transform"> + <attainGoal name="faq"/> + </preGoal> </project> |
From: Eric L. <ele...@us...> - 2004-10-01 22:11:41
|
elegoubin 04/10/01 15:10:37 Modified: . maven.xml Log: Updates for Macker 0.4.2 release Revision Changes Path 1.23 +7 -0 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- maven.xml 5 Aug 2004 05:03:45 -0000 1.22 +++ maven.xml 1 Oct 2004 22:10:36 -0000 1.23 @@ -36,6 +36,13 @@ <!-- 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 macker plugin --> + <ant:mkdir dir="${maven.repo.local}/innig/jars/"/> + <ant:touch file="${maven.repo.local}/innig/jars/innig-util-0.4.2.jar"/> + <ant:touch file="${maven.repo.local}/innig/jars/macker-0.4.2.jar"/> + + </goal> <goal name="plugins:clean"> |
From: Eric L. <ele...@us...> - 2004-10-01 22:40:14
|
elegoubin 04/10/01 15:38:15 Modified: . maven.xml Log: Updates for the jdo plugin. Updates for the middlegen plugin. Revision Changes Path 1.24 +9 -0 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- maven.xml 1 Oct 2004 22:10:36 -0000 1.23 +++ maven.xml 1 Oct 2004 22:38:14 -0000 1.24 @@ -24,6 +24,9 @@ <ant:mkdir dir="${maven.repo.local}/jpox/jars/"/> <ant:touch file="${maven.repo.local}/jpox/jars/jpox-1.0.0.jar"/> <ant:touch file="${maven.repo.local}/jpox/jars/jpox-enhancer-1.0.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 --> @@ -37,6 +40,12 @@ <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"/> + <ant:touch file="${maven.repo.local}/hibernate/jars/hibernate-tools-2.1.2.jar"/> + <!-- for the macker plugin --> <ant:mkdir dir="${maven.repo.local}/innig/jars/"/> <ant:touch file="${maven.repo.local}/innig/jars/innig-util-0.4.2.jar"/> |
From: stephane b. <le...@us...> - 2004-12-06 16:20:32
|
le_phan 04/12/06 08:20:25 Modified: . maven.xml Log: prepare release 3.2.3 Revision Changes Path 1.26 +2 -2 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- maven.xml 22 Oct 2004 18:39:28 -0000 1.25 +++ maven.xml 6 Dec 2004 16:20:24 -0000 1.26 @@ -13,8 +13,8 @@ <!-- for the kodo plugin --> <ant:mkdir dir="${maven.repo.local}/kodo/jars/"/> - <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-3.1.2.jar"/> - <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-runtime-3.1.2.jar"/> + <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-3.2.3.jar"/> + <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-runtime-3.2.3.jar"/> <!-- for the sdocbook plugin --> <ant:mkdir dir="${maven.repo.local}/jimi/jars/"/> |
From: Carlos S. <car...@us...> - 2005-01-01 20:44:09
|
carlossg 05/01/01 12:44:02 Modified: . maven.xml Log: Removed announcement.jsl and added plugin-parent Revision Changes Path 1.27 +1 -1 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- maven.xml 6 Dec 2004 16:20:24 -0000 1.26 +++ maven.xml 1 Jan 2005 20:44:02 -0000 1.27 @@ -100,8 +100,8 @@ <ant:mkdir dir="${dir}/maven-plugins" /> <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file}" /> <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/project.properties" /> - <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/announcement.jsl" /> <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/LICENSE.txt" /> + <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/plugin-project.xml" /> </postGoal> <preGoal name="xdoc:jelly-transform"> |
From: Eric P. <de...@us...> - 2005-05-12 01:02:30
|
dep4b 05/05/11 18:02:19 Modified: . maven.xml Log: add various jars that are required but not on ibiblio. Revision Changes Path 1.28 +10 -3 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- maven.xml 1 Jan 2005 20:44:02 -0000 1.27 +++ maven.xml 12 May 2005 01:02:18 -0000 1.28 @@ -8,13 +8,13 @@ </preGoal> <goal name="create-fake-artifacts"> - <!-- Faking any non-free runtime dependencies --> + <!-- Faking any non-free or not on ibiblio runtime dependencies --> <ant:echo>Creating empty files for non-free runtime dependencies</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.3.jar"/> - <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-runtime-3.2.3.jar"/> + <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/"/> @@ -51,6 +51,13 @@ <ant:touch file="${maven.repo.local}/innig/jars/innig-util-0.4.2.jar"/> <ant:touch file="${maven.repo.local}/innig/jars/macker-0.4.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"/> </goal> |
From: Eric P. <de...@us...> - 2005-05-24 13:11:10
|
dep4b 05/05/24 06:11:04 Modified: . maven.xml Log: Make the fact that we are creating FAKE dependencies more visible. Also update some missing ones. Revision Changes Path 1.30 +17 -1 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- maven.xml 12 May 2005 14:39:03 -0000 1.29 +++ maven.xml 24 May 2005 13:11:04 -0000 1.30 @@ -9,7 +9,13 @@ <goal name="create-fake-artifacts"> <!-- Faking any non-free or not on ibiblio runtime dependencies --> - <ant:echo>Creating empty files for non-free runtime dependencies</ant:echo> + <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/"/> @@ -49,6 +55,16 @@ <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"> |
From: Eric P. <de...@us...> - 2005-06-03 13:58:19
|
dep4b 05/06/03 06:58:13 Modified: . maven.xml Log: Make sure to generate the navigation when generating the entire site Revision Changes Path 1.32 +5 -1 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- maven.xml 29 May 2005 22:27:35 -0000 1.31 +++ maven.xml 3 Jun 2005 13:58:12 -0000 1.32 @@ -122,6 +122,10 @@ <preGoal name="xdoc:jelly-transform"> <attainGoal name="faq"/> </preGoal> + + <preGoal name="multiproject:site"> + <attainGoal name="generate-navigation"/> + </preGoal> <!-- Goal to generate the navigation.xml --> <goal name="generate-navigation"> @@ -129,7 +133,7 @@ <ant:fileScanner var="scanner"> <ant:fileset dir="${basedir}"> <ant:include name="*/project.xml"/> - <ant:exlude name="${basedir}/project.xml"/> + <ant:exclude name="${basedir}/project.xml"/> </ant:fileset> </ant:fileScanner> |
From: Geoffrey De S. <ge0...@us...> - 2005-06-19 15:01:13
|
ge0ffrey 05/06/19 08:01:05 Modified: . maven.xml Log: updated touches for the jaxb plugin upgrade to jwsdp 1.5 Revision Changes Path 1.33 +25 -16 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- maven.xml 3 Jun 2005 13:58:12 -0000 1.32 +++ maven.xml 19 Jun 2005 15:01:05 -0000 1.33 @@ -11,7 +11,7 @@ <!-- 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 @@ -25,22 +25,31 @@ <!-- 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}/jaxb/jars/"/> - <ant:touch file="${maven.repo.local}/jaxb/jars/jaxb-api-1.0.jar"/> - <ant:touch file="${maven.repo.local}/jaxb/jars/jaxb-xjc-1.0.jar"/> - <ant:touch file="${maven.repo.local}/jaxb/jars/jaxb-libs-1.0.jar"/> - <ant:touch file="${maven.repo.local}/jaxb/jars/jaxb-ri-1.0.jar"/> + <ant:mkdir dir="${maven.repo.local}/jwsdp/jwsdp/"/> + <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"/> @@ -48,25 +57,25 @@ <!-- 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"/> - + <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"/> + <ant:touch file="${maven.repo.local}/weblogic/jars/weblogic-8.1.2.0.jar"/> </goal> <goal name="plugins:clean"> @@ -118,11 +127,11 @@ <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/LICENSE.txt" /> <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/plugin-project.xml" /> </postGoal> - + <preGoal name="xdoc:jelly-transform"> <attainGoal name="faq"/> </preGoal> - + <preGoal name="multiproject:site"> <attainGoal name="generate-navigation"/> </preGoal> |