pushing tgz file change 70/101270/1
authorMuni Mohan Kunchi <munmohan@att.com>
Thu, 6 Feb 2020 18:15:17 +0000 (13:15 -0500)
committerMuni Mohan Kunchi <munmohan@att.com>
Thu, 6 Feb 2020 18:18:38 +0000 (13:18 -0500)
pushing tgz file change

Issue-ID: PORTAL-830
Signed-off-by: Muni Mohan Kunchi <munmohan@att.com>
Change-Id: Id5d57ef804059094dd7b9671a6d8ee3949727dae

ecomp-sdk/epsdk-app-os/ngappsrc/portalsdk-tag-lib-0.0.1.tgz [new file with mode: 0644]
ecomp-sdk/epsdk-app-os/pom.xml

diff --git a/ecomp-sdk/epsdk-app-os/ngappsrc/portalsdk-tag-lib-0.0.1.tgz b/ecomp-sdk/epsdk-app-os/ngappsrc/portalsdk-tag-lib-0.0.1.tgz
new file mode 100644 (file)
index 0000000..dccad51
Binary files /dev/null and b/ecomp-sdk/epsdk-app-os/ngappsrc/portalsdk-tag-lib-0.0.1.tgz differ
index 5269091..7287fe1 100644 (file)
                                        </execution>
                                </executions>
                        </plugin>
-                       <!--
-                       <plugin>
-                               <artifactId>maven-resources-plugin</artifactId>
-                               <version>2.5</version>
-                               <executions>
-                                       <execution>
-                                               <id>copy-angularjs-step1</id>
-                                               <phase>process-resources</phase>
-                                               <goals>
-                                                       <goal>copy-resources</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <outputDirectory>${basedir}/ngapp</outputDirectory>
-                                                       <resources>
-                                                               <resource>
-                                                                       <directory>../epsdk-app-overlay/src/main/webapp/ngapp</directory>
-                                                               </resource>             
-                                                       </resources>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
-            -->
+                                       
                        <plugin>
                 <groupId>com.github.eirslett</groupId>
                 <artifactId>frontend-maven-plugin</artifactId>
 
                 <configuration>
                                    <nodeVersion>v10.13.0</nodeVersion>
-                                       <npmVersion>5.6.0</npmVersion>
                                        <workingDirectory>${basedir}/ngapp</workingDirectory>
                 </configuration>
 
                     </execution>
 
                 </executions>
