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

Upgrade to plugin-pom

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Minor Minor
    • job-import-plugin
    • None

      In order to use the new POM:

      Change the parent POM of your plugin:
      <parent>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>plugin</artifactId>
      <version>2.3</version>
      </parent>
      Override the needed properties, e.g.:
      <properties>
      <jenkins.version>1.424</jenkins.version>
      </properties>

            escoem Emilio Escobar
            escoem Emilio Escobar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: