Blog

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

Code Block
 --- 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! :-)

Note Box
titlePlease note

The links above directs you to the currently released version of today. As time goes by, new versions of this software will be released. The versioned sites will still be available to provide you with the documentation for the version of the software you are actually using.

For each project there is a link that will always point to the homepage of the latest released version.