Hi Antonio,

Cool that you're interested in the TCK :)

The mentioned artifacts are in the public JBoss Maven repository [1]. More information on using that repo can be found at [2]. Note that the TCK has no new tests for Bean Validation 1.1 yet, we're in the process of adding these atm. 

Besides adding tests we're also considering to generate the audit file used in the TCK coverage report [3] from the actual spec text [4]. That way the assertions in the TCK exactly resemble the spec and it also gets very easy to see which parts of the spec are covered how well by the TCK.

Let us know in case you have any further questions or suggestions, want to contribute etc.

Happy Christmas,

--Gunnar

[1] https://repository.jboss.org/nexus/content/groups/public-jboss
[2] https://community.jboss.org/wiki/MavenGettingStarted-Users
[3] http://docs.jboss.org/hibernate/beanvalidation/tck/1.0/reference/html_single/#d0e585
[4] https://hibernate.onjira.com/browse/BVAL-349




2012/12/23 Antonio Goncalves <antonio.mailing@gmail.com>
Hi all,

I wanted to play with the BV TCK. I've downloaded it, read the instruction, but the code doesn't compile because of these two dependencies :

            <dependency>
                <groupId>org.jboss.test-audit</groupId>
                <artifactId>jboss-test-audit-api</artifactId>
                <version>${jboss.test.audit.version}</version>
            </dependency>
            <dependency>
                <groupId>org.jboss.test-audit</groupId>
                <artifactId>jboss-test-audit-impl</artifactId>
                <version>${jboss.test.audit.version}</version>
            </dependency>

In the pom.xml there are two repositories :

Nothing in there

Needs a user/pwd

I crawled the Maven central but couldn't find anything. 

Do you know which repository I should add to have all the org.jboss.test-audit artifacts ? 

Thanks

--
Antonio Goncalves 
Software architect and Java Champion

Web site | Twitter | LinkedIn | Paris JUG | Devoxx France

_______________________________________________
beanvalidation-dev mailing list
beanvalidation-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/beanvalidation-dev