Hi, Just create those directories manually. As they are defined in Maven's super pom (http://maven.apache.org/guides/introduction/introduction-to-the-pom.html), you don't need to define them in your pom.
Btw, what is not working? /Anders On Sun, May 24, 2009 at 21:45, Ricky <[email protected]> wrote: > Hi, > > When i generate using a simple mvn archetype:generate and select option 18 > (simple web project), I only get src/main/resources as the source folder, > How can i include src/main/java and src/main/test and script folders to this > generated project, I tried using: > <sourceDirectory>src/main/java</sourceDirectory> inside the <build> tag. > but apparently its not working > ** > Any suggestions/pointers/links? > > Regards > Vyas, Anirudh > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
