Repository: wicket Updated Branches: refs/heads/master 55a75b9d7 -> 8243a36f0
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/8243a36f Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/8243a36f Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/8243a36f Branch: refs/heads/master Commit: 8243a36f0e4e8183d58c52c099dff76c55aa3bd3 Parents: 55a75b9 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:45:03 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/8243a36f/testing/wicket-common-tests/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml index 9c31e60..7d9e8f0 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/8243a36f/testing/wicket-js-tests/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml index 2b9c604..207105b 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/8243a36f/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/8243a36f/wicket-user-guide/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml index 9abf995..7bd8378 100644 --- a/wicket-user-guide/pom.xml +++ b/wicket-user-guide/pom.xml @@ -30,6 +30,11 @@ <description> Provides the user guide of wicket </description> + + <properties> + <clirr.skip>true</clirr.skip> + </properties> + <repositories> <repository> <id>grails</id>
