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>