new version
This commit is contained in:
parent
b683d04362
commit
5a5a166e01
21
pom.xml
21
pom.xml
|
@ -180,7 +180,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<outputDirectory>${basedir}/Portal-Bundle/gCube/lib/_misc</outputDirectory>
|
||||
<excludeArtifactIds>${asl-artifactsid},${fws-artifactsid},${hl-artifactsid},${snl-artifactsid},${ep-artifactsid},${custom-plugins-artifactsid}</excludeArtifactIds>
|
||||
<excludeArtifactIds>${asl-artifactsid},${fws-artifactsid},${snl-artifactsid},${ep-artifactsid},${custom-plugins-artifactsid}</excludeArtifactIds>
|
||||
<overWriteIfNewer>true</overWriteIfNewer>
|
||||
<excludeTypes>war, gar, tar.gz</excludeTypes>
|
||||
<stripVersion>false</stripVersion>
|
||||
|
@ -238,6 +238,25 @@
|
|||
</replacements>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<configuration>
|
||||
<appendAssemblyId>false</appendAssemblyId>
|
||||
<descriptors>
|
||||
<descriptor>distro/descriptor.xml</descriptor>
|
||||
</descriptors>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>portal</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<!-- Transitives to be excluded -->
|
||||
|
|
Loading…
Reference in New Issue