I don't understand what you want to customize, but I want to advice you to
don't fight Maven. Use the standards and your development life will be so
much easier.

/Anders

On Thu, Sep 16, 2010 at 20:03, Amit Moses <ami...@hotmail.com> wrote:

>
> Dear All, I am just a beginner with maven 2.0. I am trying to build a maven
> project with some customized folder. .i.e As follows
>
> Simple
> - pom.xml
> - src
>  - main
>  - java
>   - org
>    - simple
>     - com
>      - test.java
>   - folder1
>    -folder2
>     - hello.java
>
> I want maven to build these files and place them to the respective classes
> directory
>  - Target
>  - classes
>   - org
>    - simple
>     - com
>      - test.class
>    - folder1
>     -folder2
>      -hello.class
>
> Can anyone please help me on this.
>
> Thanks in advance.
>
>
>

Reply via email to