报错信息
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project internet-platform-backend: Deployment failed: repository element was not specified in the POM inside distributionMa
nagement element or in -DaltDeploymentRepository=id::layout::url parameter -> [Help 1]

mvn clean install -N
只打包父工程P,子模块不会执行相关操作。有父子关系的项目构建上传到私服时,往往需要先构建上传父项目(pom项目)。

在子pom工程添加以下配置
<build>
<plugins>
<plugin>
<groupId>org.springframework.bootgroupId>
<artifactId>spring-boot-maven-pluginartifactId>
<configuration>
<classifier>execclassifier>
configuration>
plugin>
plugins>
build>