-
Notifications
You must be signed in to change notification settings - Fork 12
Build/Install Fail #50
Comments
As if the problem is solved. I replace the file with this one http://download.java.net/maven/2/com/sun/jersey/jersey-project/1.8/jersey-project-1.8.pom I think there should be a fix to this. But I still had this error if that was replaced.
|
Can you post your maven settings file, please? Also, please update the code and run |
Actually there is not a settings.xml in the folder /root/.m2/ . And I have not change the default settings yet. It's a brand-new mvn. I did
Just as it indicated, "[ERROR] Failed to find Licenses for the following dependencies: ", there has something to do with the Licenses. This is different from the previous jersey error but it's still about the Licences. This is the same error as http://sensorweb.forum.52north.org/license-error-about-SIR-quot-mvn-install-quot-td4028057.html . |
Can you please attach the contents of the file mentioned in the error logs:
|
I followed the reference from there , on ubuntu 14.04 x64
mvn install
(mvn2 actually)But error jumped out when building
When fetching POM from https://maven.java.net/content/groups/glassfish/com/sun/jersey/jersey-project/1.8/jersey-project-1.8.pom . In web browser this page returns a 404 page.
But in your folder of your PC, after
mvn install
, actually you've gotten a filefile jersey-project-1.8.pom looks like:
Obviously this is not a XML file. And the building procedure has been stopped from here.
How to fix this? Or any ideas about the https://maven.java.net/content/groups/glassfish/com/sun/jersey/jersey-project/1.8/jersey-project-1.8.pom ?
The text was updated successfully, but these errors were encountered: