Skip to content

Commit c2e05c0

Browse files
authored
Merge pull request quarkusio#35904 from gsmet/fix-source-plugin
Drop duplicate source plugin entry in release profile
2 parents 7f0bf14 + 7727176 commit c2e05c0

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

independent-projects/parent/pom.xml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -695,18 +695,6 @@
695695
<id>release</id>
696696
<build>
697697
<plugins>
698-
<plugin>
699-
<groupId>org.apache.maven.plugins</groupId>
700-
<artifactId>maven-source-plugin</artifactId>
701-
<executions>
702-
<execution>
703-
<id>attach-sources</id>
704-
<goals>
705-
<goal>jar-no-fork</goal>
706-
</goals>
707-
</execution>
708-
</executions>
709-
</plugin>
710698
<plugin>
711699
<!--
712700
## IMPORTANT ##
@@ -751,6 +739,14 @@
751739
<plugin>
752740
<groupId>org.apache.maven.plugins</groupId>
753741
<artifactId>maven-source-plugin</artifactId>
742+
<executions>
743+
<execution>
744+
<id>attach-sources</id>
745+
<goals>
746+
<goal>jar-no-fork</goal>
747+
</goals>
748+
</execution>
749+
</executions>
754750
<configuration>
755751
<archive>
756752
<manifestEntries combine.children="append">

0 commit comments

Comments
 (0)