We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent accfecb commit d81da90Copy full SHA for d81da90
1 file changed
kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/tests/__package__.test/pom.xml
@@ -89,13 +89,21 @@
89
<plugin>
90
<groupId>biz.aQute.bnd</groupId>
91
<artifactId>bnd-resolver-maven-plugin</artifactId>
92
- <configuration>
93
- <bndruns>
94
- <bndrun>integration-test.bndrun</bndrun>
95
- </bndruns>
96
- </configuration>
+ <executions>
+ <execution>
+ <id>osgi-integration-resolving</id>
+ <phase>pre-integration-test</phase>
+ <goals>
97
+ <goal>resolve</goal>
98
+ </goals>
99
+ <configuration>
100
+ <bndruns>
101
+ <bndrun>integration-test.bndrun</bndrun>
102
+ </bndruns>
103
+ </configuration>
104
+ </execution>
105
+ </executions>
106
</plugin>
-
107
</plugins>
108
</build>
109
</project>
0 commit comments