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