[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE-common / pom.xml
1 <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">
2   <modelVersion>4.0.0</modelVersion>
3   <groupId>org.openecomp.portal</groupId>
4   <artifactId>ecompportal-FE-common</artifactId>
5   <version>1.1</version>
6   <!-- This file exists primarily to allow easy import of this project into Eclipse. -->
7   
8   
9   <build>
10   <plugins> 
11   <!--   
12                         <plugin>
13                             <groupId>org.codehaus.mojo</groupId>
14                             <artifactId>license-maven-plugin</artifactId>
15                             <version>1.10</version>
16                             <configuration>
17                               <encoding>UTF-8</encoding>
18                                 <licenseName>my_license</licenseName>
19                                 <licenseResolver>${project.baseUri}/license</licenseResolver>
20                                 <inceptionYear>2017</inceptionYear>
21                                 <organizationName>AT&amp;T Intellectual Property</organizationName>
22                                 <projectName>ECOMP Portal</projectName> 
23                                 <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> 
24                                 <processStartTag>================================================================================</processStartTag>
25                                 <sectionDelimiter>================================================================================</sectionDelimiter>
26                                 <processEndTag>================================================================================</processEndTag> 
27                                 <roots>
28                                         <root>client/app</root>
29                                 </roots>
30                                 <excludes>
31                                         <exclude>*.png</exclude>
32                                         <exclude>*.drl</exclude>
33                                         <exclude>*.gif</exclude>
34                                         <exclude>*.jpeg</exclude>
35                                         <exclude>*.jpg</exclude>
36                                         <exclude>*.bmp</exclude>
37                                         <exclude>*.ico</exclude>
38                                         <exclude>*.svg</exclude>
39                                 </excludes>
40                             </configuration>
41                             <executions>
42                                 <execution>
43                                     <id>first</id>
44                                     <goals>
45                                         <goal>update-file-header</goal>
46                                     </goals>
47                                     <phase>process-sources</phase>
48                                 </execution>
49                             </executions>
50                         </plugin>
51                         -->
52         
53                 </plugins>
54   </build>
55 </project>