Thanks! :)

But still not following, I'm a maven idiot :)

Tried to run mvn component-report, got the following error:

C:\dev>mvn component-report
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Invalid task 'component-report': you must specify a valid lifecycle
phase, or a goal in the format plugin:goal or
pluginGroupId:pluginArtifactId:pluginVersion:goal
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Tue Aug 24 10:14:50 CEST 2010
[INFO] Final Memory: 1M/4M
[INFO]
------------------------------------------------------------------------


I added this right after my <build> section:

<reporting>
<plugins>
<plugin>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-component-report</artifactId>
<version>5.2.0</version>
<configuration>
<rootPackage>my.app.package.here.tapestry5</rootPackage>
</configuration>
</plugin>
</plugins>
</reporting>



On Tue, Aug 24, 2010 at 9:19 AM, Ulrich Stärk <u...@spielviel.de> wrote:

> The goal is called "component-report".
>
>
> On 23.08.2010 21:07, Inge Solvoll wrote:
>
>> http://tapestry.apache.org/tapestry5.1/tapestry-component-report/
>>
>> Is this something that generates nice component documentation?
>>
>> If so, how do I invoke it from mvn command line?
>>
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to