Hi!
I cannot execute any goal of the dbunit plugin. I have added it on my
project using:

    <dependency>
      <groupId>maven-plugins</groupId>
      <artifactId>maven-dbunit-plugin</artifactId>
      <version>1.7</version>
    </dependency>

and it was correctly downloaded (its in the repo now). But when I try
to execute"mvn dbunit", I get an error message:

[INFO] Invalid task 'dbunit': you must specify a valid lifecycle
phase, or a goal in the format plugin:goal or
pluginGroupId:pluginArtifactId:pluginVersion:goal

I also get an error when I run:
mvn -e maven-plugins:maven-dbunit-plugin:1.7:dbunit

"[INFO] The PluginDescriptor for the plugin Plugin
[maven-plugins:maven-dbunit-plugin] was not found."

Is there something I am missing?

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to