-            </plugin>                   
+
+            </plugin>  
+            
+             <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                       <artifactId>maven-dependency-plugin</artifactId>
+                               <executions>
+                                               <execution>
+                                                       <id>unpack</id>
+                                                       <phase>process-resources</phase>
+                                                       <goals>
+                                                       <goal>unpack</goal>
+                                                       </goals>
+                                               </execution>
+                                               </executions>
+                                               <configuration>
+                                               <artifactItems>
+                                                       <artifactItem>
+                                                       <groupId>org.onap.portal.sdk</groupId>
+                                                       <artifactId>epsdk-app-overlay</artifactId>
+                                                       <version>${project.version}</version>
+                                                       <type>war</type>
+                                                       <overWrite>false</overWrite>
+                                               </artifactItem>
+                                               </artifactItems>
+                                               <includes>ngapp/**</includes>
+                                               <outputDirectory>${basedir}/ngappoverlay</outputDirectory>
+                                               <overWriteReleases>true</overWriteReleases>
+                                               <overWriteSnapshots>true</overWriteSnapshots>
+                                               </configuration>
+                               
+               </plugin>                        
+            
+
                        <plugin>
                                <artifactId>maven-resources-plugin</artifactId>
                                <version>2.5</version>
                                <executions>
-                                   <!--  This is for Deployment purposes -->
+
+                                       <execution>
+                                               <id>copy-angular-final-step1</id>
+                                               <phase>process-resources</phase>
+                                               <goals>
+                                                       <goal>copy-resources</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <outputDirectory>${basedir}/ngapp</outputDirectory>
+                                                       <overwrite>true</overwrite>
+                                                       <resources>
+                                                               <resource>
+                                                                       <directory>${basedir}/ngappoverlay/ngapp</directory>
+                                                               </resource>
+                                                       </resources>
+                                               </configuration>
+                                       </execution>
+                               
                                        <execution>
                                                <id>copy-angular-final-step2</id>
+                                               <phase>process-resources</phase>
+                                               <goals>
+                                                       <goal>copy-resources</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <outputDirectory>${basedir}/ngapp</outputDirectory>
+                                                       <overwrite>true</overwrite>
+                                                       <resources>
+                                                               <resource>
+                                                                       <directory>${basedir}/ngappsrc</directory>
+                                                               </resource>
+                                                       </resources>
+                                               </configuration>
+                                       </execution>
+
+                                   <!--  This is for Deployment purposes -->
+                                       <execution>
+                                               <id>copy-angular-final-step3</id>
                                                <phase>prepare-package</phase>
                                                <goals>
                                                        <goal>copy-resources</goal>
                                                </goals>
                                                <configuration>
-                                                       <outputDirectory>${basedir}/target/epsdk-app-att</outputDirectory>
+                                                       <outputDirectory>${basedir}/target/epsdk-app-os</outputDirectory>
                                                        <resources>
                                                                <resource>
                                                                        <directory>${basedir}/ngapp/dist</directory>
                                        </execution>
                                        <!--  This is for Development purposes -->
                                        <execution>
-                                               <id>copy-angular-final-step3</id>
+                                               <id>copy-angular-final-step4</id>
                                                <phase>prepare-package</phase>
                                                <goals>
                                                        <goal>copy-resources</goal>
                                </executions>
                        </plugin>
                        -->             
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                       <artifactId>maven-dependency-plugin</artifactId>
-                               <executions>
-                                               <execution>
-                                                       <id>unpack</id>
-                                                       <phase>process-resources</phase>
-                                                       <goals>
-                                                       <goal>unpack</goal>
-                                                       </goals>
-                                               </execution>
-                                               </executions>
-                                               <configuration>
-                                               <artifactItems>
-                                                       <artifactItem>
-                                                       <groupId>org.onap.portal.sdk</groupId>
-                                                       <artifactId>epsdk-app-overlay</artifactId>
-                                                       <version>${project.version}</version>
-                                                       <type>war</type>
-                                                       <overWrite>false</overWrite>
-                                               </artifactItem>
-                                               </artifactItems>
-                                               <includes>ngapp/**</includes>
-                                               <outputDirectory>${basedir}</outputDirectory>
-                                               <markersDirectory>${basedir}</markersDirectory>
-                                               <overWriteReleases>false</overWriteReleases>
-                                               <overWriteSnapshots>false</overWriteSnapshots>
-                                               </configuration>
-                               
-               </plugin>       
+
                        
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                <dependency>
                        <groupId>com.att.eelf</groupId>
                        <artifactId>eelf-core</artifactId>
-                       <version>1.0.0-oss</version>
+                       <version>1.0.0</version>
                </dependency>
                <!-- Mapper -->
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-annotations</artifactId>
-                       <version>2.8.10</version>
+                       <version>2.9.8</version>
                </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-core</artifactId>
-                       <version>2.8.10</version>
+                       <version>2.9.8</version>
                </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-databind</artifactId>
-                       <version>2.8.10</version>
+                       <version>2.9.8</version>
                </dependency>
                <dependency>
                        <groupId>com.mchange</groupId>
                <dependency>
                        <groupId>org.elasticsearch</groupId>
                        <artifactId>elasticsearch</artifactId>
-                       <version>6.8.2</version>
+                       <version>7.1.1</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.apache.lucene</groupId>
                <dependency>
                        <groupId>org.quartz-scheduler</groupId>
                        <artifactId>quartz</artifactId>
-                       <version>2.2.1</version>
+                       <version>2.3.2</version>
                        <exclusions>
                                <!-- exclude 0.9.1.1 to avoid dupe of com.mchange:c3p0:0.9.2.1 -->
                                <exclusion>