Skip to content

Commit 33594a2

Browse files
authored
fix: source plugin for release (#2865)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 34e69ee commit 33594a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

operator-framework-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<execution>
137137
<id>attach-sources</id>
138138
<goals>
139-
<goal>jar</goal>
139+
<goal>jar-no-fork</goal>
140140
</goals>
141141
</execution>
142142
</executions>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
<execution>
513513
<id>attach-sources</id>
514514
<goals>
515-
<goal>jar</goal>
515+
<goal>jar-no-fork</goal>
516516
</goals>
517517
</execution>
518518
</executions>

0 commit comments

Comments
 (0)