...
- Open a command prompt.
- Navigate to the directory in which you already created your helloworld plugins (
C:\GX\helloWorldWCBs
,helloWorld
for example). - Enter the command (replace
<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=XperienCentral-testbundle-archetype -DarchetypeVersion=<webmanager version> -DgroupId=com.gxXperienCentral.helloworld -DartifactId=helloworldtestbundle -Dclassprefix=HelloWorld -s ..\XperienCentral9\settings.xml
...
- Open a command prompt.
- Navigate to the folder
C:\GX\helloWorldWCBshelloWorld\helloworldtestbundle
. - Execute the command:
mvn -s ..\..\XperienCentral\settings.xml clean package
- Copy the file
helloworldtestbundle-1.0.0.jar
from the “target” directory toC:\GX\XperienCentral\work\deploy
.
...