There was an error while loading. Please reload this page.
1 parent bfedf84 commit c9db169Copy full SHA for c9db169
1 file changed
pom.xml
@@ -74,8 +74,20 @@
74
<plugin>
75
<groupId>org.apache.felix</groupId>
76
<artifactId>maven-bundle-plugin</artifactId>
77
- <version>4.2.0</version>
+ <version>5.1.9</version>
78
<extensions>true</extensions>
79
+ <executions>
80
+ <!-- Configure extra execution of 'manifest' in process-classes phase to make sure SCR metadata is generated before unit test runs -->
81
+ <execution>
82
+ <id>scr-metadata</id>
83
+ <goals>
84
+ <goal>manifest</goal>
85
+ </goals>
86
+ <configuration>
87
+ <supportIncrementalBuild>true</supportIncrementalBuild>
88
+ </configuration>
89
+ </execution>
90
+ </executions>
91
<configuration>
92
<instructions>
93
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
0 commit comments