We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24d934 commit 18fb551Copy full SHA for 18fb551
2 files changed
jcp/pom.xml
@@ -34,20 +34,6 @@
34
<groupId>org.apache.maven.plugins</groupId>
35
<artifactId>maven-assembly-plugin</artifactId>
36
<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>
51
<execution>
52
<id>make-bundle</id>
53
<phase>install</phase>
jcp/src/assemble/distribution.xml
0 commit comments