Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-471

Remove repository jboss-deprecated

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • None
    • 6.1.0.Beta2
    • None
    • None

      1) In kie-parent-metadata's pom.xml, remove the repository jboss-deprecated:

           <repository>
            <id>jboss-deprecated</id>
            <name>JBoss Deprecated</name>
            <url>https://repository.jboss.org/nexus/content/repositories/deprecated/</url>
            <releases>
              <enabled>true</enabled>
              <updatePolicy>never</updatePolicy>
            </releases>
            <snapshots>
              <enabled>false</enabled>
            </snapshots>
          </repository>
      

      https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/blob/master/pom.xml#L88

      2) remove your local repository
      3) Do a mvn-all.sh -Dfull clean install

      If it works, commit the change.
      If it doesn't, make a list of dependencies that are still coming from the jboss-deprecated repository and make for each dependency a JIRA (or Bugzilla) issue calling to remove it. Tell the module owners who use those deprecated dependencies about the JIRA/BZ and ask them to remove the deprecated dependency.

            mbiarnes@redhat.com Michael Biarnes Kiefer
            gdesmet@redhat.com Geoffrey De Smet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: