From 37d23feb0d058f8a2a690174e3d635170f5b734b Mon Sep 17 00:00:00 2001 From: Adrian Theodorescu Date: Fri, 11 Jan 2019 08:01:40 -0600 Subject: [PATCH] fix(*): add pluginManagement tag in POM.xml files --- actor/actor/pom.xml | 150 ++++++++++++++++--------------- actor/appium/pom.xml | 200 +++++++++++++++++++++-------------------- actor/base/pom.xml | 74 +++++++-------- actor/selenium/pom.xml | 108 +++++++++++----------- 4 files changed, 271 insertions(+), 261 deletions(-) diff --git a/actor/actor/pom.xml b/actor/actor/pom.xml index 057a2d51..f8d8108b 100644 --- a/actor/actor/pom.xml +++ b/actor/actor/pom.xml @@ -54,79 +54,81 @@ - - - org.apache.maven.plugins - maven-jar-plugin - 2.6 - - - - true - dependency-jars/ - org.getopentest.Main - - - ${mvngit.commit.committer.date} - ${project.version}-${mvngit.commit.id} - - - - - - - test-jar - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.10 - - - copy-dependencies - package - - copy-dependencies - - - ${project.build.directory}/dependency-jars/ - - - - - - maven-assembly-plugin - 2.5.3 - - src/main/assembly/maven-assembly.xml - - - - create-archive - package - - single - - - - - - com.github.koraktor - mavanagaiata - 0.7.2 - - - git-commit - validate - - commit - - - - - + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + true + dependency-jars/ + org.getopentest.Main + + + ${mvngit.commit.committer.date} + ${project.version}-${mvngit.commit.id} + + + + + + + test-jar + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/dependency-jars/ + + + + + + maven-assembly-plugin + 2.5.3 + + src/main/assembly/maven-assembly.xml + + + + create-archive + package + + single + + + + + + com.github.koraktor + mavanagaiata + 0.7.2 + + + git-commit + validate + + commit + + + + + + \ No newline at end of file diff --git a/actor/appium/pom.xml b/actor/appium/pom.xml index d82e669a..83eeca3e 100644 --- a/actor/appium/pom.xml +++ b/actor/appium/pom.xml @@ -33,103 +33,107 @@ - - - org.apache.maven.plugins - maven-dependency-plugin - 2.10 - - - copy-dependencies - package - - copy-dependencies - - - ${project.build.directory}/dependency-jars/ - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.6 - - - - ${mvngit.commit.committer.date} - ${project.version}-${mvngit.commit.id} - - - - - - - test-jar - - - - - - - com.github.koraktor - mavanagaiata - 0.7.2 - - - git-commit - validate - - commit - - - - - + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/dependency-jars/ + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + ${mvngit.commit.committer.date} + ${project.version}-${mvngit.commit.id} + + + + + + + test-jar + + + + + + + com.github.koraktor + mavanagaiata + 0.7.2 + + + git-commit + validate + + commit + + + + + + \ No newline at end of file diff --git a/actor/base/pom.xml b/actor/base/pom.xml index c4a0d0bf..555b8adf 100644 --- a/actor/base/pom.xml +++ b/actor/base/pom.xml @@ -99,41 +99,43 @@ - - - org.apache.maven.plugins - maven-jar-plugin - 2.6 - - - - ${mvngit.commit.committer.date} - ${project.version}-${mvngit.commit.id} - - - - - - - test-jar - - - - - - com.github.koraktor - mavanagaiata - 0.7.2 - - - git-commit - validate - - commit - - - - - + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + ${mvngit.commit.committer.date} + ${project.version}-${mvngit.commit.id} + + + + + + + test-jar + + + + + + com.github.koraktor + mavanagaiata + 0.7.2 + + + git-commit + validate + + commit + + + + + + \ No newline at end of file diff --git a/actor/selenium/pom.xml b/actor/selenium/pom.xml index 11a54a69..64793a42 100644 --- a/actor/selenium/pom.xml +++ b/actor/selenium/pom.xml @@ -39,58 +39,60 @@ - - - org.apache.maven.plugins - maven-dependency-plugin - 2.10 - - - copy-dependencies - package - - copy-dependencies - - - ${project.build.directory}/dependency-jars/ - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.6 - - - - ${mvngit.commit.committer.date} - ${project.version}-${mvngit.commit.id} - - - - - - - test-jar - - - - - - com.github.koraktor - mavanagaiata - 0.7.2 - - - git-commit - validate - - commit - - - - - + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/dependency-jars/ + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + ${mvngit.commit.committer.date} + ${project.version}-${mvngit.commit.id} + + + + + + + test-jar + + + + + + com.github.koraktor + mavanagaiata + 0.7.2 + + + git-commit + validate + + commit + + + + + + \ No newline at end of file