I just added this to my project and have only 1 issue. My generated-sources
does not get included....

           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-jxr-plugin</artifactId>

               <reportSets>
                   <reportSet>
                       <id>com</id>
                       <configuration>
                           <includes>
                               <include>org/**/*.java</include>
                               <include>com/**/*.java</include>
                           </includes>
                           <excludes>

<exclude>com/company/test/**/*.java</exclude>
                           </excludes>
                       </configuration>
                       <reports>
                           <report>jxr</report>
                       </reports>
                   </reportSet>
               </reportSets>

           </plugin>


How can I include both :
./src/main/java

and

./src/main/generated-sources





On 7/11/07, Jerome Thibaud <[EMAIL PROTECTED]> wrote:

oh! oh! oh! I think I've seen a typo...
As usual, it's after you click the send button that it hits you!

the second
           <reports>
             <report>jxr</report>
           </reports>

should have been
           <reports>
             <report>test-jxr</report>
           </reports>

I guess that's this part which makes the link between a configuration and
a
goal.

Thus said it still doesn't work!

Exclusion/Inclusion works fine when applied to the plugin level.
But no effect when applied in the reportSet...

[DEBUG]   (f) excludes = []
[DEBUG]   (f) includes = []



Help greatly appreciated!


Jerome




--
---
Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/djmick_dot_com
http://www.myspace.com/sexybeotches
http://www.thumpradio.com
---

Reply via email to