Uploaded image for project: 'REEF (Retired)'
  1. REEF (Retired)
  2. REEF-982

Replace deprecated Ant tag <tasks> into <target>

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 0.14
    • REEF-Common, REEF-IO, Tang, Wake
    • None

    Description

      During maven builds, Ant tasks generate four WARNING messages.

      mvn clean install
      ...
      [INFO] --- maven-antrun-plugin:1.7:run (generate-sources) @ tang ---
      [WARNING] Parameter tasks is deprecated, use target instead
      [INFO] Executing tasks
      ...
      

      This issue replaces the deprecated <tasks> tag into <target> tag.

      pom.xml
      - <tasks>
      + <target>
      

      The following files will be changed.

      • reef-common/pom.xml
      • reef-io/pom.xml
      • reef-tang/tang/pom.xml
      • reef-wake/wake/pom.xml

      Attachments

        Issue Links

          Activity

            People

              dongjoon Dongjoon Hyun
              dongjoon Dongjoon Hyun
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: