All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.exception.ErrMsg Maven / Gradle / Ivy

Go to download

Aliyun Open API SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com

There is a newer version: 1.1.9
Show newest version
package com.aliyun.exception;

/**
 * @author nahai
 * @date 2019-07-18
 */
public class ErrMsg {
    public static String getPomDeployErrMsg() {
        return "Current project's packaging type is pom, probably you are in the parent directory. If you want to deploy a submodule, there are two ways to fix this:"
                + System.lineSeparator()
                + "1) Add -Ddeploy_artifacts parameter to specify the artifact id of submodule which you want to deploy."
                + " Refer to this document for more information: https://help.aliyun.com/document_detail/92242.html."
                + System.lineSeparator()
                + "2) Or change to the submodule's directory and execute toolkit:deploy.";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy