Hello,
I am trying to run the goal site for my project, and I am running into
problems. Specifically, unable to find required dependencies, here is
the output :
1) easymock:easymockcontainer:jar:1.0.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=easymock
-DartifactId=easymockcontainer \
-Dversion=1.0.1 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) mycompany:myproject:jar:5.0
2) drools:drools-decisiontables:jar:2.1
3) drools:drools-core:jar:2.1
4) easymock:easymockcontainer:jar:1.0.1
2) poi:poi:jar:1.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=poi -DartifactId=poi \
-Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) mycompany:myproject:jar:5.0
2) drools:drools-decisiontables:jar:2.1
3) poi:poi:jar:1.1
If these artifacts do not exist, how can I continue? I tried looking
for easymockcontainer on the web, but could not find it.
Signed confused :-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]