Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-1228

Support running a project in multiple maven2 invocations

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • maven-plugin
    • None
    • Platform: All, OS: All

      Some plugins like the dashboard plugin
      (http://mojo.codehaus.org/dashboard-maven-plugin/usage.html) requires that it is
      not run in the same maven2 invocation as the main site generation.

      This is not possible with hudson as far as I can tell. The nearest thing I can
      think of is creating 3 freeform project

      project 1: mvn clean site
      project 2: dashboard:dashboard site:deploy
      project 3: install

      I am running install last since I want the site dashboard built, which is afaik
      would not be with the install goal in project 1 (and with a failing unittest)
      either that or running with the -fae option

            Unassigned Unassigned
            lynggaard lynggaard
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: