Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: dashboard
-
Labels:None
-
Complexity:Intermediate
Description
Submitted by Nagai Akifumi from Tosihba I.S. Corp :
I found your great maven-plugin and started to use it.
Can you tell me how to change configuration of it.
I want to chage sure-fire's outputDirectory.
I use this configuration for easy debug.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>pertest</forkMode>
<redirectTestOutputToFile>
true
</redirectTestOutputToFile>
<reportsDirectory>
target/site/sunfire-reports
</reportsDirectory>
</configuration>
</plugin>
I hope you give me any good solutions.
Best Regards,
the surefire configuration will be retreive by plugin'configuration discovery as done in AntBuildWriterUtil class and the use of plexus-util to resolve properties values as ${xx.xx}