On Sun, Jan 25, 2009 at 12:29 AM, RedBugz Software <[email protected]> wrote:
> You need to declare a dependency on the plugin, then it will run with mvn
> site:
> <plugin>
> <groupId>info.flex-mojos</groupId>
> <artifactId>asdoc-mojo</artifactId>
> <version>${flex-mojos.version}</version>
> </plugin>
Oops, forgot, you also need to put it in the reporting section:
<reporting>
<plugins>
<plugin>
<groupId>info.flex-mojos</groupId>
<artifactId>asdoc-mojo</artifactId>
<version>${flex-mojos.version}</version>
</plugin>
.....
Logan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en
http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---