I downloaded 
https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-authentication-tck-3.0.1.zip and searched the contents for `3.0.1-SNAPSHOT`and do see the snapshot reference in authentication-tck-3.0.1/tck/old-tck/build/pom.xml:
"
   <parent> 
       <groupId>org.eclipse.ee4j</groupId> 
       <artifactId>project</artifactId> 
       <version>1.0.6</version> 
       <relativePath /> 
   </parent> 
   <groupId>org.eclipse.ee4j.tck.authentication</groupId> 
   <artifactId>old-authentication-tck</artifactId> 
   <version>3.0.1-SNAPSHOT</version> 
   <packaging>pom</packaging> 
   <name>Old Jakarta Authentication TCK - build</name>
"
Is the idea that users are building the org.eclipse.ee4j.tck.authentication:old-authentication-tck:3.0.1-SNAPSHOT? 
 
On 7/6/22 6:42 AM, arjan tijms wrote:
 
 
Hi Arjan,
 
- 
I see the old-tck is not integrated with the main pom as a module to be executed from authentication-tck-3.0.1/tck. Is this expected? Should we be running the old tck tests separately from authentication-tck-3.0.1/tck/old-tck.
 
 
 
That's strange, they should run by default via the profile:
 
- 
 
 - 
I was trying to run the old tck tests from authentication-tck-3.0.1/tck/old-tck, using “mvn clean install -Pstaging,glassfish-ci-managed,platform -Dglassfish.version=7.0.0-M6”. I get pom.xml not found, possibly due to version
 mismatch between 3.0.1-SNAPSHOT and 3.0.1.
 
 
 
Does that also happen with the staged version, or only when running from a checkout of the repository?
 
- 
 
 
 
Thanks & Regards,
Alwin Joseph
 
Hi,
The major thing fixed in the service release is merging the two bundles from the 3.0.0 release into one. A smaller fix is printing the result summary
 directly in the log of a maven build. Previously the result summary was dependent on parsing the junit xml based file.
 
If the TCK bundle is found to be correct, we can initiate its promotion.
 
I just tested it on GlassFish 7.0 M6, where it passes.
 
 
 
 
 
 
_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev