|
From: Siegfried G. <wd...@us...> - 2003-01-10 16:29:37
|
wdsgoe 03/01/10 08:29:36
Modified: webtest project.xml
Log:
Upgraded to 0.5
Revision Changes Path
1.2 +1 -1 maven-plugins/webtest/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 16 Dec 2002 11:34:03 -0000 1.1
+++ project.xml 10 Jan 2003 16:29:35 -0000 1.2
@@ -4,7 +4,7 @@
<pomVersion>3</pomVersion>
<id>maven-webtest-plugin</id>
<name>Canoo WebTest Plug-in</name>
- <currentVersion>0.4</currentVersion>
+ <currentVersion>0.5</currentVersion>
<organization>
<name>SourceForge</name>
<url>http://www.sourceforge.net/projects/maven-plugins/</url>
|
|
From: Andy J. <and...@us...> - 2003-08-22 21:03:23
|
andy_jefferson 03/08/21 05:26:38
Modified: webtest project.xml
Log:
Commented out use of webtest report in site generation since if the plugin hasn't been installed it can't be run (i.e self-referencing !)
Revision Changes Path
1.8 +1 -1 maven-plugins/webtest/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project.xml 10 Aug 2003 13:59:33 -0000 1.7
+++ project.xml 21 Aug 2003 12:26:38 -0000 1.8
@@ -200,7 +200,7 @@
<report>maven-developer-activity-plugin</report>
<report>maven-file-activity-plugin</report>
<report>maven-license-plugin</report>
- <report>maven-webtest-plugin</report>
+ <!-- report>maven-webtest-plugin</report -->
</reports>
</project>
|
|
From: Per O. <per...@us...> - 2004-04-12 11:10:44
|
perolesen 04/04/12 03:56:58
Modified: webtest project.xml
Log:
fixed some urls from 'jakarata' to 'jakarta' which rc2 started complaining about
Revision Changes Path
1.12 +2 -2 maven-plugins/webtest/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- project.xml 20 Jan 2004 08:35:51 -0000 1.11
+++ project.xml 12 Apr 2004 10:56:58 -0000 1.12
@@ -84,13 +84,13 @@
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.1</version>
- <url>http://jakarata.apache.org/ant</url>
+ <url>http://jakarta.apache.org/ant</url>
</dependency>
<dependency>
<groupId>ant</groupId>
<artifactId>ant-optional</artifactId>
<version>1.5.1</version>
- <url>http://jakarata.apache.org/ant</url>
+ <url>http://jakarta.apache.org/ant</url>
</dependency>
<dependency>
|
|
From: Siegfried G. <wd...@us...> - 2004-10-28 08:54:50
|
wdsgoe 04/10/28 01:54:43
Modified: webtest project.xml
Log:
Preparing release 0.9.1
Revision Changes Path
1.15 +30 -2 maven-plugins/webtest/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- project.xml 15 Oct 2004 11:17:36 -0000 1.14
+++ project.xml 28 Oct 2004 08:54:43 -0000 1.15
@@ -14,6 +14,7 @@
<shortDescription>Maven 1.0 Plugin for Canoo WebTest</shortDescription>
<!-- issue tracking url, siteAddress are in parent -->
<siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/</siteDirectory>
+ <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/distributions/</distributionDirectory>
<repository>
<connection>scm:cvs:pserver:wd...@cv...:/cvsroot/maven-plugins:maven-plugins/webtest</connection>
@@ -83,6 +84,19 @@
</dependency>
<dependency>
+ <groupId>asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>1.4.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
+ <version>1.0</version>
+ <url>http://jakarta.apache.org/commons/cli/index.html</url>
+ </dependency>
+
+ <dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.4</version>
@@ -90,6 +104,20 @@
</dependency>
<dependency>
+ <groupId>groovy</groupId>
+ <artifactId>groovy</artifactId>
+ <version>1.0-beta-6</version>
+ <url>http://groovy.codehaus.org/</url>
+ </dependency>
+
+ <dependency>
+ <groupId>httpunit</groupId>
+ <artifactId>httpunit</artifactId>
+ <version>1.6</version>
+ <url></url>
+ </dependency>
+
+ <dependency>
<groupId>jtidy</groupId>
<artifactId>jtidy</artifactId>
<version>4aug2000r7-dev</version>
@@ -149,8 +177,8 @@
<targetPath>plugin-resources</targetPath>
</resource>
<resource>
- <directory>${basedir}/webtest</directory>
- <targetPath>webtest</targetPath>
+ <directory>${basedir}/sample</directory>
+ <targetPath>sample</targetPath>
</resource>
<resource>
<directory>${basedir}</directory>
|
|
From: Eric P. <de...@us...> - 2004-11-19 11:01:57
|
dep4b 04/11/19 03:01:41
Modified: webtest project.xml
Log:
Bump version. Add myself.
Revision Changes Path
1.16 +9 -1 maven-plugins/webtest/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- project.xml 28 Oct 2004 08:54:43 -0000 1.15
+++ project.xml 19 Nov 2004 11:01:40 -0000 1.16
@@ -6,7 +6,7 @@
<id>maven-webtest-plugin</id>
<name>Canoo WebTest Plug-in</name>
<!-- groupId is in parent -->
- <currentVersion>0.9.1</currentVersion>
+ <currentVersion>0.9.2-SNAPSHOT</currentVersion>
<!-- organization is in parent -->
<inceptionYear>2002</inceptionYear>
<!-- package, logo are in parent. no gumpRepositoryId -->
@@ -49,6 +49,14 @@
</roles>
</developer>
<developer>
+ <name>Eric Pugh</name>
+ <id>epugh</id>
+ <email>ep...@op...</email>
+ <roles>
+ <role>Software Developer</role>
+ </roles>
+ </developer>
+ <developer>
<name>Vincent Massol</name>
<id>vmassol</id>
<email>vm...@pi...</email>
|
|
From: Eric P. <de...@us...> - 2005-03-02 17:43:43
|
dep4b 05/03/02 09:43:34
Modified: webtest project.xml
Log:
missing changes plugin
Revision Changes Path
1.18 +2 -9 maven-plugins/webtest/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- project.xml 19 Nov 2004 13:39:08 -0000 1.17
+++ project.xml 2 Mar 2005 17:43:34 -0000 1.18
@@ -11,7 +11,7 @@
<inceptionYear>2002</inceptionYear>
<!-- package, logo are in parent. no gumpRepositoryId -->
<description>Maven Plugin for Canoo WebTest</description>
- <shortDescription>Maven 1.0 Plugin for Canoo WebTest</shortDescription>
+ <shortDescription>Maven Plugin for Canoo WebTest</shortDescription>
<!-- issue tracking url, siteAddress are in parent -->
<siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/</siteDirectory>
<distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/distributions/</distributionDirectory>
@@ -177,14 +177,6 @@
</dependencies>
<build>
- <sourceDirectory>${basedir}/src/main</sourceDirectory>
- <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
- <unitTest>
- <includes>
- <include>**/*Test.java</include>
- </includes>
- </unitTest>
-
<resources>
<resource>
<directory>${basedir}/src/plugin-resources</directory>
@@ -210,6 +202,7 @@
</build>
<reports>
+ <report>maven-changes-plugin</report>
<report>maven-changelog-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-file-activity-plugin</report>
|
|
From: Eric P. <de...@us...> - 2005-03-18 18:30:35
|
dep4b 05/03/18 10:30:29
Modified: webtest project.xml
Log:
one more typo!
Revision Changes Path
1.20 +1 -1 maven-plugins/webtest/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- project.xml 18 Mar 2005 18:24:02 -0000 1.19
+++ project.xml 18 Mar 2005 18:30:29 -0000 1.20
@@ -8,7 +8,7 @@
<!-- groupId is in parent -->
<currentVersion>1.0</currentVersion>
<!-- organization is in parent -->
- <inceptionYear>2002</ifnceptionYear>
+ <inceptionYear>2002</inceptionYear>
<!-- package, logo are in parent. no gumpRepositoryId -->
<description>Maven Plugin for Canoo WebTest</description>
<shortDescription>Maven Plugin for Canoo WebTest</shortDescription>
|
|
From: Jeff J. <jef...@us...> - 2007-07-08 03:14:21
|
jeffjensen 07/07/07 20:14:19
Modified: webtest project.xml
Added: xdocs tasks.xml
Log:
Remove remote dir settings from webtest's POM - they are set in the parent and the POM ones were incorrect.
Add tasks file noting to review other plugins.
Revision Changes Path
1.1 maven-plugins/xdocs/tasks.xml
Index: tasks.xml
===================================================================
<document
xmlns="http://maven-plugins.sourceforge.net/tasks/1_0_0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven-plugins.sourceforge.net/tasks/1_0_0 http://maven-plugins.sourceforge.net/maven-tasks-plugin/xsd/tasks-1_0_0.xsd">
<properties>
<title>Tasks</title>
<author email="jef...@ap...">Jeff Jensen</author>
</properties>
<body>
<category name="All_Plugins" description="Tasks across all plugins" owner="Everyone">
<task creator="jeffjensen" assignedto="" startdate="" enddate="" effort="" status="" version="1">
<siteDirectory> and <distributionDirectory> are defined in the parent POM (plugin-project.xml).
Many plugins also have them defined, possibly erroneously.
Corrected: webtest
</task>
</category>
</body>
</document>
1.32 +0 -2 maven-plugins/webtest/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- project.xml 18 May 2007 10:37:15 -0000 1.31
+++ project.xml 8 Jul 2007 03:14:19 -0000 1.32
@@ -33,8 +33,6 @@
<shortDescription>Maven Plugin for Canoo WebTest</shortDescription>
<description>Maven Plugin for Canoo WebTest</description>
<!-- issue tracking url, siteAddress are in parent -->
- <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/</siteDirectory>
- <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/distributions/</distributionDirectory>
<url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url>
<repository>
<connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/webtest</connection>
|