python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
maven fails to find files in main package: ZIP file can't be opened as a file system because an entry has a '.' or '..' element in its name
I have a maven project that I can no longer get to build:
mvn clean compile
ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project di...

Jeff E Mandel
Votes: 0
Answers: 3
Trying to add the Lit JS framework to an existing Spring Boot project via Webjar dependency in gradle. Results in:Failed to resolve module specifier
When I try to use the framework I am seeing this error in the browser:
Failed to resolve module specifier "@lit/reactive-element"
In my html thymeleaf template I have:
<script type=&qu...
tad604
Votes: 0
Answers: 2