> Is there a way to rebuild the default directory structure from an existing > pom.xml > > Say someone sends you just the pom.xml and you want to recreate the default > folder structure.
If none of the directory paths have been modified from the "default" (convention), then you could just use an archetype to create the dirs, then copy the pom.xml file over the one that was created by the archetype. Short of this, no, I don't know of a way to do what you're describing. I don't see this as being something you'd do very often. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
