Uploaded image for project: 'Apache RocketMQ'
  1. Apache RocketMQ
  2. ROCKETMQ-168

Duplicated calls of life cycle in Maven.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 4.0.0-incubating
    • 4.1.0-incubating
    • None
    • None

    Description

      Current the build documentation states to build via:

      mvn clean package install -Prelease-all assembly:assembly -U
      

      Only the following is neccessary:

      mvn clean install -Prelease-all assembly:assembly -U
      

      otherwise several parts of the build life cycle are repeated...furthermore the questions is why you use a call to assembly:assembly which is deprecated and best it should be done simply by using:

      mvn clean deploy -Prelease-all
      

      Attachments

        Activity

          People

            yukon Xinyu Zhou
            khmarbaise Karl Heinz Marbaise
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: