jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Mojo
  • MOJO-615

pb with different surefire reports directory

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major 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,

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
David Vicente added a comment - 22/Feb/07 6:34 AM

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}

Show
David Vicente added a comment - 22/Feb/07 6:34 AM 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}
Hide
Permalink
David Vicente added a comment - 22/Feb/07 6:38 AM

released in 1.0.1-SNAPSHOT version

Show
David Vicente added a comment - 22/Feb/07 6:38 AM released in 1.0.1-SNAPSHOT version
Hide
Permalink
David Vicente added a comment - 22/Feb/07 10:08 AM

don't take account of the previous comment.

the dashbord will be released as 1.0-SNAPSHOT version

Show
David Vicente added a comment - 22/Feb/07 10:08 AM don't take account of the previous comment. the dashbord will be released as 1.0-SNAPSHOT version

People

  • Assignee:
    David Vicente
    Reporter:
    David Vicente
Vote (1)
Watch (1)

Dates

  • Created:
    11/Jan/07 1:29 AM
    Updated:
    22/Feb/07 10:08 AM
    Resolved:
    22/Feb/07 6:38 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.