Beedraz / recovered-from-google-code

Automatically exported from code.google.com/p/beedraz
0 stars 0 forks source link

POM must deal with src/issues/java #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
src/issues/java is a new directory that contains Java code that shows problems. 
In essence, these 
are tests that fail, or demonstrate a feature request. We do not want to put 
this in src/test/java, 
because then it would be difficult to test any results, or decide which things 
to fix or implement in 
which version.

Yet, Maven must know about this new source folder, for mvn eclipse:eclipse to 
work, at least.

Original issue reported on code.google.com by jandockx on 19 Jul 2007 at 6:43

GoogleCodeExporter commented 8 years ago

Original comment by jandockx on 20 Jul 2007 at 9:53