How can I have a report for packages in my project ?

If I not specified the tag 'packages' I got 'No source found for....',
normally because it's the base.
Inside the base package I have 'business' with 3 classes and sub-packages.

When I set the tag packages with org.business, the report is for the 3
classes. It doesn't for another classes in other packages by recursive way.

How can I do this ?

Thanks the help

2008/12/4 Michael Kargbo <[EMAIL PROTECTED]>

> Ok thanks,
> I must set:
> <releases>
>                <enabled>true</enabled>
> </releases>
>
> 2008/12/2 Benjamin Bentmann <[EMAIL PROTECTED]>
>
> Michael Kargbo wrote:
>>
>>  The plugin 'org.codehaus.mojo:jdiff-maven-plugin' does not exist or no
>>>> valid version could be found
>>>>
>>>
>>>
>>> I have in my pluginRepository, the codehaus snapshot repository
>>>
>>>  <pluginRepository>
>>>>            <id>Codehaus Snapshots</id>
>>>>            <url>http://snapshots.repository.codehaus.org/</url>
>>>>            <snapshots>
>>>>                <enabled>true</enabled>
>>>>            </snapshots>
>>>>            <releases>
>>>>                <enabled>false</enabled>
>>>>            </releases>
>>>>        </pluginRepository>
>>>>
>>>
>> Works for me. You could try to add the Codehaus snapshot repo additionally
>> as a regular <repository> (c.f. [0]). I don't see how this could make a
>> difference for Maven 2.x but one never knows.
>>
>> If you employ a proxy, have a look at [1].
>>
>>  Has the project moved ?
>>>
>>
>> No, see [2] where the artifacts reside.
>>
>> Another option is to just checkout the project sources and install it
>> locally using
>>  mvn install
>>
>>
>> Benjamin
>>
>>
>> [0] http://mojo.codehaus.org/using-sandbox-plugins.html
>> [1] http://maven.apache.org/guides/mini/guide-proxies.html
>> [2]
>> http://snapshots.repository.codehaus.org/org/codehaus/mojo/jdiff-maven-plugin/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>   http://xircles.codehaus.org/manage_email
>>
>>
>>
>

Reply via email to