On Jan 21, 2008 1:58 PM, Venkata Krishnan <[EMAIL PROTECTED]> wrote: > Hi, > > This respository is already in the databinding-jaxb pom.xml. I did > encounter this once today, but was gone the next build :) > > - Venkat > > On Jan 21, 2008 4:32 PM, Simon Laws <[EMAIL PROTECTED]> wrote: > > > I've started getting... > > > > 1) org.jvnet:mimepull:jar:1.1 > > > > Try downloading the file manually from the project website. > > > > Then, install it using the command: > > mvn install:install-file -DgroupId=org.jvnet -DartifactId=mimepull > \ > > -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > > there: > > mvn deploy:deploy-file -DgroupId=org.jvnet -DartifactId=mimepull \ > > -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file \ > > -Durl=[url] -DrepositoryId=[id] > > > > On several modules in the build, for example, > > > > itest-databindings-jaxb > > itest-exceptions-cross-binding > > itest-exceptions-cross-binding-ws > > > > Anyone else seeing this? Is this a new dependency? I can fix it by > adding > > the following to sca/pom.xml > > > > <repository> > > <id>download.java.net</id> > > <url>http://download.java.net/maven/2</url> > > </repository> > > > > Anyone have concerns about me checking this extra repo dependency in? > > > > Regards > > > > Simon > > > OK, thanks Venkat. I'll try again without the extra repo.
Simon
