Skip to content

Commit 8f93270

Browse files
authored
fix: remove source plugin from bom release (#2866)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 33594a2 commit 8f93270

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

operator-framework-bom/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -128,19 +128,6 @@
128128
</execution>
129129
</executions>
130130
</plugin>
131-
<plugin>
132-
<groupId>org.apache.maven.plugins</groupId>
133-
<artifactId>maven-source-plugin</artifactId>
134-
<version>${maven-source-plugin.version}</version>
135-
<executions>
136-
<execution>
137-
<id>attach-sources</id>
138-
<goals>
139-
<goal>jar-no-fork</goal>
140-
</goals>
141-
</execution>
142-
</executions>
143-
</plugin>
144131
<plugin>
145132
<groupId>org.apache.maven.plugins</groupId>
146133
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)