diff --git a/samples/02.echo-bot/pom.xml b/samples/02.echo-bot/pom.xml
index 2cf05cccf..8bb55de88 100644
--- a/samples/02.echo-bot/pom.xml
+++ b/samples/02.echo-bot/pom.xml
@@ -38,13 +38,10 @@
- UTF-8
- UTF-8
1.8
1.8
1.8
com.microsoft.bot.sample.echo.Application
- https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/
@@ -84,22 +81,6 @@
-
-
- MyGet
- ${repo.url}
-
-
-
-
-
- ossrh
-
- https://oss.sonatype.org/
-
-
-
-
build
@@ -107,14 +88,16 @@
true
+
+
+ src/main/resources
+ false
+
+
maven-compiler-plugin
3.8.1
-
-
- 1.8
-
maven-war-plugin
@@ -168,51 +151,6 @@
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.3.0
-
- yourcoverallsprojectrepositorytoken
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- ../../cobertura-report/spring-echo-sample
- xml
- 256m
-
- true
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- validate
-
- check
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
- 3.7.1
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.0.0
-
-
@@ -227,8 +165,11 @@
maven-compiler-plugin
- org.apache.maven.plugins
- maven-jar-plugin
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
@@ -289,27 +230,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.1.0
-
-
-
- checkstyle
-
-
-
-
-
-
-
diff --git a/samples/03.welcome-user/pom.xml b/samples/03.welcome-user/pom.xml
index 7f6fbb4a0..f9ebd8cd0 100644
--- a/samples/03.welcome-user/pom.xml
+++ b/samples/03.welcome-user/pom.xml
@@ -38,13 +38,10 @@
- UTF-8
- UTF-8
1.8
1.8
1.8
com.microsoft.bot.sample.welcomeuser.Application
- https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/
@@ -84,22 +81,6 @@
-
-
- MyGet
- ${repo.url}
-
-
-
-
-
- ossrh
-
- https://oss.sonatype.org/
-
-
-
-
build
@@ -107,113 +88,70 @@
true
-
-
- maven-compiler-plugin
- 3.8.1
-
-
- 1.8
-
-
-
- maven-war-plugin
- 3.2.3
-
- src/main/webapp
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- com.microsoft.bot.sample.welcomeuser.Application
-
-
-
-
-
- com.microsoft.azure
- azure-webapp-maven-plugin
- 1.7.0
-
- V2
- ${groupname}
- ${botname}
-
-
- JAVA_OPTS
- -Dserver.port=80
-
-
-
- linux
- jre8
- jre8
-
-
-
-
- ${project.basedir}/target
-
- *.jar
-
-
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.3.0
-
- yourcoverallsprojectrepositorytoken
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- ../../cobertura-report/spring-echo-sample
- xml
- 256m
-
- true
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- validate
-
- check
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
- 3.7.1
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.0.0
+
+
+ src/main/resources
+ false
+
+
+
+
+ maven-compiler-plugin
+ 3.8.1
-
-
+
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ com.microsoft.bot.sample.welcomeuser.Application
+
+
+
+
+
+ com.microsoft.azure
+ azure-webapp-maven-plugin
+ 1.7.0
+
+ V2
+ ${groupname}
+ ${botname}
+
+
+ JAVA_OPTS
+ -Dserver.port=80
+
+
+
+ linux
+ jre8
+ jre8
+
+
+
+
+ ${project.basedir}/target
+
+ *.jar
+
+
+
+
+
+
+
@@ -227,8 +165,11 @@
maven-compiler-plugin
- org.apache.maven.plugins
- maven-jar-plugin
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
@@ -289,27 +230,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.1.0
-
-
-
- checkstyle
-
-
-
-
-
-
-
diff --git a/samples/08.suggested-actions/pom.xml b/samples/08.suggested-actions/pom.xml
index 0f73b9ba3..26774790a 100644
--- a/samples/08.suggested-actions/pom.xml
+++ b/samples/08.suggested-actions/pom.xml
@@ -38,13 +38,10 @@
- UTF-8
- UTF-8
1.8
1.8
1.8
com.microsoft.bot.sample.suggestedactions.Application
- https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/
@@ -84,22 +81,6 @@
-
-
- MyGet
- ${repo.url}
-
-
-
-
-
- ossrh
-
- https://oss.sonatype.org/
-
-
-
-
build
@@ -107,113 +88,70 @@
true
-
-
- maven-compiler-plugin
- 3.8.1
-
-
- 1.8
-
-
-
- maven-war-plugin
- 3.2.3
-
- src/main/webapp
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- com.microsoft.bot.sample.suggestedactions.Application
-
-
-
-
-
- com.microsoft.azure
- azure-webapp-maven-plugin
- 1.7.0
-
- V2
- ${groupname}
- ${botname}
-
-
- JAVA_OPTS
- -Dserver.port=80
-
-
-
- linux
- jre8
- jre8
-
-
-
-
- ${project.basedir}/target
-
- *.jar
-
-
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.3.0
-
- yourcoverallsprojectrepositorytoken
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- ../../cobertura-report/spring-echo-sample
- xml
- 256m
-
- true
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- validate
-
- check
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
- 3.7.1
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.0.0
+
+
+ src/main/resources
+ false
+
+
+
+
+ maven-compiler-plugin
+ 3.8.1
-
-
+
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ com.microsoft.bot.sample.suggestedactions.Application
+
+
+
+
+
+ com.microsoft.azure
+ azure-webapp-maven-plugin
+ 1.7.0
+
+ V2
+ ${groupname}
+ ${botname}
+
+
+ JAVA_OPTS
+ -Dserver.port=80
+
+
+
+ linux
+ jre8
+ jre8
+
+
+
+
+ ${project.basedir}/target
+
+ *.jar
+
+
+
+
+
+
+
@@ -227,8 +165,11 @@
maven-compiler-plugin
- org.apache.maven.plugins
- maven-jar-plugin
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
@@ -289,27 +230,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.1.0
-
-
-
- checkstyle
-
-
-
-
-
-
-
diff --git a/samples/16.proactive-messages/pom.xml b/samples/16.proactive-messages/pom.xml
index c314a2710..2c38c8c8b 100644
--- a/samples/16.proactive-messages/pom.xml
+++ b/samples/16.proactive-messages/pom.xml
@@ -38,13 +38,10 @@
- UTF-8
- UTF-8
1.8
1.8
1.8
com.microsoft.bot.sample.proactive.Application
- https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/
@@ -84,22 +81,6 @@
-
-
- MyGet
- ${repo.url}
-
-
-
-
-
- ossrh
-
- https://oss.sonatype.org/
-
-
-
-
build
@@ -107,113 +88,70 @@
true
-
-
- maven-compiler-plugin
- 3.8.1
-
-
- 1.8
-
-
-
- maven-war-plugin
- 3.2.3
-
- src/main/webapp
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- com.microsoft.bot.sample.proactive.Application
-
-
-
-
-
- com.microsoft.azure
- azure-webapp-maven-plugin
- 1.7.0
-
- V2
- ${groupname}
- ${botname}
-
-
- JAVA_OPTS
- -Dserver.port=80
-
-
-
- linux
- jre8
- jre8
-
-
-
-
- ${project.basedir}/target
-
- *.jar
-
-
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.3.0
-
- yourcoverallsprojectrepositorytoken
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- ../../cobertura-report/spring-echo-sample
- xml
- 256m
-
- true
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- validate
-
- check
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
- 3.7.1
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.0.0
+
+
+ src/main/resources
+ false
+
+
+
+
+ maven-compiler-plugin
+ 3.8.1
-
-
+
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ com.microsoft.bot.sample.proactive.Application
+
+
+
+
+
+ com.microsoft.azure
+ azure-webapp-maven-plugin
+ 1.7.0
+
+ V2
+ ${groupname}
+ ${botname}
+
+
+ JAVA_OPTS
+ -Dserver.port=80
+
+
+
+ linux
+ jre8
+ jre8
+
+
+
+
+ ${project.basedir}/target
+
+ *.jar
+
+
+
+
+
+
+
@@ -227,8 +165,11 @@
maven-compiler-plugin
- org.apache.maven.plugins
- maven-jar-plugin
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
@@ -289,27 +230,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.1.0
-
-
-
- checkstyle
-
-
-
-
-
-
-
diff --git a/samples/45.state-management/pom.xml b/samples/45.state-management/pom.xml
index e1f3b0050..6b6809f6a 100644
--- a/samples/45.state-management/pom.xml
+++ b/samples/45.state-management/pom.xml
@@ -38,12 +38,9 @@
- UTF-8
- UTF-8
1.8
1.8
com.microsoft.bot.sample.statemanagement.Application
- https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/
@@ -83,22 +80,6 @@
-
-
- MyGet
- ${repo.url}
-
-
-
-
-
- ossrh
-
- https://oss.sonatype.org/
-
-
-
-
build
@@ -106,113 +87,70 @@
true
-
-
- maven-compiler-plugin
- 3.8.1
-
-
- 1.8
-
-
-
- maven-war-plugin
- 3.2.3
-
- src/main/webapp
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- com.microsoft.bot.sample.statemanagement.Application
-
-
-
-
-
- com.microsoft.azure
- azure-webapp-maven-plugin
- 1.7.0
-
- V2
- ${groupname}
- ${botname}
-
-
- JAVA_OPTS
- -Dserver.port=80
-
-
-
- linux
- jre8
- jre8
-
-
-
-
- ${project.basedir}/target
-
- *.jar
-
-
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.3.0
-
- yourcoverallsprojectrepositorytoken
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- ../../cobertura-report/spring-statemanagement-sample
- xml
- 256m
-
- true
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- validate
-
- check
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
- 3.7.1
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.0.0
+
+
+ src/main/resources
+ false
+
+
+
+
+ maven-compiler-plugin
+ 3.8.1
-
-
+
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ com.microsoft.bot.sample.statemanagement.Application
+
+
+
+
+
+ com.microsoft.azure
+ azure-webapp-maven-plugin
+ 1.7.0
+
+ V2
+ ${groupname}
+ ${botname}
+
+
+ JAVA_OPTS
+ -Dserver.port=80
+
+
+
+ linux
+ jre8
+ jre8
+
+
+
+
+ ${project.basedir}/target
+
+ *.jar
+
+
+
+
+
+
+
@@ -226,8 +164,11 @@
maven-compiler-plugin
- org.apache.maven.plugins
- maven-jar-plugin
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
@@ -288,27 +229,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.1.0
-
-
-
- checkstyle
-
-
-
-
-
-
-
diff --git a/samples/47.inspection/pom.xml b/samples/47.inspection/pom.xml
index 043ce9008..6f0912c2b 100644
--- a/samples/47.inspection/pom.xml
+++ b/samples/47.inspection/pom.xml
@@ -38,13 +38,10 @@
- UTF-8
- UTF-8
1.8
1.8
1.8
com.microsoft.bot.sample.inspection.Application
- https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/
@@ -84,22 +81,6 @@
-
-
- MyGet
- ${repo.url}
-
-
-
-
-
- ossrh
-
- https://oss.sonatype.org/
-
-
-
-
build
@@ -107,113 +88,70 @@
true
-
-
- maven-compiler-plugin
- 3.8.1
-
-
- 1.8
-
-
-
- maven-war-plugin
- 3.2.3
-
- src/main/webapp
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- com.microsoft.bot.sample.inspection.Application
-
-
-
-
-
- com.microsoft.azure
- azure-webapp-maven-plugin
- 1.7.0
-
- V2
- ${groupname}
- ${botname}
-
-
- JAVA_OPTS
- -Dserver.port=80
-
-
-
- linux
- jre8
- jre8
-
-
-
-
- ${project.basedir}/target
-
- *.jar
-
-
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.3.0
-
- yourcoverallsprojectrepositorytoken
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- ../../cobertura-report/spring-inspection-sample
- xml
- 256m
-
- true
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- validate
-
- check
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
- 3.7.1
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.0.0
+
+
+ src/main/resources
+ false
+
+
+
+
+ maven-compiler-plugin
+ 3.8.1
-
-
+
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ com.microsoft.bot.sample.inspection.Application
+
+
+
+
+
+ com.microsoft.azure
+ azure-webapp-maven-plugin
+ 1.7.0
+
+ V2
+ ${groupname}
+ ${botname}
+
+
+ JAVA_OPTS
+ -Dserver.port=80
+
+
+
+ linux
+ jre8
+ jre8
+
+
+
+
+ ${project.basedir}/target
+
+ *.jar
+
+
+
+
+
+
+
@@ -227,8 +165,11 @@
maven-compiler-plugin
- org.apache.maven.plugins
- maven-jar-plugin
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
@@ -289,27 +230,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.1.0
-
-
-
- checkstyle
-
-
-
-
-
-
-
diff --git a/samples/50.teams-messaging-extensions-search/pom.xml b/samples/50.teams-messaging-extensions-search/pom.xml
index 6a02d2758..a2ea70374 100644
--- a/samples/50.teams-messaging-extensions-search/pom.xml
+++ b/samples/50.teams-messaging-extensions-search/pom.xml
@@ -38,13 +38,10 @@
- UTF-8
- UTF-8
1.8
1.8
1.8
com.microsoft.bot.sample.teamssearch.Application
- https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/
@@ -99,22 +96,6 @@
-
-
- MyGet
- ${repo.url}
-
-
-
-
-
- ossrh
-
- https://oss.sonatype.org/
-
-
-
-
build
@@ -122,113 +103,70 @@
true
-
-
- maven-compiler-plugin
- 3.8.1
-
-
- 1.8
-
-
-
- maven-war-plugin
- 3.2.3
-
- src/main/webapp
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- com.microsoft.bot.sample.teamssearch.Application
-
-
-
-
-
- com.microsoft.azure
- azure-webapp-maven-plugin
- 1.7.0
-
- V2
- {groupname}
- {botname}
-
-
- JAVA_OPTS
- -Dserver.port=80
-
-
-
- linux
- jre8
- jre8
-
-
-
-
- ${project.basedir}/target
-
- *.jar
-
-
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.3.0
-
- yourcoverallsprojectrepositorytoken
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- ../../cobertura-report/spring-teamssearch-sample
- xml
- 256m
-
- true
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
- 3.7.1
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.0.0
+
+
+ src/main/resources
+ false
+
+
+
+
+ maven-compiler-plugin
+ 3.8.1
-
-
+
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ com.microsoft.bot.sample.teamssearch.Application
+
+
+
+
+
+ com.microsoft.azure
+ azure-webapp-maven-plugin
+ 1.7.0
+
+ V2
+ {groupname}
+ {botname}
+
+
+ JAVA_OPTS
+ -Dserver.port=80
+
+
+
+ linux
+ jre8
+ jre8
+
+
+
+
+ ${project.basedir}/target
+
+ *.jar
+
+
+
+
+
+
+
@@ -242,8 +180,11 @@
maven-compiler-plugin
- org.apache.maven.plugins
- maven-jar-plugin
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
@@ -304,27 +245,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.1.0
-
-
-
- checkstyle
-
-
-
-
-
-
-
diff --git a/samples/51.teams-messaging-extensions-action/pom.xml b/samples/51.teams-messaging-extensions-action/pom.xml
index f392538a6..1e176b13f 100644
--- a/samples/51.teams-messaging-extensions-action/pom.xml
+++ b/samples/51.teams-messaging-extensions-action/pom.xml
@@ -38,13 +38,10 @@
- UTF-8
- UTF-8
1.8
1.8
1.8
com.microsoft.bot.sample.teamsaction.Application
- https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/
@@ -84,22 +81,6 @@
-
-
- MyGet
- ${repo.url}
-
-
-
-
-
- ossrh
-
- https://oss.sonatype.org/
-
-
-
-
build
@@ -107,113 +88,70 @@
true
-
-
- maven-compiler-plugin
- 3.8.1
-
-
- 1.8
-
-
-
- maven-war-plugin
- 3.2.3
-
- src/main/webapp
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- com.microsoft.bot.sample.teamsaction.Application
-
-
-
-
-
- com.microsoft.azure
- azure-webapp-maven-plugin
- 1.7.0
-
- V2
- {groupname}
- {botname}
-
-
- JAVA_OPTS
- -Dserver.port=80
-
-
-
- linux
- jre8
- jre8
-
-
-
-
- ${project.basedir}/target
-
- *.jar
-
-
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.3.0
-
- yourcoverallsprojectrepositorytoken
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- ../../cobertura-report/spring-teamsaction-sample
- xml
- 256m
-
- true
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
- 3.7.1
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.0.0
+
+
+ src/main/resources
+ false
+
+
+
+
+ maven-compiler-plugin
+ 3.8.1
-
-
+
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ com.microsoft.bot.sample.teamsaction.Application
+
+
+
+
+
+ com.microsoft.azure
+ azure-webapp-maven-plugin
+ 1.7.0
+
+ V2
+ {groupname}
+ {botname}
+
+
+ JAVA_OPTS
+ -Dserver.port=80
+
+
+
+ linux
+ jre8
+ jre8
+
+
+
+
+ ${project.basedir}/target
+
+ *.jar
+
+
+
+
+
+
+
@@ -227,8 +165,11 @@
maven-compiler-plugin
- org.apache.maven.plugins
- maven-jar-plugin
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
@@ -289,27 +230,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.1.0
-
-
-
- checkstyle
-
-
-
-
-
-
-
diff --git a/samples/52.teams-messaging-extensions-search-auth-config/pom.xml b/samples/52.teams-messaging-extensions-search-auth-config/pom.xml
index 005b63303..d477d6420 100644
--- a/samples/52.teams-messaging-extensions-search-auth-config/pom.xml
+++ b/samples/52.teams-messaging-extensions-search-auth-config/pom.xml
@@ -38,13 +38,10 @@
- UTF-8
- UTF-8
1.8
1.8
1.8
com.microsoft.bot.sample.teamssearchauth.Application
- https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/
@@ -95,136 +92,77 @@
-
-
- MyGet
- ${repo.url}
-
-
-
-
-
- ossrh
-
- https://oss.sonatype.org/
-
-
-
-
-
+
build
true
-
-
- maven-compiler-plugin
- 3.8.1
-
-
- 1.8
-
-
-
- maven-war-plugin
- 3.2.3
-
- src/main/webapp
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- com.microsoft.bot.sample.teamssearchauth.Application
-
-
-
-
-
- com.microsoft.azure
- azure-webapp-maven-plugin
- 1.7.0
-
- V2
- {groupname}
- {botname}
-
-
- JAVA_OPTS
- -Dserver.port=80
-
-
-
- linux
- jre8
- jre8
-
-
-
-
- ${project.basedir}/target
-
- *.jar
-
-
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.3.0
-
- yourcoverallsprojectrepositorytoken
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- ../../cobertura-report/spring-teamssearchauth-sample
- xml
- 256m
-
- true
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
- 3.7.1
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.0.0
+
+
+ src/main/resources
+ false
+
+
+
+
+ maven-compiler-plugin
+ 3.8.1
-
-
+
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ com.microsoft.bot.sample.teamssearchauth.Application
+
+
+
+
+
+ com.microsoft.azure
+ azure-webapp-maven-plugin
+ 1.7.0
+
+ V2
+ {groupname}
+ {botname}
+
+
+ JAVA_OPTS
+ -Dserver.port=80
+
+
+
+ linux
+ jre8
+ jre8
+
+
+
+
+ ${project.basedir}/target
+
+ *.jar
+
+
+
+
+
+
+
@@ -238,8 +176,11 @@
maven-compiler-plugin
- org.apache.maven.plugins
- maven-jar-plugin
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
@@ -300,27 +241,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.1.0
-
-
-
- checkstyle
-
-
-
-
-
-
-
diff --git a/samples/53.teams-messaging-extensions-action-preview/pom.xml b/samples/53.teams-messaging-extensions-action-preview/pom.xml
index c83dcd358..ac9a5c38b 100644
--- a/samples/53.teams-messaging-extensions-action-preview/pom.xml
+++ b/samples/53.teams-messaging-extensions-action-preview/pom.xml
@@ -38,13 +38,10 @@
- UTF-8
- UTF-8
1.8
1.8
1.8
com.microsoft.bot.sample.teamsactionpreview.Application
- https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/
@@ -84,22 +81,6 @@
-
-
- MyGet
- ${repo.url}
-
-
-
-
-
- ossrh
-
- https://oss.sonatype.org/
-
-
-
-
build
@@ -107,113 +88,70 @@
true
-
-
- maven-compiler-plugin
- 3.8.1
-
-
- 1.8
-
-
-
- maven-war-plugin
- 3.2.3
-
- src/main/webapp
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- com.microsoft.bot.sample.teamsactionpreview.Application
-
-
-
-
-
- com.microsoft.azure
- azure-webapp-maven-plugin
- 1.7.0
-
- V2
- {groupname}
- {botname}
-
-
- JAVA_OPTS
- -Dserver.port=80
-
-
-
- linux
- jre8
- jre8
-
-
-
-
- ${project.basedir}/target
-
- *.jar
-
-
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.3.0
-
- yourcoverallsprojectrepositorytoken
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- ../../cobertura-report/spring-teamsactionpreview-sample
- xml
- 256m
-
- true
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
- 3.7.1
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.0.0
+
+
+ src/main/resources
+ false
+
+
+
+
+ maven-compiler-plugin
+ 3.8.1
-
-
+
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ com.microsoft.bot.sample.teamsactionpreview.Application
+
+
+
+
+
+ com.microsoft.azure
+ azure-webapp-maven-plugin
+ 1.7.0
+
+ V2
+ {groupname}
+ {botname}
+
+
+ JAVA_OPTS
+ -Dserver.port=80
+
+
+
+ linux
+ jre8
+ jre8
+
+
+
+
+ ${project.basedir}/target
+
+ *.jar
+
+
+
+
+
+
+
@@ -227,8 +165,11 @@
maven-compiler-plugin
- org.apache.maven.plugins
- maven-jar-plugin
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
@@ -289,27 +230,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.1.0
-
-
-
- checkstyle
-
-
-
-
-
-
-
diff --git a/samples/54.teams-task-module/pom.xml b/samples/54.teams-task-module/pom.xml
index f58521655..b8b781653 100644
--- a/samples/54.teams-task-module/pom.xml
+++ b/samples/54.teams-task-module/pom.xml
@@ -38,13 +38,10 @@
- UTF-8
- UTF-8
1.8
1.8
1.8
com.microsoft.bot.sample.teamstaskmodule.Application
- https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/
@@ -92,22 +89,6 @@
-
-
- MyGet
- ${repo.url}
-
-
-
-
-
- ossrh
-
- https://oss.sonatype.org/
-
-
-
-
build
@@ -115,113 +96,70 @@
true
-
-
- maven-compiler-plugin
- 3.8.1
-
-
- 1.8
-
-
-
- maven-war-plugin
- 3.2.3
-
- src/main/webapp
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- com.microsoft.bot.sample.teamstaskmodule.Application
-
-
-
-
-
- com.microsoft.azure
- azure-webapp-maven-plugin
- 1.7.0
-
- V2
- {groupname}
- {botname}
-
-
- JAVA_OPTS
- -Dserver.port=80
-
-
-
- linux
- jre8
- jre8
-
-
-
-
- ${project.basedir}/target
-
- *.jar
-
-
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.3.0
-
- yourcoverallsprojectrepositorytoken
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- ../../cobertura-report/spring-teamstaskmodule-sample
- xml
- 256m
-
- true
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
- 3.7.1
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.0.0
+
+
+ src/main/resources
+ false
+
+
+
+
+ maven-compiler-plugin
+ 3.8.1
-
-
+
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ com.microsoft.bot.sample.teamstaskmodule.Application
+
+
+
+
+
+ com.microsoft.azure
+ azure-webapp-maven-plugin
+ 1.7.0
+
+ V2
+ {groupname}
+ {botname}
+
+
+ JAVA_OPTS
+ -Dserver.port=80
+
+
+
+ linux
+ jre8
+ jre8
+
+
+
+
+ ${project.basedir}/target
+
+ *.jar
+
+
+
+
+
+
+
@@ -235,8 +173,11 @@
maven-compiler-plugin
- org.apache.maven.plugins
- maven-jar-plugin
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
@@ -297,27 +238,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.1.0
-
-
-
- checkstyle
-
-
-
-
-
-
-
diff --git a/samples/55.teams-link-unfurling/pom.xml b/samples/55.teams-link-unfurling/pom.xml
index e2ed87974..43750d1b2 100644
--- a/samples/55.teams-link-unfurling/pom.xml
+++ b/samples/55.teams-link-unfurling/pom.xml
@@ -38,13 +38,10 @@
- UTF-8
- UTF-8
1.8
1.8
1.8
com.microsoft.bot.sample.teamsunfurl.Application
- https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/
@@ -84,22 +81,6 @@
-
-
- MyGet
- ${repo.url}
-
-
-
-
-
- ossrh
-
- https://oss.sonatype.org/
-
-
-
-
build
@@ -107,113 +88,70 @@
true
-
-
- maven-compiler-plugin
- 3.8.1
-
-
- 1.8
-
-
-
- maven-war-plugin
- 3.2.3
-
- src/main/webapp
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- com.microsoft.bot.sample.teamsunfurl.Application
-
-
-
-
-
- com.microsoft.azure
- azure-webapp-maven-plugin
- 1.7.0
-
- V2
- {groupname}
- {botname}
-
-
- JAVA_OPTS
- -Dserver.port=80
-
-
-
- linux
- jre8
- jre8
-
-
-
-
- ${project.basedir}/target
-
- *.jar
-
-
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.3.0
-
- yourcoverallsprojectrepositorytoken
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- ../../cobertura-report/spring-teamsunfurl-sample
- xml
- 256m
-
- true
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
- 3.7.1
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.0.0
+
+
+ src/main/resources
+ false
+
+
+
+
+ maven-compiler-plugin
+ 3.8.1
-
-
+
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ com.microsoft.bot.sample.teamsunfurl.Application
+
+
+
+
+
+ com.microsoft.azure
+ azure-webapp-maven-plugin
+ 1.7.0
+
+ V2
+ {groupname}
+ {botname}
+
+
+ JAVA_OPTS
+ -Dserver.port=80
+
+
+
+ linux
+ jre8
+ jre8
+
+
+
+
+ ${project.basedir}/target
+
+ *.jar
+
+
+
+
+
+
+
@@ -227,8 +165,11 @@
maven-compiler-plugin
- org.apache.maven.plugins
- maven-jar-plugin
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
@@ -289,27 +230,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.1.0
-
-
-
- checkstyle
-
-
-
-
-
-
-
diff --git a/samples/56.teams-file-upload/pom.xml b/samples/56.teams-file-upload/pom.xml
index 07d2a7436..b9c97ec68 100644
--- a/samples/56.teams-file-upload/pom.xml
+++ b/samples/56.teams-file-upload/pom.xml
@@ -38,13 +38,10 @@
- UTF-8
- UTF-8
1.8
1.8
1.8
com.microsoft.bot.sample.teamsfileupload.Application
- https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/
@@ -84,22 +81,6 @@
-
-
- MyGet
- ${repo.url}
-
-
-
-
-
- ossrh
-
- https://oss.sonatype.org/
-
-
-
-
build
@@ -107,113 +88,70 @@
true
-
-
- maven-compiler-plugin
- 3.8.1
-
-
- 1.8
-
-
-
- maven-war-plugin
- 3.2.3
-
- src/main/webapp
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- com.microsoft.bot.sample.teamsfileupload.Application
-
-
-
-
-
- com.microsoft.azure
- azure-webapp-maven-plugin
- 1.7.0
-
- V2
- {groupname}
- {botname}
-
-
- JAVA_OPTS
- -Dserver.port=80
-
-
-
- linux
- jre8
- jre8
-
-
-
-
- ${project.basedir}/target
-
- *.jar
-
-
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.3.0
-
- yourcoverallsprojectrepositorytoken
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- ../../cobertura-report/spring-teamsfileupload-sample
- xml
- 256m
-
- true
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
- 3.7.1
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.0.0
+
+
+ src/main/resources
+ false
+
+
+
+
+ maven-compiler-plugin
+ 3.8.1
-
-
+
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ com.microsoft.bot.sample.teamsfileupload.Application
+
+
+
+
+
+ com.microsoft.azure
+ azure-webapp-maven-plugin
+ 1.7.0
+
+ V2
+ {groupname}
+ {botname}
+
+
+ JAVA_OPTS
+ -Dserver.port=80
+
+
+
+ linux
+ jre8
+ jre8
+
+
+
+
+ ${project.basedir}/target
+
+ *.jar
+
+
+
+
+
+
+
@@ -227,8 +165,11 @@
maven-compiler-plugin
- org.apache.maven.plugins
- maven-jar-plugin
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
@@ -289,27 +230,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.1.0
-
-
-
- checkstyle
-
-
-
-
-
-
-
diff --git a/samples/57.teams-conversation-bot/pom.xml b/samples/57.teams-conversation-bot/pom.xml
index 4364d13e7..dff36819f 100644
--- a/samples/57.teams-conversation-bot/pom.xml
+++ b/samples/57.teams-conversation-bot/pom.xml
@@ -38,13 +38,10 @@
- UTF-8
- UTF-8
1.8
1.8
1.8
com.microsoft.bot.sample.teamsconversation.Application
- https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/
@@ -84,22 +81,6 @@
-
-
- MyGet
- ${repo.url}
-
-
-
-
-
- ossrh
-
- https://oss.sonatype.org/
-
-
-
-
build
@@ -107,113 +88,70 @@
true
-
-
- maven-compiler-plugin
- 3.8.1
-
-
- 1.8
-
-
-
- maven-war-plugin
- 3.2.3
-
- src/main/webapp
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- com.microsoft.bot.sample.teamsconversation.Application
-
-
-
-
-
- com.microsoft.azure
- azure-webapp-maven-plugin
- 1.7.0
-
- V2
- {groupname}
- {botname}
-
-
- JAVA_OPTS
- -Dserver.port=80
-
-
-
- linux
- jre8
- jre8
-
-
-
-
- ${project.basedir}/target
-
- *.jar
-
-
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.3.0
-
- yourcoverallsprojectrepositorytoken
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- ../../cobertura-report/spring-teamsconversation-sample
- xml
- 256m
-
- true
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
- 3.7.1
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.0.0
+
+
+ src/main/resources
+ false
+
+
+
+
+ maven-compiler-plugin
+ 3.8.1
-
-
+
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ com.microsoft.bot.sample.teamsconversation.Application
+
+
+
+
+
+ com.microsoft.azure
+ azure-webapp-maven-plugin
+ 1.7.0
+
+ V2
+ {groupname}
+ {botname}
+
+
+ JAVA_OPTS
+ -Dserver.port=80
+
+
+
+ linux
+ jre8
+ jre8
+
+
+
+
+ ${project.basedir}/target
+
+ *.jar
+
+
+
+
+
+
+
@@ -227,8 +165,11 @@
maven-compiler-plugin
- org.apache.maven.plugins
- maven-jar-plugin
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
@@ -289,27 +230,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.1.0
-
-
-
- checkstyle
-
-
-
-
-
-
-
diff --git a/samples/58.teams-start-new-thread-in-channel/pom.xml b/samples/58.teams-start-new-thread-in-channel/pom.xml
index d36164f28..3a79037ed 100644
--- a/samples/58.teams-start-new-thread-in-channel/pom.xml
+++ b/samples/58.teams-start-new-thread-in-channel/pom.xml
@@ -38,13 +38,10 @@
- UTF-8
- UTF-8
1.8
1.8
1.8
com.microsoft.bot.sample.teamsstartnewthread.Application
- https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/
@@ -87,22 +84,6 @@
-
-
- MyGet
- ${repo.url}
-
-
-
-
-
- ossrh
-
- https://oss.sonatype.org/
-
-
-
-
build
@@ -110,113 +91,70 @@
true
-
-
- maven-compiler-plugin
- 3.8.1
-
-
- 1.8
-
-
-
- maven-war-plugin
- 3.2.3
-
- src/main/webapp
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
- com.microsoft.bot.sample.teamstaskmodule.Application
-
-
-
-
-
- com.microsoft.azure
- azure-webapp-maven-plugin
- 1.7.0
-
- V2
- {groupname}
- {botname}
-
-
- JAVA_OPTS
- -Dserver.port=80
-
-
-
- linux
- jre8
- jre8
-
-
-
-
- ${project.basedir}/target
-
- *.jar
-
-
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.3.0
-
- yourcoverallsprojectrepositorytoken
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- ../../cobertura-report/spring-teamstaskmodule-sample
- xml
- 256m
-
- true
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
- 3.7.1
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.0.0
+
+
+ src/main/resources
+ false
+
+
+
+
+ maven-compiler-plugin
+ 3.8.1
-
-
+
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+ com.microsoft.bot.sample.teamstaskmodule.Application
+
+
+
+
+
+ com.microsoft.azure
+ azure-webapp-maven-plugin
+ 1.7.0
+
+ V2
+ {groupname}
+ {botname}
+
+
+ JAVA_OPTS
+ -Dserver.port=80
+
+
+
+ linux
+ jre8
+ jre8
+
+
+
+
+ ${project.basedir}/target
+
+ *.jar
+
+
+
+
+
+
+
@@ -230,8 +168,11 @@
maven-compiler-plugin
- org.apache.maven.plugins
- maven-jar-plugin
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+
@@ -292,27 +233,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.1.0
-
-
-
- checkstyle
-
-
-
-
-
-
-
diff --git a/samples/servlet-echo/pom.xml b/samples/servlet-echo/pom.xml
index 0d95ad232..ae1d05dbc 100644
--- a/samples/servlet-echo/pom.xml
+++ b/samples/servlet-echo/pom.xml
@@ -30,11 +30,9 @@
- UTF-8
false
1.8
1.8
- https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/
@@ -93,22 +91,6 @@
-
-
- MyGet
- ${repo.url}
-
-
-
-
-
- ossrh
-
- https://oss.sonatype.org/
-
-
-
-
build
@@ -116,94 +98,59 @@
true
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.7.0
-
-
- 1.8
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- 2.1
-
- false
- src/main/webapp
-
-
-
- com.microsoft.azure
- azure-webapp-maven-plugin
- 1.7.0
-
- V2
- ${groupname}
- ${botname}
-
-
- JAVA_OPTS
- -Dserver.port=80
-
-
-
- windows
- 1.8
- tomcat 9.0
-
-
-
-
- ${project.basedir}/target
-
- *.war
-
-
-
-
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- ../../cobertura-report/servlet-echo-sample
- xml
- 256m
-
- true
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- validate
-
- check
-
-
-
-
-
-
+
+
+ src/main/resources
+ false
+
+
+
+
org.apache.maven.plugins
- maven-site-plugin
- 3.7.1
-
-
+ maven-compiler-plugin
+ 3.7.0
+
+
org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.0.0
-
-
-
+ maven-war-plugin
+ 2.1
+
+ false
+ src/main/webapp
+
+
+
+ com.microsoft.azure
+ azure-webapp-maven-plugin
+ 1.7.0
+
+ V2
+ ${groupname}
+ ${botname}
+
+
+ JAVA_OPTS
+ -Dserver.port=80
+
+
+
+ windows
+ 1.8
+ tomcat 9.0
+
+
+
+
+ ${project.basedir}/target
+
+ *.war
+
+
+
+
+
+
+
@@ -218,7 +165,12 @@
org.apache.maven.plugins
- maven-jar-plugin
+ maven-war-plugin
+ 2.1
+
+ false
+ src/main/webapp
+
@@ -279,27 +231,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.12.0
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.1.0
-
-
-
- checkstyle
-
-
-
-
-
-
-