Here a part of my pom

      <executions>
                                <execution>
                                            <goals>
                                                <goal>generate</goal>
                                            </goals>
                                            <configuration>
                                                
<generatorToUse>graniteds2</generatorToUse>
                                                <beanTemplate>
                                                    
<template>${project.basedir}/templates/bean.gsp</
template>
                                                </beanTemplate>

                                                <excludeJavaClasses>
                                                        
<excludeJavaClass>org.*</excludeJavaClass>
                                                        
<excludeJavaClass>junit.*</excludeJavaClass> package I
want to filterfiltered
                                                </excludeJavaClasses>

                                                <includeJavaClasses>
                                                    
<includeClass>com.*</includeClass> my package
                                                </includeJavaClasses>
                                            </configuration>
                                        </execution>
                        </executions>

The exclude and include seem to be unusable with wildcard pattern.

Here my project structure

parent               (with junit, log4j and commons-logging
dependencies)
 |_ flex (the gui)
 |_flex-beans (only as3 beans)
 |_ java-beans (only java beans)
 |_ .....

I add the java-beans produced jar into the java build path of the flex-
beans maven module
The plugin take all java classes of the current classpath but, I
didn't succeed with filtering classes...

And I didn't fount any complete sample...

Thanks for your help

On 18 août, 13:29, Marvin Froeder <[email protected]> wrote:
> Did you try include/exclude 
> JavaClasses?http://sites.sonatype.org/flexmojos/flexmojos-maven-plugin/generate-m...
>
> <http://sites.sonatype.org/flexmojos/flexmojos-maven-plugin/generate-m...>
> VELO
>
> On Tue, Aug 18, 2009 at 7:02 AM, Sebastien Bordes <
>
> [email protected]> wrote:
>
> > Hi,
>
> > I've got another noob question ...
>
> > I want to generate as3 beans with implicit getter and setter (to use
> > with remote object).
>
> > How can nI set the root folder that contain all my Java beans ?
>
> > Is a sample pom exists ?
>
> > Thanks.
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to