Skip to content

Commit c9db169

Browse files
committed
disable malfunctioning twitter search test
1 parent bfedf84 commit c9db169

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,20 @@
7474
<plugin>
7575
<groupId>org.apache.felix</groupId>
7676
<artifactId>maven-bundle-plugin</artifactId>
77-
<version>4.2.0</version>
77+
<version>5.1.9</version>
7878
<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>
7991
<configuration>
8092
<instructions>
8193
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>

0 commit comments

Comments
 (0)