imixs / manik-hot-deploy

Maven Incremental hot deploy - a plugin for the Eclipse IDE
https://manik.imixs.org/
GNU General Public License v3.0
20 stars 7 forks source link

WildFly Support #1

Closed rsoika closed 10 years ago

rsoika commented 10 years ago

To support autodeployment in WildFly we need an additional feature to deploy exploded artefacts. Also we need to create the .deploy and .redeploy Files during autodeployment-phase

rsoika commented 10 years ago

added a new property 'EXTRACT_ARTIFACTS_PROPERTY' indicating if we need to deploy the artifact folder instead of the packed artifact (.war / .ear)

rsoika commented 10 years ago

completed