Blueprint Generator - split executable part to separate submodule
[dcaegen2/platform.git] / mod / designtool / designtool-web / pom.xml
index 7cf0d8a..fc24024 100644 (file)
@@ -24,9 +24,10 @@ 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>
+  <version>1.0.2-SNAPSHOT</version>
   <packaging>war</packaging>
   <name>dcaegen2-platform-mod-designtool-web</name>
   <properties>
@@ -84,7 +85,7 @@ limitations under the License.
     <dependency>
       <groupId>org.onap.dcaegen2.platform.mod</groupId>
       <artifactId>nifi-war-to-jar</artifactId>
-      <version>${project.version}</version>
+      <version>1.0.1-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -147,6 +148,13 @@ limitations under the License.
               <nosuffix>true</nosuffix>
               <gzip>true</gzip>
               <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>