-
Notifications
You must be signed in to change notification settings - Fork 136
XCOMMONS-3470: Easier importmap declaration for webjars #1504
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
Conversation
1bd2166 to
add2b86
Compare
| if (isSelf) { | ||
| continue; | ||
| } | ||
| if (dependencies.stream().noneMatch( |
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.
TODO: also add a check that the path is corresponding to an existing file in the jar.
...commons-core/xwiki-commons-webjars/src/main/java/org/xwiki/webjars/WebjarPathDescriptor.java
Show resolved
Hide resolved
xwiki-commons-core/xwiki-commons-webjars/src/main/java/org/xwiki/webjars/WebjarDescriptor.java
Outdated
Show resolved
Hide resolved
| { | ||
| @Inject | ||
| private MavenProject project; | ||
| protected MavenProject project; |
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.
Visibility change to be able to call project.getArtifacts() on JavascriptImportMapCheck
Jira URL
Changes
Description
Clarifications
Screenshots & Video
N/A
Executed Tests
Expected merging strategy