This is a maven archetype for a sample oXygen Web Author Plugin
In order to create a sample plugin project, use the following command:
mvn "org.apache.maven.plugins:maven-archetype-plugin:2.4:generate" "-DarchetypeGroupId=com.oxygenxml" "-DarchetypeArtifactId=web-author-plugin-archetype" "-DarchetypeVersion=26.1" "-DarchetypeRepository=https://raw.githubusercontent.com/oxygenxml/web-author-plugin-archetype/mvn-repo/"
You will be asked to fill in details about your project.
To create the plugin archive run the following command in the plugin's folder:
mvn package
The archive will be found in the target/
folder with a name ending in -plugin.jar
.
To deploy your plugin, you need to upload it in the Web Author's Administration Page.