Hi! Please, help me. I need to create directory structure shown below: project +-src | +-org | +-mycompany | +-app.java +-test | +-org | +-mycompany | +-apptest.java pom.xml
How can i create new archetype having this directory structure and redefine source directory from "src/main/java/org/mycompany" to "src/org/mycompany"? -- View this message in context: http://www.nabble.com/Create-non-conventional-archetype-tp17402009p17402009.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]
