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

It would be cool to configure mvn install or gradle build as a pre deploy step automatically for app engine deployment #600

Closed
patflynn opened this issue Apr 6, 2016 · 1 comment

Comments

@patflynn
Copy link
Contributor

patflynn commented Apr 6, 2016

If a project is maven or gradle, it could be cool to automatically add producing the project artifacts as a prequesite of deployment.

@etanshaul
Copy link
Contributor

👍

Just adding a note that if IJ already created an artifact (if UE and it created a war artifact) then this isn't needed. This would handle the cases of jar's (CE and UE) and war's (for CE).

One approach could be, when the project has a configured Maven / Grade facet, to create a new custom deployment source type (MavenDeploymentSourceType for example) which automatically adds the pre deploy step and is aware of the target archive.

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

2 participants