diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-03-20 17:30:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-20 17:30:51 +0000 |
commit | bcccdb62fe0dd1f7d9fb356363ef8889ebfdf5e8 (patch) | |
tree | 83cff89b2cebcbcd52a53901a2a4816ec5dfcf3a /mod/designtool/designtool-web/pom.xml | |
parent | 27507bb81f6bcfc66fd88d23b7b44ec2deffb027 (diff) | |
parent | 2d1528b34c45a650e2407bbc90737cc4ca6ec042 (diff) |
Merge "Link DCAE MOD design tool to Acumos Adapter"
Diffstat (limited to 'mod/designtool/designtool-web/pom.xml')
-rw-r--r-- | mod/designtool/designtool-web/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mod/designtool/designtool-web/pom.xml b/mod/designtool/designtool-web/pom.xml index 7cf0d8a..8806964 100644 --- a/mod/designtool/designtool-web/pom.xml +++ b/mod/designtool/designtool-web/pom.xml @@ -24,7 +24,7 @@ limitations under the License. <parent> <groupId>org.onap.dcaegen2.platform.mod</groupId> <artifactId>designtool</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>designtool-web</artifactId> <packaging>war</packaging> @@ -149,6 +149,13 @@ limitations under the License. <aggregations> <aggregation> <insertNewLine>true</insertNewLine> + <output>${project.build.directory}/${project.build.finalName}//nf-ng-canvas-global-menu-controller-min.js</output> + <includes> + <include>${staging.dir}/js/nf/canvas/controllers/nf-ng-canvas-global-menu-controller.js</include> + </includes> + </aggregation> + <aggregation> + <insertNewLine>true</insertNewLine> <output>${project.build.directory}/${project.build.finalName}//nf-ng-breadcrumbs-controller-min.js</output> <includes> <include>${staging.dir}/js/nf/canvas/controllers/nf-ng-breadcrumbs-controller.js</include> |