Uploaded image for project: 'Pivot'
  1. Pivot
  2. PIVOT-601

missing pivot-web-server artefact on local Maven repository

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0
    • 1.5.2, 2.0
    • project
    • None
    • Windows 7 x64
      Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
      Java HotSpot(TM) 64-Bit Server VM (build 17.0-b17, mixed mode)
      Apache Ant version 1.8.1 compiled on April 30 2010

    Description

      The pivot-web-server artifact overwrite the pivot-web artifact when I install on local Maven repository. This is due a mistake on build.xml at 663 :

      <artifact:install file="lib/${jar.web-server}">
      <artifact:pom file="web/pom.xml"/>
      <attach file="lib/${jar.web-server.sources}" classifier="sources" />
      </artifact:install>

      need to be replace by :

      <artifact:install file="lib/${jar.web-server}">
      <artifact:pom file="web-server/pom.xml"/>
      <attach file="lib/${jar.web-server.sources}" classifier="sources" />
      </artifact:install>

      Attachments

        Activity

          People

            Unassigned Unassigned
            dutrieux Duto
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: