Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update pom.xml repository information #60

Open
jodygarnett opened this issue Oct 18, 2015 · 1 comment
Open

update pom.xml repository information #60

jodygarnett opened this issue Oct 18, 2015 · 1 comment

Comments

@jodygarnett
Copy link
Member

Ares is reporting the following:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project geofence: Failed to deploy artifacts: Could not transfer artifact org.geoserver.geofence:geofence:pom:3.0-20151017.213556-173 from/to boundless (http://repo.boundlessgeo.com/main): Failed to transfer file: http://repo.boundlessgeo.com/main/org/geoserver/geofence/geofence/3.0-SNAPSHOT/geofence-3.0-20151017.213556-173.pom. Return code is: 302, ReasonPhrase:Moved Temporarily. -> [Help 1]

Please see [blog post|http://blog.geoserver.org/2015/09/29/new-repository-and-release-delay/] for replacement.

While repository has not changed (for dependencies):

  <repository>
   <id>boundless</id>
   <name>Boundless Maven Repository</name>
   <url>http://repo.boundlessgeo.com/main/</url>
  </repository>

The distribution management section has changed:

<distributionManagement>
  <repository>
   <id>boundless</id>
   <name>Boundless Release Repository</name>
   <url>https://boundless.artifactoryonline.com/boundless/release/</url>
   <uniqueVersion>false</uniqueVersion>
  </repository>
  <snapshotRepository>
   <id>boundless</id>
   <uniqueVersion>false</uniqueVersion>
   <name>Boundless Snapshot Repository</name>
   <url>https://boundless.artifactoryonline.com/boundless/snapshot/</url>
  </snapshotRepository>
 </distributionManagement>
@jodygarnett
Copy link
Member Author

This change will need to be applied to any active branch (not just master), see pom.xml.

A fix has been supplied as #59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant