Skip to content

Commit

Permalink
#433: reorganize balp test keystores
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Stanojevic committed Jan 24, 2024
1 parent 3782e72 commit 33b6418
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions platform-camel/ihe/fhir/r4/mhd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,35 +145,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack</id>
<phase>process-resources</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.openehealth.ipf.commons</groupId>
<artifactId>ipf-commons-ihe-fhir-core</artifactId>
<version>${project.version}</version>
<type>jar</type>
<classifier>tests</classifier>
<overWrite>false</overWrite>
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
<includes>**/security/*.p12,**/security/*.keystore</includes>
</artifactItem>
</artifactItems>
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 33b6418

Please sign in to comment.