|
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>
|