You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: manage version of maven plugin in order to remove build warning
when execute command 'mvn clean install ', the fllowing warnings show
up:
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for com.alipay.sofa:registry-client-api:jar:5.4.5
[WARNING] 'build.plugins.plugin.version' for
org.sonatype.plugins:nexus-staging-maven-plugin is missing. @ line 57,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-install-plugin is missing. @ line 43,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 50,
column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for com.alipay.sofa:registry-client-log:jar:5.4.5
[WARNING] 'build.plugins.plugin.version' for
org.sonatype.plugins:nexus-staging-maven-plugin is missing. @ line 62,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-install-plugin is missing. @ line 48,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 55,
column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for com.alipay.sofa:registry-client-impl:jar:5.4.5
[WARNING] 'build.plugins.plugin.version' for
org.sonatype.plugins:nexus-staging-maven-plugin is missing. @ line 110,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-install-plugin is missing. @ line 96,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 103,
column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for com.alipay.sofa:registry-client-parent:pom:5.4.5
[WARNING] 'build.plugins.plugin.version' for
org.sonatype.plugins:nexus-staging-maven-plugin is missing. @ line 105,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-install-plugin is missing. @ line 91,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 98,
column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for com.alipay.sofa:registry-server-session:jar:5.4.5
[WARNING] 'build.plugins.plugin.version' for
org.springframework.boot:spring-boot-maven-plugin is missing. @ line 91,
column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for com.alipay.sofa:registry-server-data:jar:5.4.5
[WARNING] 'build.plugins.plugin.version' for
org.springframework.boot:spring-boot-maven-plugin is missing. @ line 95,
column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for com.alipay.sofa:registry-server-meta:jar:5.4.5
[WARNING] 'build.plugins.plugin.version' for
org.springframework.boot:spring-boot-maven-plugin is missing. @ line
102, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for com.alipay.sofa:registry-server-integration:jar:5.4.5
[WARNING] 'build.plugins.plugin.version' for
org.springframework.boot:spring-boot-maven-plugin is missing. @ line 45,
column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for com.alipay.sofa:registry-distribution-session:pom:5.4.5
[WARNING] 'build.plugins.plugin.version' for
org.sonatype.plugins:nexus-staging-maven-plugin is missing. @ line 43,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-install-plugin is missing. @ line 29,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 36,
column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for com.alipay.sofa:registry-distribution-data:pom:5.4.5
[WARNING] 'build.plugins.plugin.version' for
org.sonatype.plugins:nexus-staging-maven-plugin is missing. @ line 43,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-install-plugin is missing. @ line 29,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 36,
column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for com.alipay.sofa:registry-distribution-meta:pom:5.4.5
[WARNING] 'build.plugins.plugin.version' for
org.sonatype.plugins:nexus-staging-maven-plugin is missing. @ line 43,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-install-plugin is missing. @ line 29,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 36,
column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for com.alipay.sofa:registry-distribution-integration:pom:5.4.5
[WARNING] 'build.plugins.plugin.version' for
org.sonatype.plugins:nexus-staging-maven-plugin is missing. @ line 42,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-install-plugin is missing. @ line 28,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 35,
column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for com.alipay.sofa:registry-distribution:pom:5.4.5
[WARNING] 'build.plugins.plugin.version' for
org.sonatype.plugins:nexus-staging-maven-plugin is missing. @ line 47,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-install-plugin is missing. @ line 33,
column 21
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 40,
column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
0 commit comments