|
41 | 41 | </dependency>
|
42 | 42 | </dependencies>
|
43 | 43 |
|
44 |
| - <build> |
45 |
| - <plugins> |
46 |
| - <plugin> |
47 |
| - <groupId>org.apache.maven.plugins</groupId> |
48 |
| - <artifactId>maven-dependency-plugin</artifactId> |
49 |
| - <executions> |
50 |
| - <execution> |
51 |
| - <id>copy-process-plugin-to-docker-test-setup</id> |
52 |
| - <phase>package</phase> |
53 |
| - <goals> |
54 |
| - <goal>copy</goal> |
55 |
| - </goals> |
| 44 | + <profiles> |
| 45 | + <profile> |
| 46 | + <id>copy-to-highmed-dsf-process</id> |
| 47 | + <build> |
| 48 | + <plugins> |
| 49 | + <plugin> |
| 50 | + <groupId>org.apache.maven.plugins</groupId> |
| 51 | + <artifactId>maven-dependency-plugin</artifactId> |
| 52 | + <executions> |
| 53 | + <execution> |
| 54 | + <id>copy-process-plugin-to-docker-test-setup</id> |
| 55 | + <phase>package</phase> |
| 56 | + <goals> |
| 57 | + <goal>copy</goal> |
| 58 | + </goals> |
| 59 | + <configuration> |
| 60 | + <artifactItems> |
| 61 | + <artifactItem> |
| 62 | + <groupId>${project.groupId}</groupId> |
| 63 | + <artifactId>${project.artifactId}</artifactId> |
| 64 | + <version>${project.version}</version> |
| 65 | + </artifactItem> |
| 66 | + </artifactItems> |
| 67 | + <outputDirectory>../../highmed-dsf/dsf-docker-test-setup/bpe/app/process</outputDirectory> |
| 68 | + </configuration> |
| 69 | + </execution> |
| 70 | + <execution> |
| 71 | + <id>copy-process-plugin-to-docker-test-setup-3medic-ttp/medic1</id> |
| 72 | + <phase>package</phase> |
| 73 | + <goals> |
| 74 | + <goal>copy</goal> |
| 75 | + </goals> |
| 76 | + <configuration> |
| 77 | + <artifactItems> |
| 78 | + <artifactItem> |
| 79 | + <groupId>${project.groupId}</groupId> |
| 80 | + <artifactId>${project.artifactId}</artifactId> |
| 81 | + <version>${project.version}</version> |
| 82 | + </artifactItem> |
| 83 | + </artifactItems> |
| 84 | + <outputDirectory>../../highmed-dsf/dsf-docker-test-setup-3medic-ttp/medic1/bpe/app/process</outputDirectory> |
| 85 | + </configuration> |
| 86 | + </execution> |
| 87 | + <execution> |
| 88 | + <id>copy-process-plugin-to-docker-test-setup-3medic-ttp/medic2</id> |
| 89 | + <phase>package</phase> |
| 90 | + <goals> |
| 91 | + <goal>copy</goal> |
| 92 | + </goals> |
| 93 | + <configuration> |
| 94 | + <artifactItems> |
| 95 | + <artifactItem> |
| 96 | + <groupId>${project.groupId}</groupId> |
| 97 | + <artifactId>${project.artifactId}</artifactId> |
| 98 | + <version>${project.version}</version> |
| 99 | + </artifactItem> |
| 100 | + </artifactItems> |
| 101 | + <outputDirectory>../../highmed-dsf/dsf-docker-test-setup-3medic-ttp/medic2/bpe/app/process</outputDirectory> |
| 102 | + </configuration> |
| 103 | + </execution> |
| 104 | + <execution> |
| 105 | + <id>copy-process-plugin-to-docker-test-setup-3medic-ttp/medic3</id> |
| 106 | + <phase>package</phase> |
| 107 | + <goals> |
| 108 | + <goal>copy</goal> |
| 109 | + </goals> |
| 110 | + <configuration> |
| 111 | + <artifactItems> |
| 112 | + <artifactItem> |
| 113 | + <groupId>${project.groupId}</groupId> |
| 114 | + <artifactId>${project.artifactId}</artifactId> |
| 115 | + <version>${project.version}</version> |
| 116 | + </artifactItem> |
| 117 | + </artifactItems> |
| 118 | + <outputDirectory>../../highmed-dsf/dsf-docker-test-setup-3medic-ttp/medic3/bpe/app/process</outputDirectory> |
| 119 | + </configuration> |
| 120 | + </execution> |
| 121 | + <execution> |
| 122 | + <id>copy-process-plugin-to-docker-test-setup-3medic-ttp/ttp</id> |
| 123 | + <phase>package</phase> |
| 124 | + <goals> |
| 125 | + <goal>copy</goal> |
| 126 | + </goals> |
| 127 | + <configuration> |
| 128 | + <artifactItems> |
| 129 | + <artifactItem> |
| 130 | + <groupId>${project.groupId}</groupId> |
| 131 | + <artifactId>${project.artifactId}</artifactId> |
| 132 | + <version>${project.version}</version> |
| 133 | + </artifactItem> |
| 134 | + </artifactItems> |
| 135 | + <outputDirectory>../../highmed-dsf/dsf-docker-test-setup-3medic-ttp/ttp/bpe/app/process</outputDirectory> |
| 136 | + </configuration> |
| 137 | + </execution> |
| 138 | + </executions> |
| 139 | + </plugin> |
| 140 | + <plugin> |
| 141 | + <groupId>org.apache.maven.plugins</groupId> |
| 142 | + <artifactId>maven-clean-plugin</artifactId> |
56 | 143 | <configuration>
|
57 |
| - <artifactItems> |
58 |
| - <artifactItem> |
59 |
| - <groupId>${project.groupId}</groupId> |
60 |
| - <artifactId>${project.artifactId}</artifactId> |
61 |
| - <version>${project.version}</version> |
62 |
| - </artifactItem> |
63 |
| - </artifactItems> |
64 |
| - <outputDirectory>../../dsf-docker-test-setup/bpe/app/process</outputDirectory> |
| 144 | + <filesets> |
| 145 | + <fileset> |
| 146 | + <directory>../../highmed-dsf/dsf-docker-test-setup/bpe/app/process</directory> |
| 147 | + <includes> |
| 148 | + <include>${project.artifactId}-${project.version}.jar</include> |
| 149 | + </includes> |
| 150 | + <followSymlinks>false</followSymlinks> |
| 151 | + </fileset> |
| 152 | + <fileset> |
| 153 | + <directory>../../highmed-dsf/dsf-docker-test-setup-3medic-ttp/medic1/bpe/app/process</directory> |
| 154 | + <includes> |
| 155 | + <include>${project.artifactId}-${project.version}.jar</include> |
| 156 | + </includes> |
| 157 | + <followSymlinks>false</followSymlinks> |
| 158 | + </fileset> |
| 159 | + <fileset> |
| 160 | + <directory>../../highmed-dsf/dsf-docker-test-setup-3medic-ttp/medic2/bpe/app/process</directory> |
| 161 | + <includes> |
| 162 | + <include>${project.artifactId}-${project.version}.jar</include> |
| 163 | + </includes> |
| 164 | + <followSymlinks>false</followSymlinks> |
| 165 | + </fileset> |
| 166 | + <fileset> |
| 167 | + <directory>../../highmed-dsf/dsf-docker-test-setup-3medic-ttp/medic3/bpe/app/process</directory> |
| 168 | + <includes> |
| 169 | + <include>${project.artifactId}-${project.version}.jar</include> |
| 170 | + </includes> |
| 171 | + <followSymlinks>false</followSymlinks> |
| 172 | + </fileset> |
| 173 | + <fileset> |
| 174 | + <directory>../../highmed-dsf/dsf-docker-test-setup-3medic-ttp/ttp/bpe/app/process</directory> |
| 175 | + <includes> |
| 176 | + <include>${project.artifactId}-${project.version}.jar</include> |
| 177 | + </includes> |
| 178 | + <followSymlinks>false</followSymlinks> |
| 179 | + </fileset> |
| 180 | + </filesets> |
65 | 181 | </configuration>
|
66 |
| - </execution> |
67 |
| - <execution> |
68 |
| - <id>copy-process-plugin-to-docker-test-setup-3medic-ttp/medic1</id> |
69 |
| - <phase>package</phase> |
70 |
| - <goals> |
71 |
| - <goal>copy</goal> |
72 |
| - </goals> |
73 |
| - <configuration> |
74 |
| - <artifactItems> |
75 |
| - <artifactItem> |
76 |
| - <groupId>${project.groupId}</groupId> |
77 |
| - <artifactId>${project.artifactId}</artifactId> |
78 |
| - <version>${project.version}</version> |
79 |
| - </artifactItem> |
80 |
| - </artifactItems> |
81 |
| - <outputDirectory>../../dsf-docker-test-setup-3medic-ttp/medic1/bpe/app/process</outputDirectory> |
82 |
| - </configuration> |
83 |
| - </execution> |
84 |
| - <execution> |
85 |
| - <id>copy-process-plugin-to-docker-test-setup-3medic-ttp/medic2</id> |
86 |
| - <phase>package</phase> |
87 |
| - <goals> |
88 |
| - <goal>copy</goal> |
89 |
| - </goals> |
90 |
| - <configuration> |
91 |
| - <artifactItems> |
92 |
| - <artifactItem> |
93 |
| - <groupId>${project.groupId}</groupId> |
94 |
| - <artifactId>${project.artifactId}</artifactId> |
95 |
| - <version>${project.version}</version> |
96 |
| - </artifactItem> |
97 |
| - </artifactItems> |
98 |
| - <outputDirectory>../../dsf-docker-test-setup-3medic-ttp/medic2/bpe/app/process</outputDirectory> |
99 |
| - </configuration> |
100 |
| - </execution> |
101 |
| - <execution> |
102 |
| - <id>copy-process-plugin-to-docker-test-setup-3medic-ttp/medic3</id> |
103 |
| - <phase>package</phase> |
104 |
| - <goals> |
105 |
| - <goal>copy</goal> |
106 |
| - </goals> |
107 |
| - <configuration> |
108 |
| - <artifactItems> |
109 |
| - <artifactItem> |
110 |
| - <groupId>${project.groupId}</groupId> |
111 |
| - <artifactId>${project.artifactId}</artifactId> |
112 |
| - <version>${project.version}</version> |
113 |
| - </artifactItem> |
114 |
| - </artifactItems> |
115 |
| - <outputDirectory>../../dsf-docker-test-setup-3medic-ttp/medic3/bpe/app/process</outputDirectory> |
116 |
| - </configuration> |
117 |
| - </execution> |
118 |
| - <execution> |
119 |
| - <id>copy-process-plugin-to-docker-test-setup-3medic-ttp/ttp</id> |
120 |
| - <phase>package</phase> |
121 |
| - <goals> |
122 |
| - <goal>copy</goal> |
123 |
| - </goals> |
124 |
| - <configuration> |
125 |
| - <artifactItems> |
126 |
| - <artifactItem> |
127 |
| - <groupId>${project.groupId}</groupId> |
128 |
| - <artifactId>${project.artifactId}</artifactId> |
129 |
| - <version>${project.version}</version> |
130 |
| - </artifactItem> |
131 |
| - </artifactItems> |
132 |
| - <outputDirectory>../../dsf-docker-test-setup-3medic-ttp/ttp/bpe/app/process</outputDirectory> |
133 |
| - </configuration> |
134 |
| - </execution> |
135 |
| - </executions> |
136 |
| - </plugin> |
137 |
| - <plugin> |
138 |
| - <groupId>org.apache.maven.plugins</groupId> |
139 |
| - <artifactId>maven-clean-plugin</artifactId> |
140 |
| - <configuration> |
141 |
| - <filesets> |
142 |
| - <fileset> |
143 |
| - <directory>../../dsf-docker-test-setup/bpe/app/process</directory> |
144 |
| - <includes> |
145 |
| - <include>${project.artifactId}-${project.version}.jar</include> |
146 |
| - </includes> |
147 |
| - <followSymlinks>false</followSymlinks> |
148 |
| - </fileset> |
149 |
| - <fileset> |
150 |
| - <directory>../../dsf-docker-test-setup-3medic-ttp/medic1/bpe/app/process</directory> |
151 |
| - <includes> |
152 |
| - <include>${project.artifactId}-${project.version}.jar</include> |
153 |
| - </includes> |
154 |
| - <followSymlinks>false</followSymlinks> |
155 |
| - </fileset> |
156 |
| - <fileset> |
157 |
| - <directory>../../dsf-docker-test-setup-3medic-ttp/medic2/bpe/app/process</directory> |
158 |
| - <includes> |
159 |
| - <include>${project.artifactId}-${project.version}.jar</include> |
160 |
| - </includes> |
161 |
| - <followSymlinks>false</followSymlinks> |
162 |
| - </fileset> |
163 |
| - <fileset> |
164 |
| - <directory>../../dsf-docker-test-setup-3medic-ttp/medic3/bpe/app/process</directory> |
165 |
| - <includes> |
166 |
| - <include>${project.artifactId}-${project.version}.jar</include> |
167 |
| - </includes> |
168 |
| - <followSymlinks>false</followSymlinks> |
169 |
| - </fileset> |
170 |
| - <fileset> |
171 |
| - <directory>../../dsf-docker-test-setup-3medic-ttp/ttp/bpe/app/process</directory> |
172 |
| - <includes> |
173 |
| - <include>${project.artifactId}-${project.version}.jar</include> |
174 |
| - </includes> |
175 |
| - <followSymlinks>false</followSymlinks> |
176 |
| - </fileset> |
177 |
| - </filesets> |
178 |
| - </configuration> |
179 |
| - </plugin> |
180 |
| - </plugins> |
181 |
| - </build> |
| 182 | + </plugin> |
| 183 | + </plugins> |
| 184 | + </build> |
| 185 | + </profile> |
| 186 | + </profiles> |
182 | 187 | </project>
|
0 commit comments