password moved from hard coded values to environment properties
[portal.git] / ecomp-portal-FE-os / pom.xml
index e54b518..1d6cb28 100644 (file)
@@ -1,10 +1,15 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
-       <groupId>org.openecomp.portal</groupId>
-       <artifactId>ecompportal-FE-os</artifactId>
-       <version>1.1</version>
 
+       <parent>
+               <groupId>org.onap.portal</groupId>
+               <artifactId>onap-portal-parent</artifactId>
+               <version>2.6.0</version>
+       </parent>
+
+       <artifactId>portal-FE-os</artifactId>
+       
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <skipnode>false</skipnode>
                                                <fileset>
                                                        <directory>${basedir}/client/app</directory>
                                                </fileset>
+                                               <fileset>
+                                                       <directory>${basedir}/dist</directory>
+                                               </fileset>
                                                <fileset>
                                                        <directory>${basedir}/.tmp</directory>
                                                </fileset>
+                                               <fileset>
+                                                       <directory>${basedir}/node</directory>
+                                               </fileset>
+                                               <fileset>
+                                                       <directory>${basedir}/node_modules</directory>
+                                               </fileset>
                                        </filesets>
                                </configuration>
                        </plugin>
-
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-resources-plugin</artifactId>
                                                <phase>generate-resources</phase>
 
                                                <configuration>
-                                                       <arguments>build --env=integ</arguments>
+                                                       <arguments>build --env=integ --force</arguments>
                                                </configuration>
                                        </execution>
 
                                        <skip>true</skip>
                                </configuration>
                        </plugin>
-                        <!--    
-                       <plugin>
-                           <groupId>org.codehaus.mojo</groupId>
-                           <artifactId>license-maven-plugin</artifactId>
-                           <version>1.10</version>
-                           <configuration>
-                             <encoding>UTF-8</encoding>
-                               <licenseName>my_license</licenseName>
-                               <licenseResolver>${project.baseUri}/license</licenseResolver>
-                               <inceptionYear>2017</inceptionYear>
-                               <organizationName>AT&amp;T Intellectual Property</organizationName>
-                               <projectName>ECOMP Portal</projectName> 
-                               <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> 
-                               <processStartTag>================================================================================</processStartTag>
-                               <sectionDelimiter>================================================================================</sectionDelimiter>
-                               <processEndTag>================================================================================</processEndTag> 
-                               <roots>
-                                       <root>client/src</root>
-                               </roots>
-                               <excludes>
-                                       <exclude>*.png</exclude>
-                                       <exclude>*.drl</exclude>
-                                       <exclude>*.gif</exclude>
-                                       <exclude>*.jpeg</exclude>
-                                       <exclude>*.jpg</exclude>
-                                       <exclude>*.bmp</exclude>
-                                       <exclude>*.ico</exclude>
-                                       <exclude>*.svg</exclude>
-                               </excludes>
-                           </configuration>
-                           <executions>
-                               <execution>
-                                   <id>first</id>
-                                   <goals>
-                                       <goal>update-file-header</goal>
-                                   </goals>
-                                   <phase>process-sources</phase>
-                               </execution>
-                           </executions>
-                       </plugin>
-                       -->
                </plugins>
        </build>
 </project>