Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paascloud-provider里面的几个工程pom.xml报错 #17

Open
1140920375 opened this issue Apr 13, 2018 · 2 comments
Open

paascloud-provider里面的几个工程pom.xml报错 #17

1140920375 opened this issue Apr 13, 2018 · 2 comments

Comments

@1140920375
Copy link

比如这个 execution报错。

报错如下:Plugin execution not covered by lifecycle configuration: org.liquibase:liquibase-maven-plugin:3.5.3:update (execution: default, phase: process-resources)


  <executions>
                <execution>
                    <phase>process-resources</phase>
                    <configuration>
                        <changeLogFile>src/main/resources/liquibase/index.xml</changeLogFile>
                        <driver>${spring.datasource.driver-class-name}</driver>
                        <url>${spring.datasource.url}</url>
                        <username>${spring.datasource.username}</username>
                        <password>${spring.datasource.password}</password>
                        <!--<dropFirst>true</dropFirst>-->
                    </configuration>
                    <goals>
                        <goal>update</goal>
                    </goals>
                </execution>
            </executions>
@paascloud
Copy link
Owner

请正确配置私服 详情请参考文档

@NoBodyKnowsTheTroubleIHaveSeen

配置出错,build下插入pluginManagement元素



...
...
....



参考
https://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants