Skip to content

Commit 46b9a18

Browse files
committed
Port profile activation changes from JAVA-1133.
1 parent 374d686 commit 46b9a18

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

driver-examples/osgi/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,21 @@
220220
</plugins>
221221
</build>
222222
</profile>
223+
<profile>
224+
<id>short</id>
225+
<properties>
226+
<test.groups>unit,short</test.groups>
227+
<test.skip>false</test.skip>
228+
</properties>
229+
</profile>
230+
231+
<profile>
232+
<id>long</id>
233+
<properties>
234+
<test.groups>unit,short,long</test.groups>
235+
<test.skip>false</test.skip>
236+
</properties>
237+
</profile>
223238
</profiles>
224239

225240
<licenses>

0 commit comments

Comments
 (0)