Skip to content

Commit 94c8abd

Browse files
authored
Fix central publish (#4148)
1 parent 79cc8e6 commit 94c8abd

File tree

12 files changed

+9
-51
lines changed

12 files changed

+9
-51
lines changed

.ci/settings.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
</pluginGroups>
77
<servers>
88
<server>
9-
<id>sonatype-nexus-snapshots</id>
10-
<username>${env.SERVER_USERNAME}</username>
11-
<password>${env.SERVER_PASSWORD}</password>
12-
</server>
13-
<server>
14-
<id>sonatype-nexus-staging</id>
9+
<id>central</id>
1510
<username>${env.SERVER_USERNAME}</username>
1611
<password>${env.SERVER_PASSWORD}</password>
1712
</server>

apm-agent-benchmarks/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<maven.compiler.showWarnings>false</maven.compiler.showWarnings>
1919
<maven.compiler.errorprone>false</maven.compiler.errorprone>
2020
<animal.sniffer.skip>true</animal.sniffer.skip>
21-
<maven-deploy-plugin.skip>true</maven-deploy-plugin.skip>
2221
<apm-agent-parent.base.dir>${project.basedir}/..</apm-agent-parent.base.dir>
2322
</properties>
2423

apm-agent-bootstrap/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<name>${project.groupId}:${project.artifactId}</name>
1313

1414
<properties>
15-
<maven-deploy-plugin.skip>true</maven-deploy-plugin.skip>
1615

1716
<apm-agent-parent.base.dir>${project.basedir}/..</apm-agent-parent.base.dir>
1817

apm-agent-builds/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<name>${project.groupId}:${project.artifactId}</name>
1313

1414
<properties>
15-
<maven-deploy-plugin.skip>true</maven-deploy-plugin.skip>
1615
<apm-agent-parent.base.dir>${project.basedir}/..</apm-agent-parent.base.dir>
1716
</properties>
1817

apm-agent-cached-lookup-key/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
</licenses>
1919

2020
<properties>
21-
<maven-deploy-plugin.skip>true</maven-deploy-plugin.skip>
2221
<apm-agent-parent.base.dir>${project.basedir}/..</apm-agent-parent.base.dir>
2322
</properties>
2423

apm-agent-common/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<name>${project.groupId}:${project.artifactId}</name>
1212

1313
<properties>
14-
<maven-deploy-plugin.skip>true</maven-deploy-plugin.skip>
1514
<apm-agent-parent.base.dir>${project.basedir}/..</apm-agent-parent.base.dir>
1615
</properties>
1716

apm-agent-core/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
</licenses>
1919

2020
<properties>
21-
<maven-deploy-plugin.skip>true</maven-deploy-plugin.skip>
2221
<apm-agent-parent.base.dir>${project.basedir}/..</apm-agent-parent.base.dir>
2322
</properties>
2423

apm-agent-lambda-layer/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<name>${project.groupId}:${project.artifactId}</name>
1212

1313
<properties>
14-
<maven-deploy-plugin.skip>true</maven-deploy-plugin.skip>
1514
<apm-agent-parent.base.dir>${project.basedir}/..</apm-agent-parent.base.dir>
1615
</properties>
1716

apm-agent-plugins/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<name>${project.groupId}:${project.artifactId}</name>
1414

1515
<properties>
16-
<maven-deploy-plugin.skip>true</maven-deploy-plugin.skip>
1716
<apm-agent-parent.base.dir>${project.basedir}/..</apm-agent-parent.base.dir>
1817
</properties>
1918

elastic-apm-agent-premain/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<name>${project.groupId}:${project.artifactId}</name>
1212

1313
<properties>
14-
<maven-deploy-plugin.skip>true</maven-deploy-plugin.skip>
1514
<apm-agent-parent.base.dir>${project.basedir}/..</apm-agent-parent.base.dir>
1615
</properties>
1716

0 commit comments

Comments
 (0)