Skip to content

Commit 7ffebc8

Browse files
author
Anshul Patni
committed
build: remove legacy central-publishing-maven-plugin in favor of staging deployment
Change-Id: I9191dd263f567d645eefd45a7e83dc4a390e02ee
1 parent 0972c98 commit 7ffebc8

3 files changed

Lines changed: 0 additions & 51 deletions

File tree

function-maven-plugin/pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -230,23 +230,6 @@
230230
</execution>
231231
</executions>
232232
</plugin>
233-
<plugin>
234-
<groupId>org.sonatype.central</groupId>
235-
<artifactId>central-publishing-maven-plugin</artifactId>
236-
<version>0.10.0</version>
237-
<extensions>true</extensions>
238-
<configuration>
239-
<publishingServerId>sonatype-central-portal</publishingServerId>
240-
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl>
241-
</configuration>
242-
<dependencies>
243-
<dependency>
244-
<groupId>com.google.guava</groupId>
245-
<artifactId>guava</artifactId>
246-
<version>33.5.0-jre</version>
247-
</dependency>
248-
</dependencies>
249-
</plugin>
250233
</plugins>
251234
</build>
252235
</profile>

functions-framework-api/pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -259,23 +259,6 @@
259259
</execution>
260260
</executions>
261261
</plugin>
262-
<plugin>
263-
<groupId>org.sonatype.central</groupId>
264-
<artifactId>central-publishing-maven-plugin</artifactId>
265-
<version>0.10.0</version>
266-
<extensions>true</extensions>
267-
<configuration>
268-
<publishingServerId>sonatype-central-portal</publishingServerId>
269-
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl>
270-
</configuration>
271-
<dependencies>
272-
<dependency>
273-
<groupId>com.google.guava</groupId>
274-
<artifactId>guava</artifactId>
275-
<version>33.5.0-jre</version>
276-
</dependency>
277-
</dependencies>
278-
</plugin>
279262
</plugins>
280263
</build>
281264
</profile>

invoker/pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -198,23 +198,6 @@
198198
</execution>
199199
</executions>
200200
</plugin>
201-
<plugin>
202-
<groupId>org.sonatype.central</groupId>
203-
<artifactId>central-publishing-maven-plugin</artifactId>
204-
<version>0.10.0</version>
205-
<extensions>true</extensions>
206-
<configuration>
207-
<publishingServerId>sonatype-central-portal</publishingServerId>
208-
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl>
209-
</configuration>
210-
<dependencies>
211-
<dependency>
212-
<groupId>com.google.guava</groupId>
213-
<artifactId>guava</artifactId>
214-
<version>33.5.0-jre</version>
215-
</dependency>
216-
</dependencies>
217-
</plugin>
218201
</plugins>
219202
</build>
220203
</profile>

0 commit comments

Comments
 (0)