I am currently trying to migrate an existing web-project in Netbeans 7.0.1 to a Maven-project in Netbeans. The project uses JSF2 and runs on Glassfish 3.1.
I have created a new Maven-project ...
When Netbeans tries to deploy my JSF maven app on glassfish after building, the console logs show the same log messages multiple times(upto 10-12 times). What may be the cause of ...