Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Goals

GoalDescription
aspectwerkz:attributec Compile AspectWerkz javadoc attributes for xml-defined aspects (i.e. maven.aspectwerkz.mode = xmldef).
aspectwerkz:aspectc Parse files for custom javadoc tags (attribef mode only) and weave them in the bytecode of the aspects themselves.
aspectwerkz:compile Compile both main runtime sources and any non-production source aspects.
aspectwerkz:weave Weave aspects at build time (offline mode). Works for both "xmldef" (maven.aspectwerkz.mode = xmldef) and "attribdef" (maven.aspectwerkz.mode = attribdef) modes.