By creating this structure you are making it unfamiliar to other maven
developers.

But if you need to do it:
        ...
        <build>
                <sourceDirectory>src</sourceDirectory>
                <testSourceDirectory>test</testSourceDirectory>
        ...

In the pom.xml file will do it.

Cheers,

Rich

-----Original Message-----
From: Ilya Ermolov [mailto:[EMAIL PROTECTED] 
Sent: 22 May 2008 12:11
To: [email protected]
Subject: Create non conventional archetype


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-tp17402009p17402
009.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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to