...
For a full list of plugins file attributes, go to Plugins File Documentation Plugin Descriptor File.
Info | ||
---|---|---|
| ||
Note that the artifact ids defined in a plugin should match the name of the Java projects - the artifact ids specified when the Java projects were created in the steps above. |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<pluginconfig> <plugins> <plugin> <name>example-ejb-plugin</name> <description>Example ejb plugin<plugin for getting started</description> <enabled>true</enabled> <vendor>CRM.COM</vendor> <version>1.0.0</version> <organisations> <organisationid>SUBSCRIPTIONS_DB</organisationid> <organisationid>ADMIN_DB</organisationid> </organisations> </plugin> <plugin> <name>example <artifacts> <artifactid>example-ejb-plugin</artifactid> <artifactid>example-web-plugin</name>artifactid> <description>Example web plugin</description> <enabled>true</enabled> <vendor>CRM.COM</vendor> <version>1.0.0</version> </artifacts> <organisations> <organisationid>SUBSCRIPTIONS_DB</organisationid> <organisationid>ADMIN_DB</organisationid> </organisations> </plugin> </plugins> </pluginconfig> |
...