Modified: websites/production/bval/content/mvnsite/dependency-info.html ============================================================================== --- websites/production/bval/content/mvnsite/dependency-info.html (original) +++ websites/production/bval/content/mvnsite/dependency-info.html Wed Oct 17 03:11:57 2018 @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Apache BVal :: bval-extras (optional) – Dependency Information</title> + <title>Apache BVal :: bval-tck (TCK Runner) – Dependency Information</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @@ -16,7 +16,7 @@ <body class="composite"> <div id="banner"> <div id="bannerLeft"> -Apache BVal :: bval-extras (optional) +Apache BVal :: bval-tck (TCK Runner) </div> <div class="clear"> <hr/> @@ -27,7 +27,7 @@ Apache BVal :: bval-extras (optional) <span id="publishDate">Last Published: 2018-10-16</span> | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> - <div class="xright"><a href="./" title="Apache BVal :: bval-extras (optional)">Apache BVal :: bval-extras (optional)</a> </div> + <div class="xright"><a href="./" title="Apache BVal :: bval-tck (TCK Runner)">Apache BVal :: bval-tck (TCK Runner)</a> </div> <div class="clear"> <hr/> </div> @@ -72,38 +72,37 @@ Apache BVal :: bval-extras (optional) <div class="source"> <pre><dependency> <groupId>org.apache.bval</groupId> - <artifactId>bval-extras</artifactId> + <artifactId>bval-tck-runner</artifactId> <version>2.0.0-SNAPSHOT</version> - <type>bundle</type> </dependency></pre></div></div> <div class="section"> <h3><a name="Apache_Buildr"></a>Apache Buildr</h3><a name="Apache_Buildr"></a> <div class="source"> -<pre>'org.apache.bval:bval-extras:bundle:2.0.0-SNAPSHOT'</pre></div></div> +<pre>'org.apache.bval:bval-tck-runner:jar:2.0.0-SNAPSHOT'</pre></div></div> <div class="section"> <h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a> <div class="source"> -<pre><dependency org="org.apache.bval" name="bval-extras" rev="2.0.0-SNAPSHOT"> - <artifact name="bval-extras" type="bundle" /> +<pre><dependency org="org.apache.bval" name="bval-tck-runner" rev="2.0.0-SNAPSHOT"> + <artifact name="bval-tck-runner" type="jar" /> </dependency></pre></div></div> <div class="section"> <h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a> <div class="source"> <pre>@Grapes( -@Grab(group='org.apache.bval', module='bval-extras', version='2.0.0-SNAPSHOT') +@Grab(group='org.apache.bval', module='bval-tck-runner', version='2.0.0-SNAPSHOT') )</pre></div></div> <div class="section"> <h3><a name="Gradle.2FGrails"></a>Gradle/Grails</h3><a name="Gradle.2FGrails"></a> <div class="source"> -<pre>compile 'org.apache.bval:bval-extras:2.0.0-SNAPSHOT'</pre></div></div> +<pre>compile 'org.apache.bval:bval-tck-runner:2.0.0-SNAPSHOT'</pre></div></div> <div class="section"> <h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a> <div class="source"> -<pre>libraryDependencies += "org.apache.bval" % "bval-extras" % "2.0.0-SNAPSHOT"</pre></div></div> +<pre>libraryDependencies += "org.apache.bval" % "bval-tck-runner" % "2.0.0-SNAPSHOT"</pre></div></div> <div class="section"> <h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a> <div class="source"> -<pre>[org.apache.bval/bval-extras "2.0.0-SNAPSHOT"]</pre></div></div></div> +<pre>[org.apache.bval/bval-tck-runner "2.0.0-SNAPSHOT"]</pre></div></div></div> </div> </div> <div class="clear">
Modified: websites/production/bval/content/mvnsite/dependency-management.html ============================================================================== --- websites/production/bval/content/mvnsite/dependency-management.html (original) +++ websites/production/bval/content/mvnsite/dependency-management.html Wed Oct 17 03:11:57 2018 @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Apache BVal :: bval-extras (optional) – Project Dependency Management</title> + <title>Apache BVal :: bval-tck (TCK Runner) – Project Dependency Management</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @@ -16,7 +16,7 @@ <body class="composite"> <div id="banner"> <div id="bannerLeft"> -Apache BVal :: bval-extras (optional) +Apache BVal :: bval-tck (TCK Runner) </div> <div class="clear"> <hr/> @@ -27,7 +27,7 @@ Apache BVal :: bval-extras (optional) <span id="publishDate">Last Published: 2018-10-16</span> | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> - <div class="xright"><a href="./" title="Apache BVal :: bval-extras (optional)">Apache BVal :: bval-extras (optional)</a> </div> + <div class="xright"><a href="./" title="Apache BVal :: bval-tck (TCK Runner)">Apache BVal :: bval-tck (TCK Runner)</a> </div> <div class="clear"> <hr/> </div> Modified: websites/production/bval/content/mvnsite/distribution-management.html ============================================================================== --- websites/production/bval/content/mvnsite/distribution-management.html (original) +++ websites/production/bval/content/mvnsite/distribution-management.html Wed Oct 17 03:11:57 2018 @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Apache BVal :: bval-extras (optional) – Project Distribution Management</title> + <title>Apache BVal :: bval-tck (TCK Runner) – Project Distribution Management</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @@ -16,7 +16,7 @@ <body class="composite"> <div id="banner"> <div id="bannerLeft"> -Apache BVal :: bval-extras (optional) +Apache BVal :: bval-tck (TCK Runner) </div> <div class="clear"> <hr/> @@ -27,7 +27,7 @@ Apache BVal :: bval-extras (optional) <span id="publishDate">Last Published: 2018-10-16</span> | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> - <div class="xright"><a href="./" title="Apache BVal :: bval-extras (optional)">Apache BVal :: bval-extras (optional)</a> </div> + <div class="xright"><a href="./" title="Apache BVal :: bval-tck (TCK Runner)">Apache BVal :: bval-tck (TCK Runner)</a> </div> <div class="clear"> <hr/> </div> @@ -74,7 +74,7 @@ Apache BVal :: bval-extras (optional) <h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a>Snapshot Repository - apache.snapshots.https</h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a><a class="externalLink" href="https://repository.apache.org/content/repositories/snapshots">https://repository.apache.org/content/repositories/snapshots</a></div> <div class="section"> <h3><a name="Site_-_bval.site"></a>Site - bval.site</h3><a name="Site_-_bval.site"></a> -<p>scm:svn:scm:svn:https://svn.apache.org/repos/infra/websites/production/bval/content/mvnsite/bval-extras</p></div></div> +<p>scm:svn:scm:svn:https://svn.apache.org/repos/infra/websites/production/bval/content/mvnsite/bval-tck-runner</p></div></div> </div> </div> <div class="clear"> Modified: websites/production/bval/content/mvnsite/findbugs.html ============================================================================== --- websites/production/bval/content/mvnsite/findbugs.html (original) +++ websites/production/bval/content/mvnsite/findbugs.html Wed Oct 17 03:11:57 2018 @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Apache BVal :: bval-extras (optional) – </title> + <title>Apache BVal :: bval-tck (TCK Runner) – </title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @@ -16,7 +16,7 @@ <body class="composite"> <div id="banner"> <div id="bannerLeft"> -Apache BVal :: bval-extras (optional) +Apache BVal :: bval-tck (TCK Runner) </div> <div class="clear"> <hr/> @@ -27,7 +27,7 @@ Apache BVal :: bval-extras (optional) <span id="publishDate">Last Published: 2018-10-16</span> | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> - <div class="xright"><a href="./" title="Apache BVal :: bval-extras (optional)">Apache BVal :: bval-extras (optional)</a> </div> + <div class="xright"><a href="./" title="Apache BVal :: bval-tck (TCK Runner)">Apache BVal :: bval-tck (TCK Runner)</a> </div> <div class="clear"> <hr/> </div> @@ -44,7 +44,6 @@ Apache BVal :: bval-extras (optional) <li class="expanded"><a href="project-reports.html" title="Project Reports">Project Reports</a> <ul> <li class="none"><a href="apidocs/index.html" title="Javadoc">Javadoc</a></li> - <li class="none"><a href="testapidocs/index.html" title="Test Javadoc">Test Javadoc</a></li> <li class="none"><a href="jdepend-report.html" title="JDepend">JDepend</a></li> <li class="none"><strong>FindBugs Report</strong></li> </ul></li> Modified: websites/production/bval/content/mvnsite/index.html ============================================================================== --- websites/production/bval/content/mvnsite/index.html (original) +++ websites/production/bval/content/mvnsite/index.html Wed Oct 17 03:11:57 2018 @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Apache BVal :: bval-extras (optional) – About</title> + <title>Apache BVal :: bval-tck (TCK Runner) – About</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @@ -16,7 +16,7 @@ <body class="composite"> <div id="banner"> <div id="bannerLeft"> -Apache BVal :: bval-extras (optional) +Apache BVal :: bval-tck (TCK Runner) </div> <div class="clear"> <hr/> @@ -27,7 +27,7 @@ Apache BVal :: bval-extras (optional) <span id="publishDate">Last Published: 2018-10-16</span> | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> - <div class="xright"><a href="./" title="Apache BVal :: bval-extras (optional)">Apache BVal :: bval-extras (optional)</a> </div> + <div class="xright"><a href="./" title="Apache BVal :: bval-tck (TCK Runner)">Apache BVal :: bval-tck (TCK Runner)</a> </div> <div class="clear"> <hr/> </div> @@ -66,8 +66,8 @@ Apache BVal :: bval-extras (optional) <div id="bodyColumn"> <div id="contentBox"> <div class="section"> -<h2><a name="About_Apache_BVal_::_bval-extras_.28optional.29"></a>About Apache BVal :: bval-extras (optional)</h2><a name="About_Apache_BVal_::_bval-extras_.28optional.29"></a> -<p>BVal - non-JSR303 routines and constraints</p></div> +<h2><a name="About_Apache_BVal_::_bval-tck_.28TCK_Runner.29"></a>About Apache BVal :: bval-tck (TCK Runner)</h2><a name="About_Apache_BVal_::_bval-tck_.28TCK_Runner.29"></a> +<p>Aggregates dependencies and runs the JSR-349 TCK</p></div> </div> </div> <div class="clear"> Modified: websites/production/bval/content/mvnsite/issue-management.html ============================================================================== --- websites/production/bval/content/mvnsite/issue-management.html (original) +++ websites/production/bval/content/mvnsite/issue-management.html Wed Oct 17 03:11:57 2018 @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Apache BVal :: bval-extras (optional) – Issue Management</title> + <title>Apache BVal :: bval-tck (TCK Runner) – Issue Management</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @@ -16,7 +16,7 @@ <body class="composite"> <div id="banner"> <div id="bannerLeft"> -Apache BVal :: bval-extras (optional) +Apache BVal :: bval-tck (TCK Runner) </div> <div class="clear"> <hr/> @@ -27,7 +27,7 @@ Apache BVal :: bval-extras (optional) <span id="publishDate">Last Published: 2018-10-16</span> | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> - <div class="xright"><a href="./" title="Apache BVal :: bval-extras (optional)">Apache BVal :: bval-extras (optional)</a> </div> + <div class="xright"><a href="./" title="Apache BVal :: bval-tck (TCK Runner)">Apache BVal :: bval-tck (TCK Runner)</a> </div> <div class="clear"> <hr/> </div> Modified: websites/production/bval/content/mvnsite/jdepend-report.html ============================================================================== --- websites/production/bval/content/mvnsite/jdepend-report.html (original) +++ websites/production/bval/content/mvnsite/jdepend-report.html Wed Oct 17 03:11:57 2018 @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Apache BVal :: bval-extras (optional) – JDepend Report Metrics</title> + <title>Apache BVal :: bval-tck (TCK Runner) – JDepend Report Metrics</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @@ -16,7 +16,7 @@ <body class="composite"> <div id="banner"> <div id="bannerLeft"> -Apache BVal :: bval-extras (optional) +Apache BVal :: bval-tck (TCK Runner) </div> <div class="clear"> <hr/> @@ -27,7 +27,7 @@ Apache BVal :: bval-extras (optional) <span id="publishDate">Last Published: 2018-10-16</span> | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> - <div class="xright"><a href="./" title="Apache BVal :: bval-extras (optional)">Apache BVal :: bval-extras (optional)</a> </div> + <div class="xright"><a href="./" title="Apache BVal :: bval-tck (TCK Runner)">Apache BVal :: bval-tck (TCK Runner)</a> </div> <div class="clear"> <hr/> </div> @@ -44,7 +44,6 @@ Apache BVal :: bval-extras (optional) <li class="expanded"><a href="project-reports.html" title="Project Reports">Project Reports</a> <ul> <li class="none"><a href="apidocs/index.html" title="Javadoc">Javadoc</a></li> - <li class="none"><a href="testapidocs/index.html" title="Test Javadoc">Test Javadoc</a></li> <li class="none"><strong>JDepend</strong></li> <li class="none"><a href="findbugs.html" title="FindBugs Report">FindBugs Report</a></li> </ul></li> @@ -72,76 +71,29 @@ Apache BVal :: bval-extras (optional) <th>D</th> <th>V</th></tr> <tr class="b"> -<td><a href="#org.apache.bval.extras.constraints.checkdigit">org.apache.bval.extras.constraints.checkdigit</a></td> -<td>17</td> -<td>8</td> -<td>9</td> -<td>0</td> -<td>3</td> -<td>52.999996%</td> -<td>100.0%</td> -<td>52.999996%</td> -<td>1</td></tr> -<tr class="a"> -<td><a href="#org.apache.bval.extras.constraints.creditcard">org.apache.bval.extras.constraints.creditcard</a></td> -<td>5</td> -<td>0</td> -<td>5</td> -<td>0</td> +<td><a href="#org.apache.bval.arquillian">org.apache.bval.arquillian</a></td> <td>2</td> -<td>100.0%</td> -<td>100.0%</td> -<td>100.0%</td> -<td>1</td></tr> -<tr class="b"> -<td><a href="#org.apache.bval.extras.constraints.file">org.apache.bval.extras.constraints.file</a></td> -<td>6</td> -<td>3</td> -<td>3</td> +<td>2</td> +<td>0</td> <td>0</td> -<td>4</td> -<td>50.0%</td> +<td>8</td> +<td>0.0%</td> <td>100.0%</td> -<td>50.0%</td> +<td>0.0%</td> <td>1</td></tr> <tr class="a"> -<td><a href="#org.apache.bval.extras.constraints.net">org.apache.bval.extras.constraints.net</a></td> -<td>4</td> +<td><a href="#org.apache.bval.arquillian.jndi">org.apache.bval.arquillian.jndi</a></td> <td>2</td> <td>2</td> <td>0</td> -<td>5</td> -<td>50.0%</td> -<td>100.0%</td> -<td>50.0%</td> -<td>1</td></tr></table><a name="packages"></a> -<h2><a name="Packages"></a>Packages</h2>[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br /><a name="org.apache.bval.extras.constraints.checkdigit"></a> -<h3><a name="org.apache.bval.extras.constraints.checkdigit"></a>org.apache.bval.extras.constraints.checkdigit</h3> -<table border="0" class="bodyTable"> -<tr class="b"> -<th>Afferent Couplings</th> -<th>Efferent Couplings</th> -<th>Abstractness</th> -<th>Instability</th> -<th>Distance</th></tr> -<tr class="a"> <td>0</td> -<td>3</td> -<td>52.999996%</td> +<td>7</td> +<td>0.0%</td> <td>100.0%</td> -<td>52.999996%</td></tr></table> -<table border="0" class="bodyTable"> -<tr class="b"> -<th>Abstract Classes</th> -<th>Concrete Classes</th> -<th>Used by Packages</th> -<th>Uses Packages</th></tr> -<tr class="a"> -<td>org.apache.bval.extras.constraints.checkdigit.ABANumber<br />org.apache.bval.extras.constraints.checkdigit.CUSIP<br />org.apache.bval.extras.constraints.checkdigit.EAN13<br />org.apache.bval.extras.constraints.checkdigit.IBAN<br />org.apache.bval.extras.constraints.checkdigit.ISBN10<br />org.apache.bval.extras.constraints.checkdigit.Luhn<br />org.apache.bval.extras.constraints.checkdigit.ModulusValidator<br />org.apache.bval.extras.constraints.checkdigit.Sedol<br />org.apache.bval.extras.constraints.checkdigit.Verhoeff<br /></td> -<td>org.apache.bval.extras.constraints.checkdigit.ABANumberValidator<br />org.apache.bval.extras.constraints.checkdigit.CUSIPValidator<br />org.apache.bval.extras.constraints.checkdigit.EAN13Validator<br />org.apache.bval.extras.constraints.checkdigit.IBANValidator<br />org.apache.bval.extras.constraints.checkdigit.ISBN10Validator<br />org.apache.bval.extras.constraints.checkdigit.LuhnValidator<br />org.apache.bval.extras.constraints.checkdigit.SedolValidator<br />org.apache.bval.extras.constraints.checkdigit.VerhoeffValidator<br /></td> -<td><i>None</i></td> -<td>java.lang<br />java.lang.annotation<br />javax.validation<br /></td></tr></table><a name="org.apache.bval.extras.constraints.creditcard"></a> -<h3><a name="org.apache.bval.extras.constraints.creditcard"></a>org.apache.bval.extras.constraints.creditcard</h3> +<td>0.0%</td> +<td>1</td></tr></table><a name="packages"></a> +<h2><a name="Packages"></a>Packages</h2>[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br /><a name="org.apache.bval.arquillian"></a> +<h3><a name="org.apache.bval.arquillian"></a>org.apache.bval.arquillian</h3> <table border="0" class="bodyTable"> <tr class="b"> <th>Afferent Couplings</th> @@ -151,10 +103,10 @@ Apache BVal :: bval-extras (optional) <th>Distance</th></tr> <tr class="a"> <td>0</td> -<td>2</td> -<td>100.0%</td> +<td>8</td> +<td>0.0%</td> <td>100.0%</td> -<td>100.0%</td></tr></table> +<td>0.0%</td></tr></table> <table border="0" class="bodyTable"> <tr class="b"> <th>Abstract Classes</th> @@ -162,11 +114,11 @@ Apache BVal :: bval-extras (optional) <th>Used by Packages</th> <th>Uses Packages</th></tr> <tr class="a"> -<td>org.apache.bval.extras.constraints.creditcard.AmericanExpress<br />org.apache.bval.extras.constraints.creditcard.Diners<br />org.apache.bval.extras.constraints.creditcard.Discover<br />org.apache.bval.extras.constraints.creditcard.Mastercard<br />org.apache.bval.extras.constraints.creditcard.Visa<br /></td> <td><i>None</i></td> +<td>org.apache.bval.arquillian.BValArquillianExtension<br />org.apache.bval.arquillian.EJBEnricher<br /></td> <td><i>None</i></td> -<td>java.lang<br />java.lang.annotation<br /></td></tr></table><a name="org.apache.bval.extras.constraints.file"></a> -<h3><a name="org.apache.bval.extras.constraints.file"></a>org.apache.bval.extras.constraints.file</h3> +<td>java.lang<br />java.lang.reflect<br />javax.annotation<br />javax.ejb<br />javax.validation<br />javax.validation.bootstrap<br />org.jboss.arquillian.core.spi<br />org.jboss.arquillian.test.spi<br /></td></tr></table><a name="org.apache.bval.arquillian.jndi"></a> +<h3><a name="org.apache.bval.arquillian.jndi"></a>org.apache.bval.arquillian.jndi</h3> <table border="0" class="bodyTable"> <tr class="b"> <th>Afferent Couplings</th> @@ -176,10 +128,10 @@ Apache BVal :: bval-extras (optional) <th>Distance</th></tr> <tr class="a"> <td>0</td> -<td>4</td> -<td>50.0%</td> +<td>7</td> +<td>0.0%</td> <td>100.0%</td> -<td>50.0%</td></tr></table> +<td>0.0%</td></tr></table> <table border="0" class="bodyTable"> <tr class="b"> <th>Abstract Classes</th> @@ -187,35 +139,10 @@ Apache BVal :: bval-extras (optional) <th>Used by Packages</th> <th>Uses Packages</th></tr> <tr class="a"> -<td>org.apache.bval.extras.constraints.file.Directory<br />org.apache.bval.extras.constraints.file.NotDirectory<br />org.apache.bval.extras.constraints.file.Symlink<br /></td> -<td>org.apache.bval.extras.constraints.file.DirectoryValidator<br />org.apache.bval.extras.constraints.file.NotDirectoryValidator<br />org.apache.bval.extras.constraints.file.SymlinkValidator<br /></td> <td><i>None</i></td> -<td>java.io<br />java.lang<br />java.lang.annotation<br />javax.validation<br /></td></tr></table><a name="org.apache.bval.extras.constraints.net"></a> -<h3><a name="org.apache.bval.extras.constraints.net"></a>org.apache.bval.extras.constraints.net</h3> -<table border="0" class="bodyTable"> -<tr class="b"> -<th>Afferent Couplings</th> -<th>Efferent Couplings</th> -<th>Abstractness</th> -<th>Instability</th> -<th>Distance</th></tr> -<tr class="a"> -<td>0</td> -<td>5</td> -<td>50.0%</td> -<td>100.0%</td> -<td>50.0%</td></tr></table> -<table border="0" class="bodyTable"> -<tr class="b"> -<th>Abstract Classes</th> -<th>Concrete Classes</th> -<th>Used by Packages</th> -<th>Uses Packages</th></tr> -<tr class="a"> -<td>org.apache.bval.extras.constraints.net.Domain<br />org.apache.bval.extras.constraints.net.InetAddress<br /></td> -<td>org.apache.bval.extras.constraints.net.DomainValidator<br />org.apache.bval.extras.constraints.net.InetAddressValidator<br /></td> +<td>org.apache.bval.arquillian.jndi.BValJndiFactory<br />org.apache.bval.arquillian.jndi.BValJndiFactory$1<br /></td> <td><i>None</i></td> -<td>java.lang<br />java.lang.annotation<br />java.util<br />java.util.regex<br />javax.validation<br /></td></tr></table><a name="cycles"></a> +<td>java.lang<br />java.lang.reflect<br />java.util<br />javax.naming<br />javax.naming.spi<br />javax.validation<br />javax.validation.bootstrap<br /></td></tr></table><a name="cycles"></a> <h2><a name="Cycles"></a>Cycles</h2>[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br /><br />There are no cyclic dependencies.<br /><a name="explanations"></a> <h2><a name="Explanation"></a>Explanation</h2>[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br /><br />The following explanations are for quick reference and are lifted directly from the original JDepend documentation.<br /><br /> <table border="0" class="bodyTable"> Modified: websites/production/bval/content/mvnsite/licenses.html ============================================================================== --- websites/production/bval/content/mvnsite/licenses.html (original) +++ websites/production/bval/content/mvnsite/licenses.html Wed Oct 17 03:11:57 2018 @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Apache BVal :: bval-extras (optional) – Project Licenses</title> + <title>Apache BVal :: bval-tck (TCK Runner) – Project Licenses</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @@ -16,7 +16,7 @@ <body class="composite"> <div id="banner"> <div id="bannerLeft"> -Apache BVal :: bval-extras (optional) +Apache BVal :: bval-tck (TCK Runner) </div> <div class="clear"> <hr/> @@ -27,7 +27,7 @@ Apache BVal :: bval-extras (optional) <span id="publishDate">Last Published: 2018-10-16</span> | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> - <div class="xright"><a href="./" title="Apache BVal :: bval-extras (optional)">Apache BVal :: bval-extras (optional)</a> </div> + <div class="xright"><a href="./" title="Apache BVal :: bval-tck (TCK Runner)">Apache BVal :: bval-tck (TCK Runner)</a> </div> <div class="clear"> <hr/> </div> @@ -72,210 +72,7 @@ Apache BVal :: bval-extras (optional) <h2><a name="Project_Licenses"></a>Project Licenses</h2><a name="Project_Licenses"></a> <div class="section"> <h3><a name="Apache_License.2C_Version_2.0"></a>Apache License, Version 2.0</h3><a name="Apache_License.2C_Version_2.0"></a> -<div class="source"> -<pre> - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -</pre></div></div></div> +<p>Can't read the url [https://www.apache.org/licenses/LICENSE-2.0.txt] : connect timed out</p></div></div> </div> </div> <div class="clear"> Modified: websites/production/bval/content/mvnsite/mailing-lists.html ============================================================================== --- websites/production/bval/content/mvnsite/mailing-lists.html (original) +++ websites/production/bval/content/mvnsite/mailing-lists.html Wed Oct 17 03:11:57 2018 @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Apache BVal :: bval-extras (optional) – Project Mailing Lists</title> + <title>Apache BVal :: bval-tck (TCK Runner) – Project Mailing Lists</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @@ -16,7 +16,7 @@ <body class="composite"> <div id="banner"> <div id="bannerLeft"> -Apache BVal :: bval-extras (optional) +Apache BVal :: bval-tck (TCK Runner) </div> <div class="clear"> <hr/> @@ -27,7 +27,7 @@ Apache BVal :: bval-extras (optional) <span id="publishDate">Last Published: 2018-10-16</span> | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> - <div class="xright"><a href="./" title="Apache BVal :: bval-extras (optional)">Apache BVal :: bval-extras (optional)</a> </div> + <div class="xright"><a href="./" title="Apache BVal :: bval-tck (TCK Runner)">Apache BVal :: bval-tck (TCK Runner)</a> </div> <div class="clear"> <hr/> </div> Modified: websites/production/bval/content/mvnsite/plugin-management.html ============================================================================== --- websites/production/bval/content/mvnsite/plugin-management.html (original) +++ websites/production/bval/content/mvnsite/plugin-management.html Wed Oct 17 03:11:57 2018 @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Apache BVal :: bval-extras (optional) – Project Plugin Management</title> + <title>Apache BVal :: bval-tck (TCK Runner) – Project Plugin Management</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @@ -16,7 +16,7 @@ <body class="composite"> <div id="banner"> <div id="bannerLeft"> -Apache BVal :: bval-extras (optional) +Apache BVal :: bval-tck (TCK Runner) </div> <div class="clear"> <hr/> @@ -27,7 +27,7 @@ Apache BVal :: bval-extras (optional) <span id="publishDate">Last Published: 2018-10-16</span> | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> - <div class="xright"><a href="./" title="Apache BVal :: bval-extras (optional)">Apache BVal :: bval-extras (optional)</a> </div> + <div class="xright"><a href="./" title="Apache BVal :: bval-tck (TCK Runner)">Apache BVal :: bval-tck (TCK Runner)</a> </div> <div class="clear"> <hr/> </div> Modified: websites/production/bval/content/mvnsite/plugins.html ============================================================================== --- websites/production/bval/content/mvnsite/plugins.html (original) +++ websites/production/bval/content/mvnsite/plugins.html Wed Oct 17 03:11:57 2018 @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Apache BVal :: bval-extras (optional) – Project Plugins</title> + <title>Apache BVal :: bval-tck (TCK Runner) – Project Plugins</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @@ -16,7 +16,7 @@ <body class="composite"> <div id="banner"> <div id="bannerLeft"> -Apache BVal :: bval-extras (optional) +Apache BVal :: bval-tck (TCK Runner) </div> <div class="clear"> <hr/> @@ -27,7 +27,7 @@ Apache BVal :: bval-extras (optional) <span id="publishDate">Last Published: 2018-10-16</span> | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> - <div class="xright"><a href="./" title="Apache BVal :: bval-extras (optional)">Apache BVal :: bval-extras (optional)</a> </div> + <div class="xright"><a href="./" title="Apache BVal :: bval-tck (TCK Runner)">Apache BVal :: bval-tck (TCK Runner)</a> </div> <div class="clear"> <hr/> </div> @@ -98,28 +98,36 @@ Apache BVal :: bval-extras (optional) <td>2.5.2</td></tr> <tr class="b"> <td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="https://maven.apache.org/plugins/maven-jar-plugin/">maven-jar-plugin</a></td> +<td>3.1.0</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin/">maven-remote-resources-plugin</a></td> <td>1.5</td></tr> -<tr class="a"> +<tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="https://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td> <td>3.1.0</td></tr> -<tr class="b"> +<tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="https://maven.apache.org/plugins/maven-scm-publish-plugin/">maven-scm-publish-plugin</a></td> <td>3.0.0</td></tr> -<tr class="a"> +<tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="https://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td> <td>3.7.1</td></tr> -<tr class="b"> +<tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-source-plugin/">maven-source-plugin</a></td> <td>2.1.1</td></tr> -<tr class="a"> +<tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin/">maven-surefire-plugin</a></td> <td>2.20.1</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-report-plugin/">maven-surefire-report-plugin</a></td> +<td>2.20.1</td></tr> <tr class="b"> <td>org.apache.rat</td> <td><a class="externalLink" href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td> Modified: websites/production/bval/content/mvnsite/project-info.html ============================================================================== --- websites/production/bval/content/mvnsite/project-info.html (original) +++ websites/production/bval/content/mvnsite/project-info.html Wed Oct 17 03:11:57 2018 @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Apache BVal :: bval-extras (optional) – Project Information</title> + <title>Apache BVal :: bval-tck (TCK Runner) – Project Information</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @@ -16,7 +16,7 @@ <body class="composite"> <div id="banner"> <div id="bannerLeft"> -Apache BVal :: bval-extras (optional) +Apache BVal :: bval-tck (TCK Runner) </div> <div class="clear"> <hr/> @@ -27,7 +27,7 @@ Apache BVal :: bval-extras (optional) <span id="publishDate">Last Published: 2018-10-16</span> | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> - <div class="xright"><a href="./" title="Apache BVal :: bval-extras (optional)">Apache BVal :: bval-extras (optional)</a> </div> + <div class="xright"><a href="./" title="Apache BVal :: bval-tck (TCK Runner)">Apache BVal :: bval-tck (TCK Runner)</a> </div> <div class="clear"> <hr/> </div> @@ -88,7 +88,7 @@ Apache BVal :: bval-extras (optional) <td>This document provides informations on the distribution management of this project.</td></tr> <tr class="b"> <td><a href="index.html">About</a></td> -<td>BVal - non-JSR303 routines and constraints</td></tr> +<td>Aggregates dependencies and runs the JSR-349 TCK</td></tr> <tr class="a"> <td><a href="issue-management.html">Issue Management</a></td> <td>This document provides information on the issue management system used in this project.</td></tr> Modified: websites/production/bval/content/mvnsite/project-reports.html ============================================================================== --- websites/production/bval/content/mvnsite/project-reports.html (original) +++ websites/production/bval/content/mvnsite/project-reports.html Wed Oct 17 03:11:57 2018 @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Apache BVal :: bval-extras (optional) – Generated Reports</title> + <title>Apache BVal :: bval-tck (TCK Runner) – Generated Reports</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @@ -16,7 +16,7 @@ <body class="composite"> <div id="banner"> <div id="bannerLeft"> -Apache BVal :: bval-extras (optional) +Apache BVal :: bval-tck (TCK Runner) </div> <div class="clear"> <hr/> @@ -27,7 +27,7 @@ Apache BVal :: bval-extras (optional) <span id="publishDate">Last Published: 2018-10-16</span> | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> - <div class="xright"><a href="./" title="Apache BVal :: bval-extras (optional)">Apache BVal :: bval-extras (optional)</a> </div> + <div class="xright"><a href="./" title="Apache BVal :: bval-tck (TCK Runner)">Apache BVal :: bval-tck (TCK Runner)</a> </div> <div class="clear"> <hr/> </div> @@ -44,7 +44,6 @@ Apache BVal :: bval-extras (optional) <li class="expanded"><strong>Project Reports</strong> <ul> <li class="none"><a href="apidocs/index.html" title="Javadoc">Javadoc</a></li> - <li class="none"><a href="testapidocs/index.html" title="Test Javadoc">Test Javadoc</a></li> <li class="none"><a href="jdepend-report.html" title="JDepend">JDepend</a></li> <li class="none"><a href="findbugs.html" title="FindBugs Report">FindBugs Report</a></li> </ul></li> @@ -69,12 +68,9 @@ Apache BVal :: bval-extras (optional) <td><a href="apidocs/index.html">Javadoc</a></td> <td>Javadoc API documentation.</td></tr> <tr class="a"> -<td><a href="testapidocs/index.html">Test Javadoc</a></td> -<td>Test Javadoc API documentation.</td></tr> -<tr class="b"> <td><a href="jdepend-report.html">JDepend</a></td> <td>JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in terms of its extensibility, reusability, and maintainability to manage package dependencies effectively.</td></tr> -<tr class="a"> +<tr class="b"> <td><a href="findbugs.html">FindBugs Report</a></td> <td>Generates a source code report with the FindBugs Library.</td></tr></table></div></div> </div> Modified: websites/production/bval/content/mvnsite/scm.html ============================================================================== --- websites/production/bval/content/mvnsite/scm.html (original) +++ websites/production/bval/content/mvnsite/scm.html Wed Oct 17 03:11:57 2018 @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Apache BVal :: bval-extras (optional) – Source Code Management</title> + <title>Apache BVal :: bval-tck (TCK Runner) – Source Code Management</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @@ -16,7 +16,7 @@ <body class="composite"> <div id="banner"> <div id="bannerLeft"> -Apache BVal :: bval-extras (optional) +Apache BVal :: bval-tck (TCK Runner) </div> <div class="clear"> <hr/> @@ -27,7 +27,7 @@ Apache BVal :: bval-extras (optional) <span id="publishDate">Last Published: 2018-10-16</span> | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> - <div class="xright"><a href="./" title="Apache BVal :: bval-extras (optional)">Apache BVal :: bval-extras (optional)</a> </div> + <div class="xright"><a href="./" title="Apache BVal :: bval-tck (TCK Runner)">Apache BVal :: bval-tck (TCK Runner)</a> </div> <div class="clear"> <hr/> </div> @@ -72,17 +72,17 @@ Apache BVal :: bval-extras (optional) <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a> <p>The following is a link to a browsable version of the source repository:</p> <div class="source"> -<pre><a class="externalLink" href="http://git-wip-us.apache.org/repos/asf/bval/bval-extras">http://git-wip-us.apache.org/repos/asf/bval/bval-extras</a></pre></div></div> +<pre><a class="externalLink" href="http://git-wip-us.apache.org/repos/asf/bval/bval-tck-runner">http://git-wip-us.apache.org/repos/asf/bval/bval-tck-runner</a></pre></div></div> <div class="section"> <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a name="Anonymous_Access"></a> <p>The source can be checked out anonymously from Git with this command (See <a class="externalLink" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>):</p> <div class="source"> -<pre>$ git clone http://git-wip-us.apache.org/repos/asf/bval/bval-extras</pre></div></div> +<pre>$ git clone http://git-wip-us.apache.org/repos/asf/bval/bval-tck-runner</pre></div></div> <div class="section"> <h2><a name="Developer_Access"></a>Developer Access</h2><a name="Developer_Access"></a> <p>Only project developers can access the Git tree via this method (See <a class="externalLink" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>).</p> <div class="source"> -<pre>$ git clone https://git-wip-us.apache.org/repos/asf/bval/bval-extras</pre></div></div> +<pre>$ git clone https://git-wip-us.apache.org/repos/asf/bval/bval-tck-runner</pre></div></div> <div class="section"> <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a> <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></div> Modified: websites/production/bval/content/mvnsite/summary.html ============================================================================== --- websites/production/bval/content/mvnsite/summary.html (original) +++ websites/production/bval/content/mvnsite/summary.html Wed Oct 17 03:11:57 2018 @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Apache BVal :: bval-extras (optional) – Project Summary</title> + <title>Apache BVal :: bval-tck (TCK Runner) – Project Summary</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @@ -16,7 +16,7 @@ <body class="composite"> <div id="banner"> <div id="bannerLeft"> -Apache BVal :: bval-extras (optional) +Apache BVal :: bval-tck (TCK Runner) </div> <div class="clear"> <hr/> @@ -27,7 +27,7 @@ Apache BVal :: bval-extras (optional) <span id="publishDate">Last Published: 2018-10-16</span> | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> - <div class="xright"><a href="./" title="Apache BVal :: bval-extras (optional)">Apache BVal :: bval-extras (optional)</a> </div> + <div class="xright"><a href="./" title="Apache BVal :: bval-tck (TCK Runner)">Apache BVal :: bval-tck (TCK Runner)</a> </div> <div class="clear"> <hr/> </div> @@ -75,13 +75,13 @@ Apache BVal :: bval-extras (optional) <th>Value</th></tr> <tr class="b"> <td>Name</td> -<td>Apache BVal :: bval-extras (optional)</td></tr> +<td>Apache BVal :: bval-tck (TCK Runner)</td></tr> <tr class="a"> <td>Description</td> -<td>BVal - non-JSR303 routines and constraints</td></tr> +<td>Aggregates dependencies and runs the JSR-349 TCK</td></tr> <tr class="b"> <td>Homepage</td> -<td><a class="externalLink" href="http://bval.apache.org/bval-extras/">http://bval.apache.org/bval-extras/</a></td></tr></table></div> +<td><a class="externalLink" href="http://bval.apache.org/bval-tck-runner/">http://bval.apache.org/bval-tck-runner/</a></td></tr></table></div> <div class="section"> <h3><a name="Project_Organization"></a>Project Organization</h3><a name="Project_Organization"></a> <table border="0" class="bodyTable"> @@ -105,13 +105,13 @@ Apache BVal :: bval-extras (optional) <td>org.apache.bval</td></tr> <tr class="a"> <td>ArtifactId</td> -<td>bval-extras</td></tr> +<td>bval-tck-runner</td></tr> <tr class="b"> <td>Version</td> <td>2.0.0-SNAPSHOT</td></tr> <tr class="a"> <td>Type</td> -<td>bundle</td></tr> +<td>jar</td></tr> <tr class="b"> <td>Java Version</td> <td>1.8</td></tr></table></div></div> Modified: websites/production/bval/content/mvnsite/team.html ============================================================================== --- websites/production/bval/content/mvnsite/team.html (original) +++ websites/production/bval/content/mvnsite/team.html Wed Oct 17 03:11:57 2018 @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Apache BVal :: bval-extras (optional) – Project Team</title> + <title>Apache BVal :: bval-tck (TCK Runner) – Project Team</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @@ -16,7 +16,7 @@ <body class="composite"> <div id="banner"> <div id="bannerLeft"> -Apache BVal :: bval-extras (optional) +Apache BVal :: bval-tck (TCK Runner) </div> <div class="clear"> <hr/> @@ -27,7 +27,7 @@ Apache BVal :: bval-extras (optional) <span id="publishDate">Last Published: 2018-10-16</span> | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> - <div class="xright"><a href="./" title="Apache BVal :: bval-extras (optional)">Apache BVal :: bval-extras (optional)</a> </div> + <div class="xright"><a href="./" title="Apache BVal :: bval-tck (TCK Runner)">Apache BVal :: bval-tck (TCK Runner)</a> </div> <div class="clear"> <hr/> </div>
