Build

Provides information how to build the modules structure that contains the extension to integrate smartics-properties into an JBoss application server.

Create Modules

Unfortunately we do not provide a ZIP archive containing all modules required to install smartics-properties as an extension. Please refer to Project Dependencies for a list of dependencies to include into the extension. These artifacts can be compiled easily: Please download this project from our source repository and run the following command via Maven:

mvn clean package -Pmodules

Please note that some artifacts are only available via our artifact server. Please refer to Accessing Artifacts for details on configuring Maven to access these resources.

The above command will create the folder

target/jboss-modules

and an archive

smartics-properties-jboss-extension-builder-0.1.0-SNAPSHOT-jboss-modules.jar

for moving this folder to its destination. Please note that

  • the contents is copied without a root folder to this archive.
  • you should remove the META-INF from the destination folder.

We keep the META-INF in the artifact for reference.

What's next?

Now you are ready to integrate the generated extension module folder into your application server.