This Addon requires the following installation steps.
To use this addon, you must add it as a dependency in the pom.xml of your forge-addon classified artifact:
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>core</artifactId>
<classifier>forge-addon</classifier>
<version>${version}</version>
</dependency>- Convenient programming experience
-
Because the Core addon provides a dependency on all other core Forge addons, it may be used to gain access to all core addons via one dependency.
NoteIt is NOT recommended to depend on this addon unless you legitimately need access to all core functionality. This is considered bad addon-writing etiquette. You should probably add dependencies only to those addon which are required.