users@maven-jaxb2-plugin.java.net

Deleting some of the generated sources before packaging

From: <timothy.astle_at_gmail.com>
Date: Mon, 12 Aug 2013 17:38:13 +0000 (UTC)

I started using the org.jvnet.jaxb2.maven2 maven-jaxb2-plugin in a
project.

When compiling schemas (before packaging), we need to delete some
generated source that we don't want included in the package. In the
OGC Schemas, I've seen an Ant Task used to do this. Ant Tasks aren't
used in our maven projects, because the Maven Ant Task Plugin was
designed more for projects transitioning to Maven.

Do you know if there is a feature to delete generated sources (probably
inferred from the episodes list) or if it would make sense to add this
functionality?