org.codehaus.mojo.openjpa
Class OpenJpaEnhancerMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.openjpa.AbstractOpenJpaMojo
org.codehaus.mojo.openjpa.AbstractOpenJpaEnhancerMojo
org.codehaus.mojo.openjpa.OpenJpaEnhancerMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class OpenJpaEnhancerMojo
- extends AbstractOpenJpaEnhancerMojo
Processes Application model classes and enhances them by running Open JPA
Enhancer tool.
This basically only acts as a container for the xdoclet stuff since all
the required functionality is already in the AbstratOpenJpaEnhancerMojo
.
- Since:
- 1.0
- Version:
- $Id: OpenJpaEnhancerMojo.java 10954 2009-10-23 22:05:45Z struberg $
- Author:
- Rahul Thakur, Mark Struberg
- Is bound to the specified phase of the standard build lifecycle:
- process-classes
- Requires the dependencies in this specified scope:
- compile
- Is defined by the goal name:
- enhance
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenJpaEnhancerMojo
public OpenJpaEnhancerMojo()
Copyright © 2008-2014 Codehaus. All Rights Reserved.