|
62 | 62 | <outputDirectory>../codex-processes-ap1-docker-test-setup/crr/bpe/app/process</outputDirectory> |
63 | 63 | </configuration> |
64 | 64 | </execution> |
| 65 | + <execution> |
| 66 | + <id>copy-hapi-fhir-client/crr</id> |
| 67 | + <phase>package</phase> |
| 68 | + <goals> |
| 69 | + <goal>copy</goal> |
| 70 | + </goals> |
| 71 | + <configuration> |
| 72 | + <artifactItems> |
| 73 | + <artifactItem> |
| 74 | + <groupId>ca.uhn.hapi.fhir</groupId> |
| 75 | + <artifactId>hapi-fhir-client</artifactId> |
| 76 | + <version>${hapi.version}</version> |
| 77 | + </artifactItem> |
| 78 | + </artifactItems> |
| 79 | + <outputDirectory>../codex-processes-ap1-docker-test-setup/crr/bpe/app/plugin</outputDirectory> |
| 80 | + </configuration> |
| 81 | + </execution> |
65 | 82 | <execution> |
66 | 83 | <id>copy-process-plugin-to-docker-test-setup/dic</id> |
67 | 84 | <phase>package</phase> |
|
79 | 96 | <outputDirectory>../codex-processes-ap1-docker-test-setup/dic/bpe/app/process</outputDirectory> |
80 | 97 | </configuration> |
81 | 98 | </execution> |
| 99 | + <execution> |
| 100 | + <id>copy-hapi-fhir-client/dic</id> |
| 101 | + <phase>package</phase> |
| 102 | + <goals> |
| 103 | + <goal>copy</goal> |
| 104 | + </goals> |
| 105 | + <configuration> |
| 106 | + <artifactItems> |
| 107 | + <artifactItem> |
| 108 | + <groupId>ca.uhn.hapi.fhir</groupId> |
| 109 | + <artifactId>hapi-fhir-client</artifactId> |
| 110 | + <version>${hapi.version}</version> |
| 111 | + </artifactItem> |
| 112 | + </artifactItems> |
| 113 | + <outputDirectory>../codex-processes-ap1-docker-test-setup/dic/bpe/app/plugin</outputDirectory> |
| 114 | + </configuration> |
| 115 | + </execution> |
82 | 116 | <execution> |
83 | 117 | <id>copy-process-plugin-to-docker-test-setup/gth</id> |
84 | 118 | <phase>package</phase> |
|
110 | 144 | </includes> |
111 | 145 | <followSymlinks>false</followSymlinks> |
112 | 146 | </fileset> |
| 147 | + <fileset> |
| 148 | + <directory>../codex-processes-ap1-docker-test-setup/crr/bpe/app/plugin</directory> |
| 149 | + <includes> |
| 150 | + <include>hapi-fhir-client-${hapi.version}.jar</include> |
| 151 | + </includes> |
| 152 | + <followSymlinks>false</followSymlinks> |
| 153 | + </fileset> |
113 | 154 | <fileset> |
114 | 155 | <directory>../codex-processes-ap1-docker-test-setup/dic/bpe/app/process</directory> |
115 | 156 | <includes> |
116 | 157 | <include>${project.artifactId}-${project.version}.jar</include> |
117 | 158 | </includes> |
118 | 159 | <followSymlinks>false</followSymlinks> |
119 | 160 | </fileset> |
| 161 | + <fileset> |
| 162 | + <directory>../codex-processes-ap1-docker-test-setup/dic/bpe/app/plugin</directory> |
| 163 | + <includes> |
| 164 | + <include>hapi-fhir-client-${hapi.version}.jar</include> |
| 165 | + </includes> |
| 166 | + <followSymlinks>false</followSymlinks> |
| 167 | + </fileset> |
120 | 168 | <fileset> |
121 | 169 | <directory>../codex-processes-ap1-docker-test-setup/gth/bpe/app/process</directory> |
122 | 170 | <includes> |
|
0 commit comments