Hi David,
--- trunk/mojo/dbunit-maven-plugin/src/site/site.xml 2009-03-08 19:28:07 UTC
(rev 9173)
+++ trunk/mojo/dbunit-maven-plugin/src/site/site.xml 2009-03-08 19:28:35 UTC
(rev 9174)
@@ -18,23 +18,8 @@
*/
-->
-<project name="Mojo">
- <bannerLeft>
- <name>Mojo</name>
- <src>http://mojo.codehaus.org/images/mojo_logo.png</src>
- <href>http://mojo.codehaus.org</href>
- </bannerLeft>
- <bannerRight>
- <name>Codehaus</name>
- <src>http://mojo.codehaus.org/images/codehaus-small.png</src>
- <href>http://www.codehaus.org</href>
- </bannerRight>
+<project>
<body>
- <links>
- <item name="Mojo" href="http://mojo.codehaus.org"/>
- <item name="Maven" href="http://maven.apache.org/maven2"/>
- <item name="DbUnit" href="http://dbunit.sourceforge.net"/>
- </links>
The link to DbUnit is not inherited, so not sure whether you really want
to remove that ;-)
---
trunk/mojo/dbunit-maven-plugin/src/main/java/org/codehaus/mojo/dbunit/OperationMojo.java
2009-03-08 19:28:35 UTC (rev 9174)
+++
trunk/mojo/dbunit-maven-plugin/src/main/java/org/codehaus/mojo/dbunit/OperationMojo.java
2009-03-08 19:29:00 UTC (rev 9175)
@@ -48,7 +48,7 @@
* INSERT, DELETE, DELETE_ALL, REFRESH, CLEAN_INSERT, MSSQL_INSERT,
* MSSQL_REFRESH, MSSQL_CLEAN_INSERT
*
- * @parameter expression="type"
+ * @parameter expression="${type}"
* @required
*/
protected String type;
The same kind of typo is still present for the "transaction" parameter a
few lines below.
--- trunk/mojo/dbunit-maven-plugin/src/example/pom.xml 2009-03-08 19:29:00 UTC
(rev 9175)
+++ trunk/mojo/dbunit-maven-plugin/src/example/pom.xml 2009-03-08 19:40:10 UTC
(rev 9176)
@@ -62,6 +63,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>dbunit-maven-plugin</artifactId>
+ <version>@project.version@</version>
<dependencies>
<dependency>
<groupId>hsqldb</groupId>
Successfully resolving the just built plugin from the IT build requires
its installation to a local repository. For this, the goal
"invoker:install" can be used, in combination with its parameter
localRepositoryPath to stage into an isolated repository. Otherwise, the
release:perform could fail.
Benjamin
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email