Repository: wicket Updated Branches: refs/heads/wicket-7.x 8361bda21 -> b46983903
Disable Clirr plugin for the testing modules and the guide Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/b4698390 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/b4698390 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/b4698390 Branch: refs/heads/wicket-7.x Commit: b46983903d162d363790731a8c95401ab177dcc0 Parents: 8361bda Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Jan 11 20:44:23 2016 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Jan 11 20:44:23 2016 +0100 ---------------------------------------------------------------------- testing/wicket-common-tests/pom.xml | 5 +++++ testing/wicket-js-tests/pom.xml | 5 +++++ testing/wicket-threadtest/pom.xml | 7 ++++++- wicket-user-guide/pom.xml | 5 +++++ 4 files changed, 21 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/b4698390/testing/wicket-common-tests/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml index 34f0377..ccc303a 100644 --- a/testing/wicket-common-tests/pom.xml +++ b/testing/wicket-common-tests/pom.xml @@ -27,6 +27,11 @@ <packaging>jar</packaging> <name>Wicket Common Tests</name> <description>Tests for all Wicket modules</description> + + <properties> + <clirr.skip>true</clirr.skip> + </properties> + <dependencies> <dependency> <groupId>junit</groupId> http://git-wip-us.apache.org/repos/asf/wicket/blob/b4698390/testing/wicket-js-tests/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml index 78cd248..0efddd2 100644 --- a/testing/wicket-js-tests/pom.xml +++ b/testing/wicket-js-tests/pom.xml @@ -27,6 +27,11 @@ <packaging>jar</packaging> <name>Wicket JavaScript Tests</name> <description>JavaScript tests for all Wicket modules</description> + + <properties> + <clirr.skip>true</clirr.skip> + </properties> + <build> <plugins> <plugin> http://git-wip-us.apache.org/repos/asf/wicket/blob/b4698390/testing/wicket-threadtest/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-threadtest/pom.xml b/testing/wicket-threadtest/pom.xml index b0e73bd..387e439 100644 --- a/testing/wicket-threadtest/pom.xml +++ b/testing/wicket-threadtest/pom.xml @@ -20,13 +20,18 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.8.0-SNAPSHOT</version> + <version>6.22.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>wicket-threadtest</artifactId> <packaging>jar</packaging> <name>Wicket Thread Test</name> <description>Test project</description> + + <properties> + <clirr.skip>true</clirr.skip> + </properties> + <dependencies> <dependency> <groupId>org.apache.wicket</groupId> http://git-wip-us.apache.org/repos/asf/wicket/blob/b4698390/wicket-user-guide/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml index a15bb81..e51fdfd 100644 --- a/wicket-user-guide/pom.xml +++ b/wicket-user-guide/pom.xml @@ -29,6 +29,11 @@ <description> Provides the user guide of wicket </description> + + <properties> + <clirr.skip>true</clirr.skip> + </properties> + <repositories> <repository> <id>grails</id>
