You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2024. It is now read-only.
But in your folder of your PC, after mvn install , actually you've gotten a file
file jersey-project-1.8.pom looks like:
<html><head><title>301 Moved Permanently</title></head><bodybgcolor="white"><center><h1>301 Moved Permanently</h1></center><hr><center>nginx</center></body></html>
Obviously this is not a XML file. And the building procedure has been stopped from here.
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 ?