Hi,

I have an example project that also serves as source for an archetype. So, the 
pom has:

    <build>
        <plugins>
            <plugin>
                <artifactId>maven-archetype-plugin</artifactId>
                ….
            </plugin> 
        </plugins> 
    </build>

Of course, this means that the resulting archetype has this in its POM. Is 
there any way to filter this out? Is there another plugin I can use in 
conjunction with the archetype plugin? Or maybe this would make for a good 
addition to the archetype plugin itself.

Thoughts?

Reply via email to