<div dir="ltr">Hi Antonio,<div><br></div><div style>It&#39;s an ongoing debate whether it&#39;s good to put repo information into POMs or not, see e.g. [1]. The major problem is that users of such a pom.xml as dependency will get that repo pulled into their own build, which might not be what they want. </div>
<div style><br></div><div style>Now I guess there won&#39;t be many people using the TCK as dependency, but I still think it&#39;s saver to leave the repo info out of the POM and have users add it to their settings.xml. With the BV reference implementation we provide an examplary settings.xml which can be used for building: mvn clean install -s settings-example.xml. I&#39;ve created a ticket for the TCK to do the same [2].</div>
<div style><br></div><div style>Thanks again for your feedback,</div><div style><br></div><div style>--Gunnar</div><div style><br></div><div style>[1] <a href="http://www.sonatype.com/people/2009/02/why-putting-repositories-in-your-poms-is-a-bad-idea/">http://www.sonatype.com/people/2009/02/why-putting-repositories-in-your-poms-is-a-bad-idea/</a></div>
<div style>[2] <a href="https://hibernate.onjira.com/browse/BVTCK-30">https://hibernate.onjira.com/browse/BVTCK-30</a></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2012/12/23 Antonio Goncalves <span dir="ltr">&lt;<a href="mailto:antonio.mailing@gmail.com" target="_blank">antonio.mailing@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra">Thanks, just by adding the following repository in the pom.xml works. You might want to add it to the pom as not everybody declares JBoss Repo in their settings.xml</div>
<div class="gmail_extra">
<br></div><div class="gmail_extra"><div class="gmail_extra">  &lt;repositories&gt;</div><div class="gmail_extra">    &lt;repository&gt;</div><div class="gmail_extra">      &lt;id&gt;jboss-public-repository&lt;/id&gt;</div>

<div class="gmail_extra">      &lt;name&gt;JBoss Public Repository&lt;/name&gt;</div><div class="gmail_extra">      &lt;url&gt;<a href="https://repository.jboss.org/nexus/content/groups/public-jboss/" target="_blank">https://repository.jboss.org/nexus/content/groups/public-jboss/</a>&lt;/url&gt;</div>

<div class="gmail_extra">    &lt;/repository&gt;</div><div class="gmail_extra">  &lt;/repositories&gt;</div><div><br></div><div><br></div><div>Thanks again </div><div><br></div><br><div class="gmail_quote">2012/12/23 Gunnar Morling <span dir="ltr">&lt;<a href="mailto:gunnar@hibernate.org" target="_blank">gunnar@hibernate.org</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><a href="https://community.jboss.org/wiki/MavenGettingStarted-Users" target="_blank">https://community.jboss.org/wiki/MavenGettingStarted-Users</a></blockquote>

</div><div class="im"><br><br clear="all"><div><br></div>-- <br>Antonio Goncalves <br>Software architect and Java Champion<br><br><a href="http://www.antoniogoncalves.org/" target="_blank">Web site</a> | <a href="http://twitter.com/agoncal" target="_blank">Twitter</a> | <a href="http://www.linkedin.com/in/agoncal" target="_blank">LinkedIn</a> | <a href="http://www.parisjug.org/" target="_blank">Paris JUG</a> | <a href="http://www.devoxx.fr/" target="_blank">Devoxx France</a>
</div></div></div>
<br>_______________________________________________<br>
beanvalidation-dev mailing list<br>
<a href="mailto:beanvalidation-dev@lists.jboss.org">beanvalidation-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/beanvalidation-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/beanvalidation-dev</a><br>
<br></blockquote></div><br></div>