Hi,

Is good idea , but the structure that i mentiened is a simple example only. 
Imagine we have this :

MyProject-Appli :

   --> src

        --> java

           --> com.omni.application

                --> module1
 
                       --> process1
                       
                       --> process2
                       
                       --> process3

                            --> manager
        
                      --> services
                
                        --> valueobject

                --> module2
 
                       --> process1
                       
                       --> process2
                       
                       --> process3

                            --> manager
        
                      --> services
                
                        --> valueobject


So what you suggest me ??

thx
-----Message d'origine-----
De : Marouane Amraoui [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 5 avril 2007 11:22
À : Maven Users List
Objet : Maven : generate my own project structure 

This structure below i can't generate it only using archetype
developpement if the ap1, .., apn is a parameter and not fixed in the
archetype. 

Please , I want to have some directive from maven users which is the
best 

way to do that : 

1. Develop a plugin ???, in this case if there is a example will be
better
2. Using only ant task ???

Thx in advance ...

 

MyProject-Appli :

   --> src

        --> java

           --> com.omni.application

                --> ap1

                    --> manager

                    --> services

                    --> valueobject
                ..    
                
 
                --> ap n

                    --> manager

                    --> services

                    --> valueobject 


---------------------------------------------------------------------
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