...
- Open a command prompt window.
- Go to the folder
C:\GX\helloWorldWCBs\helloworldelement
. - Execute the command:
mvn -s ..\..\XperienCentral\settings.xml clean package
- Copy the file
helloworldelement-1.0.0.jar
from the target folder toC:\GX\XperienCentral\work\deploy
. - The element is now available in XperienCentral. To prevent that everybody can just everybody from being able to use it right away, the element has to be activated first (this can be done through the
Configuration > Channel configuration > Functionalities menu). After activation, the element is available in the menu.
...