Skip to content

Commit 18fb551

Browse files
committed
removed distribution assembly descriptor
1 parent c24d934 commit 18fb551

2 files changed

Lines changed: 0 additions & 60 deletions

File tree

jcp/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,6 @@
3434
<groupId>org.apache.maven.plugins</groupId>
3535
<artifactId>maven-assembly-plugin</artifactId>
3636
<executions>
37-
<execution>
38-
<id>make-distributive</id>
39-
<phase>install</phase>
40-
<goals>
41-
<goal>single</goal>
42-
</goals>
43-
<configuration>
44-
<appendAssemblyId>false</appendAssemblyId>
45-
<finalName>${project.artifactId}-${project.version}-${timestamp}-distr</finalName>
46-
<descriptors>
47-
<descriptor>src/assemble/distribution.xml</descriptor>
48-
</descriptors>
49-
</configuration>
50-
</execution>
5137
<execution>
5238
<id>make-bundle</id>
5339
<phase>install</phase>

jcp/src/assemble/distribution.xml

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)