| commit | b2337e876b49a43b2b812db3eef00049f19d8910 | [log] [tgz] |
|---|---|---|
| author | Markus KARG <markus@headcrashing.eu> | Sat Feb 19 16:00:16 2022 +0000 |
| committer | Markus KARG <markus@headcrashing.eu> | Wed Feb 23 09:20:23 2022 +0100 |
| tree | 1b4a1c05091b91be851458ebd6f68717f4658b2b | |
| parent | 654f2996a72690359fc6dcdd827e51c0dd92e3f0 [diff] |
Maven profile jaxrs.jerseytck.build
diff --git a/pom.xml b/pom.xml index 31f88f0..e8bf766 100644 --- a/pom.xml +++ b/pom.xml
@@ -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>