mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-18 14:06:59 +00:00
Fix nexus staging to skip es and os deps
This commit is contained in:
parent
15c47b7c45
commit
2f8ad6baa6
@ -27,6 +27,15 @@
|
|||||||
<id>release</id>
|
<id>release</id>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.sonatype.plugins</groupId>
|
||||||
|
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||||
|
<version>1.6.13</version>
|
||||||
|
<extensions>true</extensions>
|
||||||
|
<configuration>
|
||||||
|
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
|
@ -27,6 +27,15 @@
|
|||||||
<id>release</id>
|
<id>release</id>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.sonatype.plugins</groupId>
|
||||||
|
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||||
|
<version>1.6.13</version>
|
||||||
|
<extensions>true</extensions>
|
||||||
|
<configuration>
|
||||||
|
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
|
2
pom.xml
2
pom.xml
@ -103,7 +103,7 @@
|
|||||||
<postgres.connector.version>42.6.0</postgres.connector.version>
|
<postgres.connector.version>42.6.0</postgres.connector.version>
|
||||||
<jsonschema2pojo.version>1.2.1</jsonschema2pojo.version>
|
<jsonschema2pojo.version>1.2.1</jsonschema2pojo.version>
|
||||||
<commons-lang.version>2.6</commons-lang.version>
|
<commons-lang.version>2.6</commons-lang.version>
|
||||||
<lombok.version>1.18.28</lombok.version>
|
<lombok.version>1.18.30</lombok.version>
|
||||||
<tomcat-jdbc.version>10.1.10</tomcat-jdbc.version>
|
<tomcat-jdbc.version>10.1.10</tomcat-jdbc.version>
|
||||||
<!-- We need ElasticSearch client to be compatible with both ElasticSearch and AWS OpenSearch
|
<!-- We need ElasticSearch client to be compatible with both ElasticSearch and AWS OpenSearch
|
||||||
This compatibility broken in 7.14, so lets keep this version pinned to 7.13.x
|
This compatibility broken in 7.14, so lets keep this version pinned to 7.13.x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user