cescoffier / maven-play2-plugin

A Maven Plugin to build Play2 applications
Apache License 2.0
49 stars 41 forks source link

play2:install-play does not work #33

Closed apatry closed 11 years ago

apatry commented 11 years ago

When I try to install play from maven (mvn play2:install-play), I get the following error:

[ERROR] Failed to execute goal de.akquinet.innovation.play2:play2-maven-plugin:1.2.1:install-play (default-cli) on project web: Can't auto install Play! 2.1.0 in /home/alex/opt/play-2.1.0: Server returned HTTP response code: 403 for URL: http://download.playframework.org/releases/play-2.1.0.zip -> [Help 1]

Looking at the website, the download url should be http://downloads.typesafe.com/play/2.1.0/play-2.1.0.zip

keith-miller commented 11 years ago

Any chance we can get 1.2.2 released with this fix? Thanks!

cescoffier commented 11 years ago

It will be release ASAP. We're are discussing with the nanoko project to move the project there I'm no more working for the company backing up the plugin.

It will be synced with Maven central as usual, only changes: the groupId.

cescoffier commented 11 years ago

The new project is: https://github.com/nanoko-project/maven-play2-plugin.

A release will be cut on Monday.