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

Depedencies of the plugin must not leak on the API

XMLWordPrintable

      Hello,

      I notice that
      pipeline-utility-steps-plugin/src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/maven/ReadMavenPomStep.java is returning the following

      org.apache.maven.model.Model 

      This is part of org.apache.maven:maven-model artifact and should not be expose.

       

      This means that all the user of your plugin have a hard dependency on the version of the maven-model.

      Why it is not part of the pipeline-utility own api ?

            rsandell rsandell
            nargit Tigran Tch
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: