Hi,

I've tried to write a plugin and deploy it with my local web server (on W2k), placing it in ${docroot}/repository/maven/plugins/myplugin-0.1.jar. Now I've tried to install it using '"%maven_home%\bin\maven" plugin:download -DgroupId=maven -DartifactId=myplugin -Dversion=0.1'. The strange thing is, that it first does not look in the plugins tree, but in the jars tree and fails. I've changed then the name of the directory to jars, but now it looks in plugins. After back-renaming, it works.

The strange thing here is, that Maven obviously looks in jars the first time (and only the first time), then it has learned that the file is a plugin and looks in the plugins tree.

From this all it seems to me, that I'd to put something (possibly a project description?) into the jars tree, and the right destination would probably be the plugins tree.

So my question is: What does Maven expect to find in the jars tree (other than a duplicate of the file)? How do I have to install my plugin an my local server?

Kind regards

Peter Nabbefeld


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



Reply via email to