Hi, I developed my own plugin that is installed under Maven.
One of my project uses this plugin to build itself. I've got a couple of
questions:
1) Shall I indicate in the project file that the project depends on this
plugin?
2) How shall I do it? I tried to specify the following in the project.xml
file:
<dependency>
<groupId>maven-jemodist-plugin</groupId>
<artifactId>maven-jemodist-plugin</artifactId>
<version>1.0</version>
<url>http://www.jemos.org/projects/plugins/maven-jemodist-plugins/</url>
<properties>
<classloader>root.maven</classloader>
</properties>
</dependency>
but without success. I obtain the following:
D:\Projects\jemos-logging>maven jemos:site
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT
Attempting to download maven-jemodist-plugin-1.0.jar.
WARNING: Failed to download maven-jemodist-plugin-1.0.jar.
The build cannot continue because of the following unsatisfied dependency:
maven-jemodist-plugin-1.0.jar (try downloading from
http://www.jemos.org/projects/plugins/maven-jemodist-plugins/)
Total time: 1 seconds
Finished at: Sun Jan 18 09:50:22 GMT 2004
I had a look at the documentation but I cannot find anything.
Marco
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]