I have a NetBeansmavenized contaning project :
How can I set up my projects to automatically deploy on save?
configuration file ( nb-configuration.xml) is as follows:
<?xml version="1.0" encoding="UTF-8"?>
<project-shared-configuration>
<properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
<netbeans.compile.on.save>all</netbeans.compile.on.save>
</properties>
</project-shared-configuration>
source
share