From de6884be2523eca113fc74fce98fbbdd1415dda1 Mon Sep 17 00:00:00 2001 From: Rubenlagus Date: Fri, 27 May 2016 15:23:32 +0200 Subject: [PATCH] 1. Update pom file --- ...benlagus_TelegramBots_v2_3_3_2_alpha_2.xml | 13 ++ BotAPi.iml | 2 +- pom.xml | 120 ++++++++++++------ 3 files changed, 94 insertions(+), 41 deletions(-) create mode 100644 .idea/libraries/Maven__com_github_rubenlagus_TelegramBots_v2_3_3_2_alpha_2.xml diff --git a/.idea/libraries/Maven__com_github_rubenlagus_TelegramBots_v2_3_3_2_alpha_2.xml b/.idea/libraries/Maven__com_github_rubenlagus_TelegramBots_v2_3_3_2_alpha_2.xml new file mode 100644 index 0000000..37ba0be --- /dev/null +++ b/.idea/libraries/Maven__com_github_rubenlagus_TelegramBots_v2_3_3_2_alpha_2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/BotAPi.iml b/BotAPi.iml index a9b350a..f5dc32a 100644 --- a/BotAPi.iml +++ b/BotAPi.iml @@ -11,7 +11,7 @@ - + diff --git a/pom.xml b/pom.xml index f9ccb4e..8037e8a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ UTF-8 UTF-8 4.5.2 - v2.3.3.1 + v2.3.3.2-alpha-2 20160212 5.1.39 @@ -74,44 +74,87 @@ ${project.artifactId}-${project.version} ${project.build.directory}/test-classes ${project.basedir}/src/main/java + + + maven-clean-plugin + 3.0.0 + + + clean-project + clean + + clean + + + + + + maven-assembly-plugin + 2.6 + + + + org.telegram.Main + + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.0 + + + attach-sources + verify + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + true + org.telegram.Main + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + attach-javadocs + site + + javadoc-no-fork + + + + + - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - - true - lib/ - org.telegram.Main - - - - - - maven-assembly-plugin - - - - org.telegram.Main - - - - jar-with-dependencies - - - - - make-assembly - package - - single - - - - org.apache.maven.plugins maven-dependency-plugin @@ -132,9 +175,6 @@ - - maven-clean-plugin - org.apache.maven.plugins maven-compiler-plugin