I'm not sure where these dependencies are coming from, esp poi 1.1 is a very old release, so you might want to run "mvn -X package" to see what is bringing in poi 1.1 since it appears to be a transitive dependency.
But here's poi, latest appears to be 2.5.1: http://www.ibiblio.org/maven2/poi/poi/ Not sure about easymockcontainer. Doesn't appear to exist in ibiblio. Check with the easymock project website/email list. Wayne On 5/9/06, Douglas WF Acheson <[EMAIL PROTECTED]> wrote: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
