trying to integrate jfcUnit on Maven  
Author Message
manuelt





PostPosted: 11/16/2004 9:33:00 AM Top

java-programmer, trying to integrate jfcUnit on Maven I have been trying with no success to add the jar jfcUnit.jar on my
maven project. the main problem is that anytime i am trying to build
it. I get the following message:

Attempting to download jfcunit.
WARNING: Failed to download jfcunit.
The build cannot continue because of the following unsatisfied
dependency:

jfcunit

On my project.xml I have defined the jfcunit dependency as follows:

<dependency>
<groupId>commons-cli</groupId>
<artifactId>jfcunit</artifactId>
<jar>jfcunit</jar>
</dependency>

on the file system itself i have inserted this jfcunit on commons-cli
directory. I have also added to the classpath, and I have tried on
eclipse and it works. Nevertheless wnytime i am trying to build a
project sing maven, i am getting the same error.

I would appreciate any help regarding this matter.

Thanks