We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b7d3a commit ab7bb00Copy full SHA for ab7bb00
1 file changed
java/pom.xml
@@ -173,21 +173,10 @@
173
<url>https://artylab.expedia.biz/eg-maven-snapshot-local</url>
174
</snapshotRepository>
175
</distributionManagement>
176
+
177
<properties>
178
<project.custom.groupId>eg.feast</project.custom.groupId>
179
</properties>
- <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>
191
</profile>
192
</profiles>
193
0 commit comments