Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9957f96

Browse files
committed
adding openejb module in a cucmber-jvm-snapshot profile
1 parent b4030f5 commit 9957f96

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,17 @@
315315
</plugins>
316316
</build>
317317
</profile>
318+
<profile>
319+
<id>cucumber-jvm-snapshot</id>
320+
<activation>
321+
<property>
322+
<name>snapshot</name>
323+
</property>
324+
</activation>
325+
<modules>
326+
<module>openejb</module>
327+
</modules>
328+
</profile>
318329
</profiles>
319330

320331
<build>

0 commit comments

Comments
 (0)