Skip to content

Commit ab7bb00

Browse files
committed
remove the staging plugin as it works
1 parent 43b7d3a commit ab7bb00

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

java/pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -173,21 +173,10 @@
173173
<url>https://artylab.expedia.biz/eg-maven-snapshot-local</url>
174174
</snapshotRepository>
175175
</distributionManagement>
176+
176177
<properties>
177178
<project.custom.groupId>eg.feast</project.custom.groupId>
178179
</properties>
179-
<build>
180-
<plugins>
181-
<plugin>
182-
<groupId>org.sonatype.plugins</groupId>
183-
<artifactId>nexus-staging-maven-plugin</artifactId>
184-
<configuration>
185-
<skipStaging>true</skipStaging>
186-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
187-
</configuration>
188-
</plugin>
189-
</plugins>
190-
</build>
191180
</profile>
192181
</profiles>
193182

0 commit comments

Comments
 (0)