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
  • !32

Fix for failing integration tests in gem-maven-plugin

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/tychobrailleur/gem_clean into master Aug 19, 2012
  • Overview 3
  • Commits 3
  • Pipelines 0
  • Changes 3

Created by: tychobrailleur

Prior to getting some work done on that plugin, I wanted to make sure all the integration tests for it passed. There were 3 failing:

  • small-project was failing when trying to download jruby-openssl with jruby 1.7, as the torquebox maven repo for the gems was not defined;
  • script-inside-pom-to-outputfile-somewhere was failing as Dir.new("..").collect returns Enumerable in 1.9 which is now the default mode in jruby 1.7;
  • Last one is a bit more puzzling: I was getting http://jira.codehaus.org/browse/JRUBY-5789 ((ArgumentError) $! not set) when running it – so I switched the unit test to RedBridge.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/tychobrailleur/gem_clean