[forge-issues] [JBoss JIRA] (FORGE-2056) Commands to add and remove plugins repository into pom.xml

George Gastaldi (JIRA) issues at jboss.org
Wed Jun 10 23:17:02 EDT 2015


     [ https://issues.jboss.org/browse/FORGE-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi updated FORGE-2056:
-----------------------------------
    Component/s: Build Tools - Maven
                     (was: UI - Shell)


> Commands to add and remove plugins repository into pom.xml
> ----------------------------------------------------------
>
>                 Key: FORGE-2056
>                 URL: https://issues.jboss.org/browse/FORGE-2056
>             Project: Forge
>          Issue Type: Sub-task
>          Components: Build Tools - Maven
>    Affects Versions: 2.12.0.Final
>            Reporter: Antonio Goncalves
>              Labels: starter
>             Fix For: 2.x Future
>
>
> Today we have commands to add/remove dependencies into a `pom.xml` :
> {code}
> project-add-repository
> project-remove-repository
> {code}
> We need to same functionnalites but for plugin repositories. Commands such as : 
> {code}
> project-add-plugin-repository
> project-remove-plugin-repository
> {code}
> So a command like this :
> {code}
> project-add-plugin-repository --named jboss-public --url https://repository.jboss.org/nexus/content/groups/public/ ;
> {code}
> Would add the following to the {{pom.xml}} : 
> {code}
>   <pluginRepositories >
>     <pluginRepository >
>       <id>jboss-public</id>
>       <url>https://repository.jboss.org/nexus/content/groups/public/</url>
>     </pluginRepository >
>   </pluginRepositories >
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the forge-issues mailing list