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