Uploaded image for project: 'Maven Changes Plugin'
  1. Maven Changes Plugin
  2. MCHANGES-279

ability to skip for Jira is offlince

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Auto Closed
    • 2.6
    • None
    • jira
    • None

    Description

      maven-changes-plugin is great and compiles a nice Jira report.
      We need an ability to skip the Jira report compilation. Jira instance may not always be available when on different network or completely disconnected from Jira.

      <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-changes-plugin</artifactId>
                <version>2.6</version>
                <configuration>
                	<skip>true<skip>
                      ...
                </configuration>
      </plugin>          	
      

      Skip flag above can then be parameterized.
      I'm not sure if the plugin can be sensitive to --offline flag instead of <skip> flag.

      When Jira is unavailable, current behavior just times out during the build. But build takes forever to complete waiting for times outs and retries.

      Attachments

        Activity

          People

            Unassigned Unassigned
            swapsapar cosmo
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: