Hi there,

Just a quick question: say I've got a fileset in the archetype descriptor like so:

<?xml version="1.0" encoding="UTF-8"?>
<archetype-descriptor name="woapplication-archetype">
        <requiredProperties>
                ...
        </requiredProperties>
        <fileSets>
                <fileSet filtered="true" packaged="true" encoding="UTF-8">
                        <directory>src/main/java</directory>
                        <includes>
                                <include>**/*.java</include>
                        </includes>
                </fileSet>
                ...
        </fileSets>
</archetype-descriptor>

Is it possible to define either an include/exlude or an optional fileset that's driven by the properties? Otherwise, how do other people optionally include/exclude files during arhcetype:generate?

Thanks.

with regards,
--

Lachlan Deck


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to