All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.README.txt Maven / Gradle / Ivy

There is a newer version: 34.0.1.Final
Show newest version
This project was created from the archetype "wildfly-subsystem-archetype".

Documentation on Subsystems can be found here: https://docs.wildfly.org/29/Extending_WildFly.html

To deploy it:

Step 1:
Register the extension in "standalone.xml" and add the subsystem configuration:

    
        ...
        
    

    
        ...
        
        
		
    

Step 2:
After having built this project with a call to "mvn install", the directory "target/module" will contain a subdirectory structure
corresponding to the module name "$module" (each "." is replaced with a path separator).
This subdirectory contains two files "${artifactId}.jar" and "module.xml".
Copy the subdirectory of "target/module" to "%WILDFLY_HOME%/modules/system/layers/base/".


Now start the WildFly server.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy