Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-1405

Deploy configuration should have the option of using the pom's configuration or specifying it in the UI

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • maven-plugin
    • None
    • Platform: All, OS: All

      Currently, the ability to deploy after a successful builds requires the
      configuration of the deployment repo, repo name, etc. Since this is configured
      in the pom already, there should be an option to just the pom configuration so
      that you don't have to remember to track and change this in multiple locations

          [JENKINS-1405] Deploy configuration should have the option of using the pom's configuration or specifying it in the UI

          adding cc

          jameslivingston added a comment - adding cc

          gabrielgi added a comment -

          Add cc

          gabrielgi added a comment - Add cc

          sbehnel added a comment -

          This defect is an important one, since Maven actually supports setting up
          different repositories for deployment, such as a snapshot repo and a release
          repo. You cannot currently mix modules with released versions with others that
          have snapshot versions in the same hudson job, for example, as the deployment
          (to e.g. a Nexus repository) fails when trying to upload an artifact to a
          repository that doesn't support it.

          sbehnel added a comment - This defect is an important one, since Maven actually supports setting up different repositories for deployment, such as a snapshot repo and a release repo. You cannot currently mix modules with released versions with others that have snapshot versions in the same hudson job, for example, as the deployment (to e.g. a Nexus repository) fails when trying to upload an artifact to a repository that doesn't support it.

            Unassigned Unassigned
            jasonchaffee Jason Chaffee
            Votes:
            6 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: