I've been trying to get the maven-webtest-plugin working, but I keep getting an error indicating that the "PluginDescriptor" cannot be found. Any idea what this means and how to fix it? I installed the maven-webtest-plugin in my local repository from a downloaded jar file. I assume that getting it to run should be as easy as including the plugin into the <build> area, like so:

  <build>
      <plugins>
          <plugin>
              <groupId>maven-plugins</groupId>
              <artifactId>maven-webtest-plugin</artifactId>
              <version>1.5</version>
          </plugin>

Thanks,
Dave



_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to