0 Replies Latest reply on Nov 15, 2016 5:14 PM by jdelgadot

    Version

    jdelgadot

      In my POM i use the element FinalName in the build section

       

      <finalName>${project.artifactId}</finalName>

       

      But when i use maven install in the adapter server apear the version.

      Screen Shot 2016-11-15 at 22.12.54.png

       

      Then i can access in the browser neither

      /tutorial

      nor

      /tutorial -1.0-SNAPSHOPT

       

      Why doesn't effect the label finalName?