Building maven raises maven-plugin:0.0.16 error, A required class was missing -
when building project weird error came up:
a required class missing while executing com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm: org/slf4j/helpers/markerignoringbase
i don't know related maven new version? last night updated maven 3.3.3.
it slf4j issue.. changed frontend-maven-plugin version 0.0.23 , fine now.
<plugin> <groupid>com.github.eirslett</groupid> <artifactid>frontend-maven-plugin</artifactid> <version>0.0.23</version> </plugin>
Comments
Post a Comment