frontend-maven-plugin
frontend-maven-plugin copied to clipboard
Fix issues for pnpm
trafficstars
Summary
This commit fixes the following issues for pnpm:
- Comment mismatch.
- pnpm is never "provided" by Node.js so
<pnpmVersion>is required. - Java class name CamelCase:
PNPMInstaller->PnpmInstaller.
Tests and Documentation
Although pnpm support was added in https://github.com/eirslett/frontend-maven-plugin/pull/927, documentation is lacking in README.md and the project wiki. I will add documentation in a follow-up pull request.
@eirslett Can you please take a look? Thanks!
@eirslett Please take a look. Thanks!
LGTM!