enough-sundown-78166
04/03/2017, 5:02 PMfoo
that depends on package bar
, is there any way to publish a jar that includes both packages? It seems that pants requires both packages to have a provides
with a separate artifact id, which seems to indicate that it would publish them as separate jarsenough-sundown-78166
04/03/2017, 5:04 PMwitty-crayon-22786
04/03/2017, 5:49 PMwitty-crayon-22786
04/03/2017, 5:49 PMwitty-crayon-22786
04/03/2017, 5:50 PMwitty-crayon-22786
04/03/2017, 5:50 PMenough-sundown-78166
04/03/2017, 6:23 PMfoo
and bar
. I just thought that perhaps pants had a different way.enough-sundown-78166
04/03/2017, 6:25 PMhigh-advantage-47550
04/03/2017, 6:55 PMbuild.properties
file and include it in resources? i have a prep_command
as a dependent of a resources
but it doesn’t seem to be making it inhigh-advantage-47550
04/03/2017, 7:10 PMhigh-advantage-47550
04/03/2017, 7:36 PMrglobs(’*’)
is executed before the dependency runs..witty-crayon-22786
04/03/2017, 7:39 PMwitty-crayon-22786
04/03/2017, 7:39 PMhigh-advantage-47550
04/03/2017, 7:47 PMbundle
instead of just binary
high-advantage-47550
04/03/2017, 7:51 PMhigh-advantage-47550
04/03/2017, 8:12 PMhigh-advantage-47550
04/03/2017, 8:12 PMwitty-crayon-22786
04/03/2017, 8:19 PMhigh-advantage-47550
04/03/2017, 8:24 PMwitty-crayon-22786
04/03/2017, 8:24 PMhigh-advantage-47550
04/03/2017, 8:24 PMwitty-crayon-22786
04/03/2017, 8:24 PMhigh-advantage-47550
04/03/2017, 8:25 PMwitty-crayon-22786
04/03/2017, 8:26 PMhigh-advantage-47550
04/03/2017, 8:26 PMdef cache_target_dirs(self):
return False
?witty-crayon-22786
04/03/2017, 8:30 PMwitty-crayon-22786
04/03/2017, 8:30 PMwitty-crayon-22786
04/03/2017, 8:31 PMhigh-advantage-47550
04/03/2017, 8:35 PMResourcesTask
— and registering with task(name='generate-build-properties', action=PrepareBuildProperties).install(‘resources’)
high-advantage-47550
04/03/2017, 8:36 PMprepare_resources
task?