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

Michael Biarnes Kiefer (JIRA) issues at jboss.org
Fri Jun 6 07:04:17 EDT 2014


    [ https://issues.jboss.org/browse/DROOLS-471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974059#comment-12974059 ] 

Michael Biarnes Kiefer commented on DROOLS-471:
-----------------------------------------------

done and tested

> 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.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.



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jboss-jira mailing list