Test Maven 3.6.0
This is a same blog post as the previous one for maven 3.5.0-alpha-1 here : https://tcollignon.github.io/2017/02/27/Test-Maven-350-alpha-1.html A new version of Maven (3.6.0) is currently…
This is a same blog post as the previous one for maven 3.5.0-alpha-1 here : https://tcollignon.github.io/2017/02/27/Test-Maven-350-alpha-1.html A new version of Maven (3.6.0) is currently…
I’ve already written a blog post on this topic : https://tcollignon.github.io/2016/12/04/How-to-compile-JSP-with-Tomcat-and-Maven-faster.html Meanwhile, I have proposed some PR to the project https://github.com/leonardehrenfried/jspc-mave…
A new version of Maven (3.5.0-alpha-1) is currently in Apache [VOTE]. Binaries can be found here : https://repository.apache.org/content/repositories/maven-1324/org/apache/maven/apache-maven/3.5.0-alpha-1/ This is the…
When I must pre-compile JSP with tomcat, it’s usually pain because it takes a lot of time. Let’s see How compile this faster. How to compile JSP If I must compile…
If you run maven-site-plugin in project with inheritance, you may be confronted to this error : [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project XXXXX: SiteToolException: The site…