Open glassfishrobot opened 9 years ago
Invoking GlassFish Maven plugin always starts with:
[INFO] — maven-glassfish-plugin:2.1:deploy (default-cli) @ movieplex7-parent — Downloading: http://maven.ocean.net.au/snapshot/org/apache/maven/maven-plugin-api/maven-metadata.xml Downloading: http://maven.ocean.net.au/release/org/apache/maven/maven-plugin-api/maven-metadata.xml Downloading: http://maven.ocean.net.au/external/org/apache/maven/maven-plugin-api/maven-metadata.xml
Eventually times out with the following message:
[WARNING] Could not transfer metadata org.apache.maven:maven-plugin-api/maven-metadata.xml from/to release.ocean.net.au (http://maven.ocean.net.au/release)::) Failed to transfer file: http://maven.ocean.net.au/release/org/apache/maven/maven-plugin-api/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Unavailable. [WARNING] Could not transfer metadata org.apache.maven:maven-plugin-api/maven-metadata.xml from/to external.ocean.net.au (http://maven.ocean.net.au/external)::) Failed to transfer file: http://maven.ocean.net.au/external/org/apache/maven/maven-plugin-api/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Unavailable. [WARNING] Could not transfer metadata org.apache.maven:maven-plugin-api/maven-metadata.xml from/to snapshot.ocean.net.au (http://maven.ocean.net.au/snapshot)::) Failed to transfer file: http://maven.ocean.net.au/snapshot/org/apache/maven/maven-plugin-api/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Unavailable.
These repositories are timing out in the browser as well.
And then does the job. This is quite a wastage of time, and annoying!
Reported by arungupta
arungupta said: mvn -o glassfish:deploy works.
Was assigned to super_glassfish
This issue was imported from java.net JIRA MAVEN_GLASSFISH_PLUGIN-18
Invoking GlassFish Maven plugin always starts with:
[INFO] — maven-glassfish-plugin:2.1:deploy (default-cli) @ movieplex7-parent — Downloading: http://maven.ocean.net.au/snapshot/org/apache/maven/maven-plugin-api/maven-metadata.xml Downloading: http://maven.ocean.net.au/release/org/apache/maven/maven-plugin-api/maven-metadata.xml Downloading: http://maven.ocean.net.au/external/org/apache/maven/maven-plugin-api/maven-metadata.xml
Eventually times out with the following message:
[WARNING] Could not transfer metadata org.apache.maven:maven-plugin-api/maven-metadata.xml from/to release.ocean.net.au (http://maven.ocean.net.au/release)::) Failed to transfer file: http://maven.ocean.net.au/release/org/apache/maven/maven-plugin-api/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Unavailable. [WARNING] Could not transfer metadata org.apache.maven:maven-plugin-api/maven-metadata.xml from/to external.ocean.net.au (http://maven.ocean.net.au/external)::) Failed to transfer file: http://maven.ocean.net.au/external/org/apache/maven/maven-plugin-api/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Unavailable. [WARNING] Could not transfer metadata org.apache.maven:maven-plugin-api/maven-metadata.xml from/to snapshot.ocean.net.au (http://maven.ocean.net.au/snapshot)::) Failed to transfer file: http://maven.ocean.net.au/snapshot/org/apache/maven/maven-plugin-api/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Unavailable.
These repositories are timing out in the browser as well.
And then does the job. This is quite a wastage of time, and annoying!