Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 7f3a693

Browse files
committed
Remove Artifact Output to Docker Directory
1 parent add1ca6 commit 7f3a693

1 file changed

Lines changed: 0 additions & 36 deletions

File tree

codex-process-feasibility/pom.xml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -56,42 +56,6 @@
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>

0 commit comments

Comments
 (0)