Skip to content

Commit

Permalink
EOL maven-assembly-plugin (#7061)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Sep 3, 2022
1 parent 143ff3a commit 1b12901
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 80 deletions.
56 changes: 0 additions & 56 deletions assembly-src.xml

This file was deleted.

24 changes: 0 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,6 @@ THE SOFTWARE.
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<!-- Version specified in parent POM -->
</plugin>
<plugin>
<artifactId>maven-jarsigner-plugin</artifactId>
<version>3.0.0</version>
Expand Down Expand Up @@ -530,25 +525,6 @@ THE SOFTWARE.
<id>release</id>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<!-- Version specified in parent POM -->
<inherited>false</inherited>
<executions>
<execution>
<goals>
<goal>single</goal>
</goals>
<phase>package</phase>
<configuration>
<finalName>jenkins-${project.version}</finalName>
<descriptors>
<descriptor>assembly-src.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<!-- Version specified in parent POM -->
Expand Down

0 comments on commit 1b12901

Please sign in to comment.