You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the plugin. I have a few suggestions to an API for defining artifacts. They are generally small,so I put it into one issue.
Ability to keep artifacts created manually. An additional flag (a default behavior?) to not remove artifacts that don't match these defined in build.gradle (and probably was created by a developer manually).
Ability to set type of the artifact (e.g. "exploded-war"). It does matter when you try to deploy it on an application server in Run/Debug configuration.
Ability to add "module output" and "JavaEE Descriptor element" (aka javaee-facet-resources) (and maybe also some other elements). It is useful to create a WAR artifact.
An example in docs how to iterate over project (modules?) dependency and use it as files to copy into artifact - I think it is a common case and would be useful to have it into a documentation.
The text was updated successfully, but these errors were encountered:
Thanks for the plugin. I have a few suggestions to an API for defining artifacts. They are generally small,so I put it into one issue.
The text was updated successfully, but these errors were encountered: