Skipped wicket-examples.war packaging in release
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/317ce6c7 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/317ce6c7 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/317ce6c7 Branch: refs/heads/wicket-7.x Commit: 317ce6c7f32309994ea03ec18682ae7bb50a063a Parents: a520f44 Author: Martijn Dashorst <[email protected]> Authored: Fri Apr 15 22:05:34 2016 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Mon Apr 25 09:59:19 2016 +0200 ---------------------------------------------------------------------- release.sh | 4 ++-- wicket-examples/pom.xml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/317ce6c7/release.sh ---------------------------------------------------------------------- diff --git a/release.sh b/release.sh index 2edf332..bef9e8b 100755 --- a/release.sh +++ b/release.sh @@ -518,8 +518,8 @@ gpg --print-md MD5 target/dist/apache-wicket-$version.zip > target/dist/apache- echo "Create and sign the binaries" mkdir target/apache-wicket-$version-bin pushd target/apache-wicket-$version-bin -find ../checkout ! \( -type d -name "WEB-INF" -prune \) -regex ".*wicket-[^/]*.[jw]ar" ! -name "*-sources*" ! -name "*-javadoc*" ! -name "*wicket-archetype-quickstart*" ! -name "wicket-common-tests*" -type f -exec cp {} . \; -find ../checkout ! \( -type d -name "WEB-INF" -prune \) -regex ".*wicket-[^/]*.[jw]ar\.asc" ! -name "*-sources*" ! -name "*-javadoc*" ! -name "*wicket-archetype-quickstart*" ! -name "wicket-common-tests*" -type f -exec cp {} . \; +find ../checkout ! \( -type d -name "WEB-INF" -prune \) -regex ".*wicket-[^/]*.[j]ar" ! -name "*-sources*" ! -name "*-javadoc*" ! -name "*wicket-archetype-quickstart*" ! -name "wicket-common-tests*" -type f -exec cp {} . \; +find ../checkout ! \( -type d -name "WEB-INF" -prune \) -regex ".*wicket-[^/]*.[j]ar\.asc" ! -name "*-sources*" ! -name "*-javadoc*" ! -name "*wicket-archetype-quickstart*" ! -name "wicket-common-tests*" -type f -exec cp {} . \; cp ../../LICENSE . cp ../../README . cp ../../NOTICE . http://git-wip-us.apache.org/repos/asf/wicket/blob/317ce6c7/wicket-examples/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml index 7898a8b..64a29c7 100644 --- a/wicket-examples/pom.xml +++ b/wicket-examples/pom.xml @@ -244,6 +244,13 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <skip>true</skip>
