Repository: wicket Updated Branches: refs/heads/master 4b01b1dff -> 9cf438514
Do not deploy the artefacts of wicket-user-guide module Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9cf43851 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/9cf43851 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/9cf43851 Branch: refs/heads/master Commit: 9cf4385140da9ec4fa523670b0d8e8e3a80d48a2 Parents: 4b01b1d Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Thu Apr 23 11:23:01 2015 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Thu Apr 23 11:23:01 2015 +0300 ---------------------------------------------------------------------- wicket-user-guide/pom.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/9cf43851/wicket-user-guide/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml index 28d55c9..e3b4975 100644 --- a/wicket-user-guide/pom.xml +++ b/wicket-user-guide/pom.xml @@ -132,8 +132,24 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + </plugin> </plugins> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <!-- Just documentation. No need to deploy --> + <skip>true</skip> + </configuration> + </plugin> + </plugins> + </pluginManagement> </build> </profile> </profiles> -</project> \ No newline at end of file +</project>
