...
XperienCentral requires Maven 3.36.x. It’s very easy to check which version you are currently using: open a command prompt and type:
...
To download the latest version of Maven 3.36.x, go to the website: http://maven.apache.org/download.html.
...
- Create a folder on your computer in which you will start working on your helloWorld element (
C:\GX\helloWorld
, for example). - Open a command prompt.
- Navigate to the folder in which the element should will be created (
C:\GX\helloWorld)
. Execute the command (replace the
<XperienCentral Version>
with the version number of XperienCentral that you’re building against (10.1037.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-root>\settings.xml
...