diff --git a/Mage.Client/pom.xml b/Mage.Client/pom.xml
index 2286b24005..929e7931ca 100644
--- a/Mage.Client/pom.xml
+++ b/Mage.Client/pom.xml
@@ -185,7 +185,6 @@
org.apache.maven.plugins
maven-install-plugin
- 2.5.2
maven-resources-plugin
diff --git a/Mage.Server.Console/pom.xml b/Mage.Server.Console/pom.xml
index 4628afb0de..f67ab5e777 100644
--- a/Mage.Server.Console/pom.xml
+++ b/Mage.Server.Console/pom.xml
@@ -35,7 +35,6 @@
org.apache.maven.plugins
maven-install-plugin
- 2.5.2
maven-resources-plugin
diff --git a/Mage.Tests/pom.xml b/Mage.Tests/pom.xml
index 5ccd1b9d85..b67248f9d8 100644
--- a/Mage.Tests/pom.xml
+++ b/Mage.Tests/pom.xml
@@ -107,7 +107,31 @@
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-install-plugin
+
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+
+ true
+
+
+
mage-tests
diff --git a/Mage.Verify/pom.xml b/Mage.Verify/pom.xml
index 36c64b2c0b..c1419a688c 100644
--- a/Mage.Verify/pom.xml
+++ b/Mage.Verify/pom.xml
@@ -67,6 +67,29 @@
UTF-8
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-install-plugin
+
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+
+ true
+
+
mage-verify
diff --git a/pom.xml b/pom.xml
index b00c32deee..f53baf3db2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,6 @@
maven-jar-plugin
- 3.2.0
@@ -101,6 +100,22 @@
-->
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 3.2.0
+
+
+ org.apache.maven.plugins
+ maven-install-plugin
+ 2.5.2
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ 2.7
+
+
org.codehaus.mojo
exec-maven-plugin