mysterious-waiter-14207
07/13/2022, 6:15 AMDeployJar rules instead of adding a new goal or new target. Is this possible?hundreds-father-404
07/15/2022, 6:41 PMhundreds-father-404
07/15/2022, 6:42 PMmysterious-waiter-14207
07/15/2022, 6:48 PMhundreds-father-404
07/15/2022, 7:06 PMhundreds-father-404
07/15/2022, 7:06 PMancient-vegetable-10556
07/19/2022, 6:23 PMwar support, which I believe uses a new target. As for upstreaming, yes, absolutely, there are a plenty of valid use cases there. I think we focused only on deploy_jar because there was a user who needed it urgently.ancient-vegetable-10556
07/19/2022, 6:23 PMwar than I do, which is probably the prior art we’d want to follow)fast-nail-55400
07/19/2022, 6:32 PMdeploy_jar is intentionally runnable by java -jar. A flat directory of jars is not so runnable without special classloader support (which, for example, war files get by being run within a Servlet container, e.g. Tomcat). Thus, I submit a flat set of jars would be outside the “class” of deploy_jar.ancient-vegetable-10556
07/19/2022, 6:33 PMlibrary_jar or a simple_jar (slight preference for the former)fast-nail-55400
07/19/2022, 6:33 PMwitty-crayon-22786
07/19/2022, 6:34 PMv1 had some really weird semantics due to trying to pack too many behaviors (via boolean flags) into one target definitionwitty-crayon-22786
07/19/2022, 6:35 PMmysterious-waiter-14207
07/19/2022, 7:05 PMwitty-crayon-22786
07/19/2022, 7:06 PMresources thing, but: you’ll want to check your source rootsmysterious-waiter-14207
07/19/2022, 7:10 PMmysterious-waiter-14207
07/19/2022, 9:41 PMmysterious-waiter-14207
07/19/2022, 9:41 PMwitty-crayon-22786
07/19/2022, 9:47 PM