Execution default of goal Org.springframework.boot:spring-boot-maven-plugin:1.5.6.release:repackage Failed:unable to Find Main class

Source: Internet
Author: User
Tags stack trace

Abnormal

[INFO]---spring-boot-maven-plugin:1.5.6.release:repackage (default) @ Spring-boot-starter-log---[INFO]------------------------------------------------------------------------[INFO] BUILD Failure[info]------------------------------------------------------------------------[INFO] Total time:2.721S[info] finished at:2017-09-11t15:03:41+08:00[INFO] Final memory:43m/291m[info]------------------------------------------------------------------------[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.5.6.release:repackage (default) on project Spring-boot-starter-log:execution default of goal Org.springframework.boot:spring-boot-maven-plugin:1.5.6.release:repackage failed:unable to find main class, [ Help 1][error] [ERROR] to see the full stack trace of the errors, re-run Maven with THE-E switch.[ERROR] Re-run Maven using the-x switch to ENABLe full debug logging. [ERROR] [ERROR] For more information on the errors and possible solutions, please read the following articles:[error] [ Help1] Http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionExceptionProcess finished with exit code1

Just get rid of the spring boot plugin.

    <build>        <plugins>            <plugin>                <groupid>org.springframework.boot</groupid >                <artifactId>spring-boot-maven-plugin</artifactId>            </plugin>        </plugins >    </build>

Unknown cause

Execution default of goal Org.springframework.boot:spring-boot-maven-plugin:1.5.6.release:repackage Failed:unable to Find Main class

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.