Skip to content

Commit 05c6196

Browse files
committed
Reenable baselining
1 parent 11a97fe commit 05c6196

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,14 @@ Service-Component: OSGI-INF/*.xml
261261
<groupId>biz.aQute.bnd</groupId>
262262
<artifactId>bnd-baseline-maven-plugin</artifactId>
263263
<version>${bnd.version}</version>
264+
<executions>
265+
<execution>
266+
<id>baseline</id>
267+
<goals>
268+
<goal>baseline</goal>
269+
</goals>
270+
</execution>
271+
</executions>
264272
</plugin>
265273
<plugin>
266274
<groupId>org.apache.sling</groupId>

0 commit comments

Comments
 (0)