You are probably missing the pom file for the artifact -- check your local repo, if you only find the .jar and no .pom, this is your problem.
If so, run mvn install again on the file like so: mvn install:install-file -DgeneratePom=true ... Wayne On 4/20/07, mateamargo <[EMAIL PROTECTED]> wrote:
I have finally deployed the plugin, but when I try to run it: mvn org.apache.jmeter:maven-jmeter-plugin:jmeter I get this error: [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'org.apache.jmeter:maven-jmeter-plugin' does not exist or no valid version could be found I'm sure that is being downloaded, because I can find it inside my local repo. Anyone knows what this error means? PS: This is the plugin homepage: http://wiki.apache.org/jakarta-jmeter/JMeterMavenPlugin -- View this message in context: http://www.nabble.com/maven-jemeter-plugin-throws-wrong-version-number-errors-tf3618677s177.html#a10104050 Sent from the Maven - Users mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]