Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • J jruby-maven-plugins
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The TorqueBox Project
  • jruby-maven-plugins
  • Merge requests
  • !7

Next

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/adamw/next into next Mar 11, 2011
  • Overview 7
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: adamw

Hello, the commits makes the maven reports generate a TEST-Ruby.xml file, which is in JUnit format. We are feeding this to TeamCity (using maven-antrun-plugin which runs:

 <echo message="##teamcity[importData type='junit' path='${project.build.directory}/TEST-Ruby.xml']" />

before the tests start), so that our tests are counted and we can see which passed/failed. I think other tools may consume this format as well.

Adam

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/adamw/next