Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-3171

execute "mvn clean" and "mvn install" separately in build plan

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Duplicate
    • None
    • None
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      as opposed to specifying |clean install| as goals in a build plan which leads to
      $ mvn clean install

      the maven targets should be separated so there are 2 or more iteration of maven: |clean | install | which would lead to:
      $ mvn clean
      $ mvn install

      This ensures that all modules are cleaned before the install. Otherwise clean install is run on a module by module basis.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ukuhnhardt Ulrich Kuhnhardt [Atlassian]
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: