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

Changing product name #262

Closed
h3adache opened this issue May 26, 2016 · 2 comments
Closed

Changing product name #262

h3adache opened this issue May 26, 2016 · 2 comments
Milestone

Comments

@h3adache
Copy link

The documentation for buildProduct (http://akhikhl.github.io/gretty-doc/Product-generation.html)
Specifies that the product will be built to build/output/${project.name}.

The archive file when running archiveProduct creates a $project.name-$version zip.
It would be nice to be able to name the product that way as well.

The use case is that I currently download the latest zip and ln the product directory after unzipping it.
It would be nice if that directory was versioned as well so that it doesn't overwrite previous installs (for easier versioning/rolling back

@saladinkzn
Copy link
Contributor

saladinkzn commented May 26, 2016

This feature is available in snapshot version of my fork by adding includeVersion property:

product {
     includeVersion = true
}

@akhikhl
Copy link
Owner

akhikhl commented Aug 5, 2016

@saladinkzn provided the solution for this in Gretty 1.2.6. I am going to deliver Gretty 1.4.0, that will contain this solution as well.

@akhikhl akhikhl closed this as completed Aug 5, 2016
@akhikhl akhikhl added this to the 1.4.0 milestone Aug 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants