Merge "Fix OSX build failure:gid # is too big >2097151"
authorChristophe Closset <cc697w@intl.att.com>
Tue, 14 Mar 2017 16:07:57 +0000 (16:07 +0000)
committerGerrit Code Review <gerrit@openecomp.org>
Tue, 14 Mar 2017 16:07:57 +0000 (16:07 +0000)
1  2 
packages/deliveries/pom.xml

@@@ -4,7 -4,7 +4,7 @@@
        <parent>
                <groupId>org.openecomp.mso</groupId>
                <artifactId>packages</artifactId>
 -              <version>0.0.4-SNAPSHOT</version>
 +              <version>1.1.0-SNAPSHOT</version>
        </parent>
  
        <groupId>org.openecomp.mso.packages</groupId>
@@@ -29,7 -29,7 +29,7 @@@
                                <artifactId>maven-assembly-plugin</artifactId>
                                <version>2.6</version>
                                <executions>
 -                              
 +
                                        <!-- MSO DB PACKS -->
                      <execution>
                          <configuration>
@@@ -52,6 -52,7 +52,7 @@@
                                        <!-- DEVELOPER PACKS -->
                                        <execution>
                                                <configuration>
+                                                       <tarLongFileMode>posix</tarLongFileMode>
  
                                                        <descriptors>
                                                                <descriptor>src/main/assembly/war-pack/mso-wars.xml</descriptor>
@@@ -67,7 -68,7 +68,7 @@@
                                                        <goal>single</goal>
                                                </goals>
                                        </execution>
 -                                      
 +
  
                                </executions>
                        </plugin>