Uploaded image for project: 'Buildr (Retired)'
  1. Buildr (Retired)
  2. BUILDR-35

Error in documentation when explaining how to remove dependencies

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3
    • 1.3
    • Site/documentation
    • None

    Description

      In http://incubator.apache.org/buildr/packaging.html#packaging_wars , the sample code showing how to remove dependencies is adding a dependency instead.

      ===== from site [begin] ==================

      1. Remove an artifact from the existing set:
        package(:war).libs += artifacts(LOG4J)
        ===== from site [end] ==================

      Should be:

      package(:war).libs -= artifacts(LOG4J)

      Attachments

        Activity

          People

            Unassigned Unassigned
            lparra Luis Parravicini
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: