Skip to content

Commit

Permalink
Maven profile jaxrs.jerseytck.build
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarg committed Feb 23, 2022
1 parent 654f299 commit b2337e8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,16 @@
<module>jaxrs-spec</module>
</modules>
</profile>
<profile>
<id>jersey-tck</id>
<activation>
<property>
<name>jaxrs.jerseytck.build</name>
</property>
</activation>
<modules>
<module>jersey-tck</module>
</modules>
</profile>
</profiles>
</project>

0 comments on commit b2337e8

Please sign in to comment.