Maven 1.x MultiChanges Plugin

Utilize the multiproject reactor simular to the Dashboard plugin

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.1
  • Fix Version/s: 1.2
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

Since the multichanges plugin does not utilize the multiproject configuration, duplicate configuration is required. The requested improvement is for the multichanges plugin to utilize the multiproject configuration, simular to the dashboard plugin does.

***

  • Current configuration
    ***
  1. Multichanges plugin
    maven.multichanges.basedir=${basedir}
    maven.multichanges.includes=foo/project.xml,bar/project.xml
    maven.multichanges.ignoreFailures=false

    # Multiproject plugin
    maven.multiproject.basedir=${basedir}
    maven.multiproject.includes=foo/project.xml,bar/project.xml
    maven.multiproject.ignoreFailures=false
    maven.multiproject.navigation=independent

***

  • Desired configuration
    ***
  1. Multichanges plugin
  1. Multiproject plugin
    maven.multiproject.basedir=${basedir}
    maven.multiproject.includes=foo/project.xml,bar/project.xml
    maven.multiproject.ignoreFailures=false
    maven.multiproject.navigation=independent

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: