google-code-export / micrite

Automatically exported from code.google.com/p/micrite
GNU General Public License v3.0
2 stars 0 forks source link

micrite-security and micrite-crm fail to be imported correctly as maven projects complaining src/main/java cannot output to distinct source folder "target/classes" #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout trunk
2. import into eclipse as maven projects
3. micrite-security and micrite-crm fail to be imported correctly as maven 
projects complaining src/main/java cannot output to distinct source folder 
"target/classes"

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by krishna81m on 21 Feb 2012 at 9:58

GoogleCodeExporter commented 9 years ago
Resolved it by commenting out the <resource> copying from target/classes to

<resource>
   <directory>../micrite-common/src/main/resources</directory>
      <includes>specific static files

Original comment by krishna81m on 22 Feb 2012 at 5:21