Repository: tez Updated Branches: refs/heads/master a425f5d91 -> 515b92b01
TEZ-3228. Update version in master to 0.9.0. (sseth) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/515b92b0 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/515b92b0 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/515b92b0 Branch: refs/heads/master Commit: 515b92b0128f92ef50aded335854d8aef865eb35 Parents: a425f5d Author: Siddharth Seth <[email protected]> Authored: Sun Apr 24 22:49:17 2016 -0700 Committer: Siddharth Seth <[email protected]> Committed: Sun Apr 24 22:49:17 2016 -0700 ---------------------------------------------------------------------- CHANGES.txt | 15 +++++++++++++++ docs/pom.xml | 2 +- hadoop-shim-impls/hadoop-shim-2.4/pom.xml | 2 +- hadoop-shim-impls/hadoop-shim-2.6/pom.xml | 2 +- hadoop-shim-impls/hadoop-shim-2.8/pom.xml | 2 +- hadoop-shim-impls/pom.xml | 2 +- hadoop-shim/pom.xml | 2 +- pom.xml | 2 +- tez-api/pom.xml | 2 +- tez-common/pom.xml | 2 +- tez-dag/pom.xml | 2 +- tez-dist/pom.xml | 2 +- tez-examples/pom.xml | 2 +- tez-ext-service-tests/pom.xml | 2 +- tez-mapreduce/pom.xml | 2 +- tez-plugins/pom.xml | 2 +- tez-plugins/tez-history-parser/pom.xml | 2 +- tez-plugins/tez-yarn-timeline-cache-plugin/pom.xml | 2 +- .../tez-yarn-timeline-history-with-acls/pom.xml | 2 +- .../tez-yarn-timeline-history-with-fs/pom.xml | 2 +- tez-plugins/tez-yarn-timeline-history/pom.xml | 2 +- tez-runtime-internals/pom.xml | 2 +- tez-runtime-library/pom.xml | 2 +- tez-tests/pom.xml | 2 +- tez-tools/analyzers/job-analyzer/pom.xml | 2 +- tez-tools/analyzers/pom.xml | 2 +- tez-tools/pom.xml | 2 +- tez-tools/tez-javadoc-tools/pom.xml | 2 +- tez-tools/tez-tfile-parser/pom.xml | 2 +- tez-ui/pom.xml | 2 +- tez-ui2/pom.xml | 2 +- 31 files changed, 45 insertions(+), 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index a0a5ce6..c471c87 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,21 @@ Apache Tez Change Log ===================== +Release 0.9.0: Unreleased + +INCOMPATIBLE CHANGES + +ALL CHANGES: + TEZ-3224. User payload is not initialized before creating vertex manager plugin. + TEZ-3226. Tez UI 2: All DAGs UX improvements. + TEZ-3077. TezClient.waitTillReady should support timeout. + TEZ-3202. Reduce the memory need for jobs with high number of segments + TEZ-3165. Allow Inputs/Outputs to be initialized serially, control processor initialization relative to Inputs/Outputs + TEZ-3214. Tez UI 2: Pagination in All DAGs + TEZ-3210. Tez UI 2: license should account for numeral, more-js, loader.js , etc + TEZ-3087. Tez UI 2: Add log links in task & attempt details page + TEZ-3146. Tez UI 2: CSS & JS assets in the UI must be minified + Release 0.8.4: Unreleased INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index d2c82ea..604646c 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-docs</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/hadoop-shim-impls/hadoop-shim-2.4/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-shim-impls/hadoop-shim-2.4/pom.xml b/hadoop-shim-impls/hadoop-shim-2.4/pom.xml index 904683b..8b42f78 100644 --- a/hadoop-shim-impls/hadoop-shim-2.4/pom.xml +++ b/hadoop-shim-impls/hadoop-shim-2.4/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hadoop-shim-impls</artifactId> <groupId>org.apache.tez</groupId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>hadoop-shim-2.4</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/hadoop-shim-impls/hadoop-shim-2.6/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-shim-impls/hadoop-shim-2.6/pom.xml b/hadoop-shim-impls/hadoop-shim-2.6/pom.xml index a7d147b..864165b 100644 --- a/hadoop-shim-impls/hadoop-shim-2.6/pom.xml +++ b/hadoop-shim-impls/hadoop-shim-2.6/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hadoop-shim-impls</artifactId> <groupId>org.apache.tez</groupId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>hadoop-shim-2.6</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/hadoop-shim-impls/hadoop-shim-2.8/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-shim-impls/hadoop-shim-2.8/pom.xml b/hadoop-shim-impls/hadoop-shim-2.8/pom.xml index 4aca03c..28de403 100644 --- a/hadoop-shim-impls/hadoop-shim-2.8/pom.xml +++ b/hadoop-shim-impls/hadoop-shim-2.8/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hadoop-shim-impls</artifactId> <groupId>org.apache.tez</groupId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>hadoop-shim-2.8</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/hadoop-shim-impls/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-shim-impls/pom.xml b/hadoop-shim-impls/pom.xml index 425155d..a2ab5ba 100644 --- a/hadoop-shim-impls/pom.xml +++ b/hadoop-shim-impls/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>tez</artifactId> <groupId>org.apache.tez</groupId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>hadoop-shim-impls</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/hadoop-shim/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-shim/pom.xml b/hadoop-shim/pom.xml index c2a36fc..e217792 100644 --- a/hadoop-shim/pom.xml +++ b/hadoop-shim/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>tez</artifactId> <groupId>org.apache.tez</groupId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>hadoop-shim</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5b9cef5..5e2a8ba 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> <packaging>pom</packaging> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <name>tez</name> <licenses> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-api/pom.xml ---------------------------------------------------------------------- diff --git a/tez-api/pom.xml b/tez-api/pom.xml index 455947c..dac2bd3 100644 --- a/tez-api/pom.xml +++ b/tez-api/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-api</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-common/pom.xml ---------------------------------------------------------------------- diff --git a/tez-common/pom.xml b/tez-common/pom.xml index 85267ab..01a2bb5 100644 --- a/tez-common/pom.xml +++ b/tez-common/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-common</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-dag/pom.xml ---------------------------------------------------------------------- diff --git a/tez-dag/pom.xml b/tez-dag/pom.xml index 59a28b4..045dc26 100644 --- a/tez-dag/pom.xml +++ b/tez-dag/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <properties> <tez.component>tez-dag</tez.component> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-dist/pom.xml ---------------------------------------------------------------------- diff --git a/tez-dist/pom.xml b/tez-dist/pom.xml index 8400318..926d152 100644 --- a/tez-dist/pom.xml +++ b/tez-dist/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-dist</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-examples/pom.xml ---------------------------------------------------------------------- diff --git a/tez-examples/pom.xml b/tez-examples/pom.xml index b9b1b0b..f80494e 100644 --- a/tez-examples/pom.xml +++ b/tez-examples/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-examples</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-ext-service-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ext-service-tests/pom.xml b/tez-ext-service-tests/pom.xml index 0740fc6..70b8e00 100644 --- a/tez-ext-service-tests/pom.xml +++ b/tez-ext-service-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>tez</artifactId> <groupId>org.apache.tez</groupId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-ext-service-tests</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/tez-mapreduce/pom.xml b/tez-mapreduce/pom.xml index a56c2d5..b86eeb7 100644 --- a/tez-mapreduce/pom.xml +++ b/tez-mapreduce/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-mapreduce</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/pom.xml b/tez-plugins/pom.xml index 902354a..27707a8 100644 --- a/tez-plugins/pom.xml +++ b/tez-plugins/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-plugins</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-plugins/tez-history-parser/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-history-parser/pom.xml b/tez-plugins/tez-history-parser/pom.xml index 389ae1b..e151b07 100644 --- a/tez-plugins/tez-history-parser/pom.xml +++ b/tez-plugins/tez-history-parser/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-plugins</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-history-parser</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-plugins/tez-yarn-timeline-cache-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-yarn-timeline-cache-plugin/pom.xml b/tez-plugins/tez-yarn-timeline-cache-plugin/pom.xml index 4314bb9..0d273ef 100644 --- a/tez-plugins/tez-yarn-timeline-cache-plugin/pom.xml +++ b/tez-plugins/tez-yarn-timeline-cache-plugin/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-plugins</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-yarn-timeline-cache-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml b/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml index 0f9987d..5dcfb99 100644 --- a/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml +++ b/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-plugins</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-yarn-timeline-history-with-acls</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml b/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml index d41f054..579b1bc 100644 --- a/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml +++ b/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-plugins</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-yarn-timeline-history-with-fs</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-plugins/tez-yarn-timeline-history/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-yarn-timeline-history/pom.xml b/tez-plugins/tez-yarn-timeline-history/pom.xml index 4240465..2c0ad4d 100644 --- a/tez-plugins/tez-yarn-timeline-history/pom.xml +++ b/tez-plugins/tez-yarn-timeline-history/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-plugins</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-yarn-timeline-history</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-runtime-internals/pom.xml ---------------------------------------------------------------------- diff --git a/tez-runtime-internals/pom.xml b/tez-runtime-internals/pom.xml index b879aab..c129aec 100644 --- a/tez-runtime-internals/pom.xml +++ b/tez-runtime-internals/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-runtime-internals</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-runtime-library/pom.xml ---------------------------------------------------------------------- diff --git a/tez-runtime-library/pom.xml b/tez-runtime-library/pom.xml index 4b905f1..9831e50 100644 --- a/tez-runtime-library/pom.xml +++ b/tez-runtime-library/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-runtime-library</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tests/pom.xml b/tez-tests/pom.xml index 24cdd30..d314f6d 100644 --- a/tez-tests/pom.xml +++ b/tez-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-tests</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-tools/analyzers/job-analyzer/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tools/analyzers/job-analyzer/pom.xml b/tez-tools/analyzers/job-analyzer/pom.xml index 0c33ddd..816a33e 100644 --- a/tez-tools/analyzers/job-analyzer/pom.xml +++ b/tez-tools/analyzers/job-analyzer/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-perf-analyzer</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-job-analyzer</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-tools/analyzers/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tools/analyzers/pom.xml b/tez-tools/analyzers/pom.xml index 5902f3d..40542be 100644 --- a/tez-tools/analyzers/pom.xml +++ b/tez-tools/analyzers/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-tools</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-perf-analyzer</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-tools/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tools/pom.xml b/tez-tools/pom.xml index a92f3b4..d24508f 100644 --- a/tez-tools/pom.xml +++ b/tez-tools/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-tools</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-tools/tez-javadoc-tools/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tools/tez-javadoc-tools/pom.xml b/tez-tools/tez-javadoc-tools/pom.xml index 139bcb5..cd1fa1a 100644 --- a/tez-tools/tez-javadoc-tools/pom.xml +++ b/tez-tools/tez-javadoc-tools/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-tools</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-javadoc-tools</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-tools/tez-tfile-parser/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tools/tez-tfile-parser/pom.xml b/tez-tools/tez-tfile-parser/pom.xml index 5602b03..f12ae35 100644 --- a/tez-tools/tez-tfile-parser/pom.xml +++ b/tez-tools/tez-tfile-parser/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-tools</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-tfile-parser</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-ui/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ui/pom.xml b/tez-ui/pom.xml index 6ad508c..4e94764 100644 --- a/tez-ui/pom.xml +++ b/tez-ui/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-ui</artifactId> <packaging>war</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/515b92b0/tez-ui2/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ui2/pom.xml b/tez-ui2/pom.xml index 8273974..62c480c 100644 --- a/tez-ui2/pom.xml +++ b/tez-ui2/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>tez-ui2</artifactId> <packaging>war</packaging>
