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
+
+
+
+