File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed
flowable-ui/flowable-ui-app Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 17
17
<properties >
18
18
<!-- <swagger.host>localhost:8080</swagger.host> -->
19
19
<swagger .generated.directory>target/generated-swagger</swagger .generated.directory>
20
+ <docker .publisher.user>-</docker .publisher.user>
21
+ <docker .publisher.password>-</docker .publisher.password>
20
22
</properties >
21
23
22
24
<build >
617
619
</from >
618
620
<to >
619
621
<!-- <image>flowable/flowable-rest</image> -->
620
- <image >yvoswillens/flowable-rest</image >
622
+ <image >flowable-rest</image >
623
+ <auth >
624
+ <username >${docker.publisher.user} </username >
625
+ <password >${docker.publisher.password} </password >
626
+ </auth >
621
627
</to >
622
628
</configuration >
623
629
<executions >
661
667
<to >
662
668
<!-- <image>flowable/flowable-rest:${project.version}</image> -->
663
669
<image >yvoswillens/flowable-rest:${project.version} </image >
670
+ <auth >
671
+ <username >${docker.publisher.user} </username >
672
+ <password >${docker.publisher.password} </password >
673
+ </auth >
664
674
</to >
665
675
</configuration >
666
676
<executions >
707
717
<tags >
708
718
<tag >latest</tag >
709
719
</tags >
720
+ <auth >
721
+ <username >${docker.publisher.user} </username >
722
+ <password >${docker.publisher.password} </password >
723
+ </auth >
710
724
</to >
711
725
</configuration >
712
726
<executions >
Original file line number Diff line number Diff line change 10
10
<artifactId >flowable-ui-app</artifactId >
11
11
<packaging >war</packaging >
12
12
13
+ <properties >
14
+ <docker .publisher.user>-</docker .publisher.user>
15
+ <docker .publisher.password>-</docker .publisher.password>
16
+ </properties >
17
+
13
18
<dependencies >
14
19
<dependency >
15
20
<groupId >org.flowable</groupId >
301
306
</from >
302
307
<to >
303
308
<!-- <image>flowable/flowable-ui</image> -->
304
- <image >yvoswillens/ flowable-ui</image >
309
+ <image >flowable-ui</image >
305
310
</to >
306
311
</configuration >
307
312
<executions >
345
350
<to >
346
351
<!-- <image>flowable/flowable-ui:${project.version}</image> -->
347
352
<image >yvoswillens/flowable-ui</image >
353
+ <auth >
354
+ <username >${docker.publisher.user} </username >
355
+ <password >${docker.publisher.password} </password >
356
+ </auth >
348
357
</to >
349
358
</configuration >
350
359
<executions >
391
400
<tags >
392
401
<tag >latest</tag >
393
402
</tags >
403
+ <auth >
404
+ <username >${docker.publisher.user} </username >
405
+ <password >${docker.publisher.password} </password >
406
+ </auth >
394
407
</to >
395
408
</configuration >
396
409
<executions >
You can’t perform that action at this time.
0 commit comments