Skip to content

Commit

Permalink
#1109 Manage dependencies and plugins in parent project
Browse files Browse the repository at this point in the history
use current PDE bundle from samples
  • Loading branch information
oliverlietz committed Mar 25, 2024
1 parent ea6fdf6 commit 9f51172
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions containers/pax-exam-container-forked/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<!-- copy the regression-pde-bundle so we have a bundle
<!-- copy the pax-exam-sample9-pde so we have a bundle
for testing -->
<id>copy-pde-bundle</id>
<goals>
Expand All @@ -143,9 +143,9 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>regression-pde-bundle</artifactId>
<version>2.3.0</version>
<groupId>org.ops4j.pax.exam.samples</groupId>
<artifactId>pax-exam-sample9-pde</artifactId>
<version>${project.version}</version>
<outputDirectory>${project.build.directory}/bundles</outputDirectory>
</artifactItem>
</artifactItems>
Expand Down

0 comments on commit 9f51172

Please sign in to comment.