Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open a command prompt.
  2. Navigate to the directory in which you already created your helloworld plugins (C:\GX\helloWorldWCBs, helloWorld for example).
  3. 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

...

  1. Open a command prompt.
  2. Navigate to the folder C:\GX\helloWorldWCBshelloWorld\helloworldtestbundle.
  3. Execute the command:

     mvn -s ..\..\XperienCentral\settings.xml clean package

  4. Copy the file helloworldtestbundle-1.0.0.jar from the “target” directory to C:\GX\XperienCentral\work\deploy.

...