Folks,
I am developing a Java application using Eclipse. Maven is used to create the final jar file.
In the application, I use some image icons for the butto
I had my favicon in the root of maven project and it was not getting included in the generated war. With lot of googling I got the solution from maven help page.
org.apache.maven.plugins maven-war-plugin 3.0.0 ${project.basedir} favicon.ico