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

wso2-maven-package-prepare-plugin lacks commons-logging dependency #59

Open
daoxxx opened this issue Apr 15, 2020 · 0 comments · May be fixed by #60
Open

wso2-maven-package-prepare-plugin lacks commons-logging dependency #59

daoxxx opened this issue Apr 15, 2020 · 0 comments · May be fixed by #60

Comments

@daoxxx
Copy link

daoxxx commented Apr 15, 2020

Description:
wso2-maven-package-prepare-plugin generates error when it's being applied to MavenMultimoduleProject

A required class was missing while executing org.wso2.maven:wso2-maven-package-prepare-plugin:5.2.19:system-scope: org/apache/commons/logging/LogFactory

Affected Product Version:
5.2.19
OS, DB, other environment details and versions:
Apache Maven 3.6.3
Steps to reproduce:
mvn -e org.wso2.maven:wso2-maven-package-prepare-plugin:system-scope

Adding dependency to the wso2-maven-package-prepare-plugin-5.2.19.pom fixes the bug

<dependency>
           <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
</dependency>
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

Successfully merging a pull request may close this issue.

1 participant