Skip to content

Commit 13f727b

Browse files
committed
fix: temp removing bom release
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 520a0f0 commit 13f727b

File tree

1 file changed

+0
-55
lines changed

1 file changed

+0
-55
lines changed

operator-framework-bom/pom.xml

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -109,59 +109,4 @@
109109
</plugin>
110110
</plugins>
111111
</build>
112-
113-
<profiles>
114-
<profile>
115-
<id>release</id>
116-
<build>
117-
<plugins>
118-
<plugin>
119-
<groupId>org.apache.maven.plugins</groupId>
120-
<artifactId>maven-javadoc-plugin</artifactId>
121-
<version>${maven-javadoc-plugin.version}</version>
122-
<executions>
123-
<execution>
124-
<id>attach-javadocs</id>
125-
<goals>
126-
<goal>jar</goal>
127-
</goals>
128-
</execution>
129-
</executions>
130-
</plugin>
131-
<plugin>
132-
<groupId>org.apache.maven.plugins</groupId>
133-
<artifactId>maven-gpg-plugin</artifactId>
134-
<version>${maven-gpg-plugin.version}</version>
135-
<executions>
136-
<execution>
137-
<id>sign-artifacts</id>
138-
<goals>
139-
<goal>sign</goal>
140-
</goals>
141-
<phase>verify</phase>
142-
<configuration>
143-
<gpgArguments>
144-
<arg>--pinentry-mode</arg>
145-
<arg>loopback</arg>
146-
</gpgArguments>
147-
</configuration>
148-
</execution>
149-
</executions>
150-
</plugin>
151-
<plugin>
152-
<groupId>org.sonatype.central</groupId>
153-
<artifactId>central-publishing-maven-plugin</artifactId>
154-
<version>0.8.0</version>
155-
<extensions>true</extensions>
156-
<configuration>
157-
<publishingServerId>central</publishingServerId>
158-
<tokenAuth>true</tokenAuth>
159-
<autoPublish>true</autoPublish>
160-
<waitUntil>published</waitUntil>
161-
</configuration>
162-
</plugin>
163-
</plugins>
164-
</build>
165-
</profile>
166-
</profiles>
167112
</project>

0 commit comments

Comments
 (0)