This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Stanley Hillner edited this page Jul 21, 2016
·
10 revisions
The following pages will give a detailed overview over the basic concepts and their implementations as well as some usage examples and suggestions.
Simply add the following dependency to your Maven plugin and start implementing your Mojos.
<dependency>
<groupId>com.itemis.maven.plugins</groupId>
<artifactId>cdi-plugin-utils</artifactId>
<version>3.1.2</version>
</dependency>
Your Mojos must extend the abstract class com.itemis.maven.plugins.cdi.AbstractCDIMojo
and must not override the method execute() since this method is implemented by the base class and which will bootstrap the dependency injection container at this point.
- timestamps
- workflow
available for all Mojos!
TODO: link to subpages!
© 2016 itemis AG