IDEA打包上传到阿里云私服

上传阿里云私服报错

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
(default-deploy) on project fs-wms-databus-api: Deployment failed:
repository element was not specified in the POM inside
distributionManagement element or in
-DaltDeploymentRepository=id::layout::url parameter -> [Help 1]

在父工程pom中添加

<distributionManagement>
     <repository>
         <id>rdc-releasesid>
         <url>https://repo.rdc.aliyun.com/repository/***-*****-****/url>
     repository>

     <snapshotRepository>
         <id>rdc-snapshotsid>
         <url>https://repo.rdc.aliyun.com/repository/***-*****-****/url>
     snapshotRepository>
 distributionManagement>

你可能感兴趣的:(EX)