rogertime / maven-utplsql-plugin

Automatically exported from code.google.com/p/maven-utplsql-plugin
1 stars 1 forks source link

multiple executions delete previous surefire reports #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create multiple executions of the utplsql plugin in your pom
2. run mvn test
3. look in your surfire report output directory

What is the expected output? What do you see instead?
I expect one surefire report for each execution. 
I assume that line 308: FileUtils.cleanDirectory(surefireDir); in UtplsqlMojo 
cleans the directory for each execution so only the last report will be in the 
output directory.

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

Please provide any additional information below.
Maybe I will find time to provide a fix for this, although I dont know if this 
behavior is on purpose.

Regards,
Mathias

Original issue reported on code.google.com by m.gamp...@gmail.com on 7 Jun 2012 at 12:18