-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Adding sources maven artifact for dashboard-war #5971
Adding sources maven artifact for dashboard-war #5971
Conversation
Signed-off-by: Sun Tan <sutan@redhat.com>
dashboard/pom.xml
Outdated
<id>add-resource</id> | ||
<phase>generate-resources</phase> | ||
<goals> | ||
<goal>add-resource</goal> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK here you're adding sources as resources
while we should have a separated artifact including the sources.
Else we will deploy a war file that will include the source code while we're only requiring final js code
so IMHO it's more about add-source goal and using maven-source-plugin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok I see will fix it
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/3340/ |
Signed-off-by: Sun Tan <sutan@redhat.com>
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/3355/ |
Adding sources maven artifact for dashboard-war Signed-off-by: Sun Tan <sutan@redhat.com>
Adding sources maven artifact for dashboard-war Signed-off-by: Sun Tan <sutan@redhat.com>
What does this PR do?
Adding sources maven artifact for dashboard-war
What issues does this PR fix or reference?
Changelog
Adding sources maven artifact for dashboard-war
Release Notes
Adding sources maven artifact for dashboard-war
Docs PR