Organized FE Resources in a jar. 05/31005/1
authorYuanHu <yuan.hu1@zte.com.cn>
Fri, 9 Feb 2018 08:13:05 +0000 (16:13 +0800)
committerYuanHu <yuan.hu1@zte.com.cn>
Fri, 9 Feb 2018 08:13:05 +0000 (16:13 +0800)
Package FE Resources and output a jar for Integration with Server.

Issue-ID: SDC-1011

Change-Id: Ief938117ebe23466849f9643d9217a10a8e95160
Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
pom.xml
sdc-workflow-designer-ui/pom.xml

diff --git a/pom.xml b/pom.xml
index a65ce36..4dcbaf6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,9 +23,9 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
     <artifactId>sdc-workflow-designer</artifactId>
-    <packaging>pom</packaging>
-    <version>1.0.1</version>
     <name>sdc-sdc-workflow-designer</name>
+    <version>1.1.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
 
     <modules>
         <module>sdc-workflow-designer-ui</module>
index 5b43a25..bb4ea11 100644 (file)
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>sdc-workflow-designer</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
     <artifactId>sdc-workflow-designer-ui</artifactId>
-    <version>1.0.0</version>
-    <packaging>pom</packaging>
     <name>sdc-workflow-designer-ui</name>
+    <packaging>jar</packaging>
 
     <properties>
         <frontend-maven-plugin-version>1.4</frontend-maven-plugin-version>
+        <version.output>target/version</version.output>
     </properties>
 
     <build>
-        <finalName>workflow-gui</finalName>
         <plugins>
             <plugin>
                 <groupId>com.github.eirslett</groupId>
             </plugin>
 
         </plugins>
+        
+        <resources>  
+            <resource>
+                <targetPath>workflow-modeler</targetPath>
+                <directory>dist</directory>  
+                <includes>  
+                    <include>**/**</include>
+                </includes>
+                <filtering>false</filtering>  
+            </resource>  
+        </resources>
     </build>
 </project>