This repository was archived by the owner on Oct 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
codex-process-feasibility Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 <groupId >org.apache.maven.plugins</groupId >
5757 <artifactId >maven-dependency-plugin</artifactId >
5858 <executions >
59-
60- <execution >
61- <id >copy-process-plugin-to-docker-bpe</id >
62- <phase >package</phase >
63- <goals >
64- <goal >copy</goal >
65- </goals >
66- <configuration >
67- <artifactItems >
68- <artifactItem >
69- <groupId >${project.groupId} </groupId >
70- <artifactId >${project.artifactId}</artifactId >
71- <version >${project.version} </version >
72- </artifactItem >
73- </artifactItems >
74- <outputDirectory >../docker/bpe/process
75- </outputDirectory >
76- </configuration >
77- </execution >
78- <execution >
79- <id >copy-hapi-fhir-client-to-docker-bpe</id >
80- <phase >package</phase >
81- <goals >
82- <goal >copy</goal >
83- </goals >
84- <configuration >
85- <artifactItems >
86- <artifactItem >
87- <groupId >ca.uhn.hapi.fhir</groupId >
88- <artifactId >hapi-fhir-client</artifactId >
89- </artifactItem >
90- </artifactItems >
91- <outputDirectory >../docker/bpe/plugin</outputDirectory >
92- </configuration >
93- </execution >
94-
9559 <execution >
9660 <id >copy-process-plugin-to-dic-1</id >
9761 <phase >package</phase >
You can’t perform that action at this time.
0 commit comments