As far as I can tell etlas install doesn't actually do anything. Whichever combination of flags I use, there is no sign that build products have been placed anywhere.
In particular, I want to influence where the .jar I build is placed, but running etlas install --bindir=foo does not put anything in the directory foo.
The only alternative seems to be to run etlas build and manually copy it from deep in dist.
As far as I can tell
etlas installdoesn't actually do anything. Whichever combination of flags I use, there is no sign that build products have been placed anywhere.In particular, I want to influence where the
.jarI build is placed, but runningetlas install --bindir=foodoes not put anything in the directoryfoo.The only alternative seems to be to run
etlas buildand manually copy it from deep indist.