Versions Compared

Key

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

...

The best way to start developing a plugin is by using an archetype. The example command below creates an element archetype:

 

...

themeEclipse
mvn archetype:generate -DinteractiveMode=false -DarchetypeGroupId=nl.gx.webmanager.archetypes -DarchetypeArtifactId=XperienCentral-element-archetype -DarchetypeVersion=<XperienCentral Version> -DgroupId=com.gxXperienCentral.helloworld -DartifactId=helloworldelement -Dclassprefix=HelloWorld -s ..\XperienCentral\settings.xml

...

 

The following is a sample activator.java file with key:

...