[jboss-jira] [JBoss JIRA] (DROOLS-471) Remove repository jboss-deprecated

Geoffrey De Smet (JIRA) issues at jboss.org
Thu Apr 24 05:21:34 EDT 2014


Geoffrey De Smet created DROOLS-471:
---------------------------------------

             Summary: Remove repository jboss-deprecated
                 Key: DROOLS-471
                 URL: https://issues.jboss.org/browse/DROOLS-471
             Project: Drools
          Issue Type: Task
      Security Level: Public (Everyone can see)
    Affects Versions: 6.1.0.Beta2
            Reporter: Geoffrey De Smet
            Assignee: Michael Biarnes Kiefer


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

{code}
     <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>
{code}

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

2) remove your local repository
3) Do a mvn-all -Dfull build

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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list