config-smartics-alias-1.1.0 released!

The configuration config-smartics-alias for the Alias Maven Plugin has been released with version 1.1.0.

The new configuration allows to talk to a JBoss AS via the JBoss AS7 Deployment Plugin via aliases. This speeds up deploying and undeploying artifacts to the application server from the command line.

This is the new section of aliases:

 --- jboss
 asd  = mvn jboss-as:deploy [args]
 asr  = mvn jboss-as:redeploy [args]
 asu  = mvn jboss-as:undeploy [args]
 iasd = mvn clean install jboss-as:deploy [args]
 iasr = mvn clean install jboss-as:redeploy [args]

Here is the link to the homepage of version 1.1.0 of this configuration project.

Happy asd'ing and asu'ing! :-)