Hello everyone, I would like to create a Maven archetype which creates a directory structure for some new projects, but as these projects will be documentation-only and no artifact will have to be generated from them, I don't want a pom.xml file to appear in the generated project at all (in fact they will be sub-projects of a bigger one, but I explicitly do not want to use the "module" management feature).
The pom.xml seems to be impossible to filter (with an <exclude> clause), and if I directly remove it from the archetype, generating a project from it results in an error (for not finding pom.xml). Is there a way to avoid checking for this file, or at least a way of removing it automatically after creating the project? Regards, Daniel. -- View this message in context: http://www.nabble.com/Archetype-for-creating-projects-without-pom.-Is-it-possible--tp22161038p22161038.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
