From 401a93e51bce3655cd09a352c2159e9898a3b994 Mon Sep 17 00:00:00 2001 From: Brian Topping Date: Tue, 16 Aug 2011 20:54:35 -0400 Subject: [PATCH] Changes to merge wicket-request and wicket-util into wicket-core --- .gitignore | 3 +++ wicket-core/pom.xml | 20 ++++++++++++++++ wicket-request/pom.xml | 51 ++++++++++++++++++++++++++-------------- wicket-util/pom.xml | 53 +++++++++++++++++++++++++++--------------- 4 files changed, 90 insertions(+), 37 deletions(-) diff --git a/.gitignore b/.gitignore index 6121122a4ab..51120ffccdf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ target velocity.log .project .classpath +*.ipr +*.iml +*.iws diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml index 93cde917f48..8c0e853deb0 100644 --- a/wicket-core/pom.xml +++ b/wicket-core/pom.xml @@ -79,6 +79,26 @@ ${basedir}/../../../common/lib/clover.license + + org.apache.maven.plugins + maven-shade-plugin + 1.4 + + + package + + shade + + + + + org.apache.wicket:* + + + + + + diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml index 0207c6de30f..b1881d79d37 100755 --- a/wicket-request/pom.xml +++ b/wicket-request/pom.xml @@ -16,22 +16,37 @@ limitations under the License. --> - 4.0.0 - - wicket-parent - org.apache.wicket - 1.5-SNAPSHOT - - org.apache.wicket - wicket-request - 1.5-SNAPSHOT - Wicket Request - http://maven.apache.org - - - org.apache.wicket - wicket-util - - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + 4.0.0 + + wicket-parent + org.apache.wicket + 1.5-SNAPSHOT + + + org.apache.wicket + wicket-request + 1.5-SNAPSHOT + + Wicket Request + + + + org.apache.wicket + wicket-util + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.4 + + true + + + + diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml index 2b3ada5d42a..b3afd4490e6 100755 --- a/wicket-util/pom.xml +++ b/wicket-util/pom.xml @@ -16,23 +16,38 @@ limitations under the License. --> - 4.0.0 - - wicket-parent - org.apache.wicket - 1.5-SNAPSHOT - - org.apache.wicket - wicket-util - 1.5-SNAPSHOT - Wicket Util - http://maven.apache.org - - - junit - junit - provided - - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + 4.0.0 + + wicket-parent + org.apache.wicket + 1.5-SNAPSHOT + + + org.apache.wicket + wicket-util + 1.5-SNAPSHOT + + Wicket Util + + + + junit + junit + provided + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.4 + + true + + + +