...
The best way to start developing a plugin is by using an archetype. The example command below creates an element archetype:
...
theme | Eclipse |
---|
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:
...