Hi,
Is there a way yo have a maven projet in eclipse, and make auto deploy of objects changes and html changes ?
Yes Eclipse can do it, i still did not put to work when a class has a new method or attribute.
1. with eclipse luna
2. with wildfly 8
3. a maven project
4. make "run as " , run on server, choose wildfly 8
5. on servers -> start the server and deploy the project
6. on servers, dbl click on the server, it will appear the server configuration
On "Application reload behaviour"
click on intercept hot code and put on the edit box "\.jar$|\.class$"
On "publishing"
choose automatic publish after a build event
7. If you want to pass parameters to Wildfly startup, click on open launch configuration , example
-Dproperties.file=/hmi.properties
best