Skip to content

Commit

Permalink
Merge pull request #501 from bjhargrave/maven-example-fix
Browse files Browse the repository at this point in the history
example: No longer need to explicitly mention test jar
  • Loading branch information
bjhargrave authored Mar 28, 2022
2 parents 0426c0b + 01851bf commit 0f9b54f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/osgi-test-example-mvn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@
<bndruns>
<bndrun>test.bndrun</bndrun>
</bndruns>
<bundles>
<bundle>${project.build.directory}/${project.build.finalName}-tests.jar</bundle>
</bundles>
<failOnChanges>false</failOnChanges>
<includeDependencyManagement>true</includeDependencyManagement>
<reportOptional>false</reportOptional>
Expand Down Expand Up @@ -175,9 +172,6 @@
<bndruns>
<bndrun>test.bndrun</bndrun>
</bndruns>
<bundles>
<bundle>${project.build.directory}/${project.build.finalName}-tests.jar</bundle>
</bundles>
<failOnChanges>false</failOnChanges>
<includeDependencyManagement>true</includeDependencyManagement>
<resolve>false</resolve>
Expand Down

0 comments on commit 0f9b54f

Please sign in to comment.