Package org.codehaus.mojo.aspectj
Class EclipseAjcMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.codehaus.mojo.aspectj.AbstractAjcMojo
-
- org.codehaus.mojo.aspectj.EclipseAjcMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="EclipseAjcMojo", requiresDependencyResolution=COMPILE) public class EclipseAjcMojo extends AbstractAjcMojo
Create eclipse configuration of aspectJ- Author:
- Juraj Burian
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FILE_SEPARATOR
-
Fields inherited from class org.codehaus.mojo.aspectj.AbstractAjcMojo
aspectLibraries, basedir, project, weaveDependencies, weaveDirectories, xmlConfigured
-
-
Constructor Summary
Constructors Constructor Description EclipseAjcMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.codehaus.mojo.aspectj.AbstractAjcMojo
isSkip, setXmlConfigured
-
-