...
- Create a folder on your computer in which you will start working on your helloWorld element (
C:\GX\helloWorldWCBs
, for example). - Open a command prompt.
- Navigate to the folder in which the element should be created (
C:\GX\helloWorldWCBs
). Execute the command (replace the
<XperienCentral Version>
with the version number of XperienCentral that you’re building against (10.10.0, for example):mvn archetype:generate -DinteractiveMode=false -DarchetypeGroupId=nl.gx.webmanager.archetypes -DarchetypeArtifactId=webmanager-element-archetype -DarchetypeVersion=<XperienCentral Version> -DgroupId=com.gxwebmanager.helloworld -DartifactId=helloworldelement -Dclassprefix=HelloWorld -s ..\XperienCentral<xperiencentral-root>\settings.xml
A new subfolder called "helloworldelement" is now present.
...