google / google/closure-compiler
project not found by mvn to create the linter binary
- Dominant language
- JavaScript
- Stars
- 7.7k
- Forks
- 1.2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 6
Description
Here https://github.com/google/closure-compiler/wiki/Lint-checks
to build the standalone linter binary it is recommended to do `mvn install -DskipTests -pl com.google.javascript:closure-compiler-linter`:
```
$ mvn install -DskipTests -pl com.google.javascript:closure-compiler-linter
(vvv) luis@spinoza:~/projets/2018/Mazars/innovation$ mvn install -DskipTests -pl com.google.javascript:closure-compiler-linter
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[ERROR] [ERROR] Could not find the selected project in the reactor: com.google.javascript:closure-compiler-linter @
[ERROR] Could not find the selected project in the reactor: com.google.javascript:closure-compiler-linter -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
$
```
Contributor guide
Assessment
This issue has not been assessed yet.