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

Maven properties do not allow for limitation on artifacts #272

Open
wsargent opened this issue Mar 1, 2017 · 2 comments
Open

Maven properties do not allow for limitation on artifacts #272

wsargent opened this issue Mar 1, 2017 · 2 comments

Comments

@wsargent
Copy link

wsargent commented Mar 1, 2017

When using the maven properties for milestone builds:

http://www.foundweekends.org/giter8/template.html#Maven+properties

The default.properties files looks in maven:

https://github.com/playframework/play-java-seed.g8/blob/master/src/main/g8/default.properties

description = This template generates a Play Java project
name = play-java-seed
organization=com.example
verbatim=*.css *.js *.png logback.xml gradle*
scala_version = 2.11.8
play_version=maven(com.typesafe.play, play_2.11)

but this comes out to 2.6.0-M1 because it picks up the milestone build. I'd like it to pick up only the 2.5.x branch, which is final.

@foxmk
Copy link
Contributor

foxmk commented Mar 25, 2017

Should be resolved with #275

@foxmk
Copy link
Contributor

foxmk commented Apr 1, 2017

I think we can close the issue, since PR #275 is merged. This PR change allows to specify stable branch in maven() call.

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

No branches or pull requests

2 participants