Hi, I tried to define the following in my project.xml file:
<dependency>
<groupId>maven-jemos-plugin</groupId>
<artifactId>maven-jemos-plugin</artifactId>
<version>1.0</version>
<url>${maven.plugin.dir}</url>
<type>plugin</type>
</dependency>
But I receive the following exception:
Attempting to download maven-jemos-plugin-1.0.jar.
WARNING: Failed to download maven-jemos-plugin-1.0.jar.
The build cannot continue because of the following unsatisfied dependency:
maven-jemos-plugin-1.0.jar (no download url specified)
I verified, and under ${maven.plugin.dir} there is a
maven-jemos-plugin-1.0.jar file.
Is there a way I could get out of it?
Marco
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]