Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1926 Adding more commands to Forge and improve existing ones
  3. FORGE-2056

Commands to add and remove plugins repository into pom.xml

    XMLWordPrintable

Details

    Description

      Today we have commands to add/remove dependencies into a `pom.xml` :

      project-add-repository
      project-remove-repository
      

      We need to same functionnalites but for plugin repositories. Commands such as :

      project-add-plugin-repository
      project-remove-plugin-repository
      

      So a command like this :

      project-add-plugin-repository --named jboss-public --url https://repository.jboss.org/nexus/content/groups/public/ ;
      

      Would add the following to the pom.xml :

        <pluginRepositories >
          <pluginRepository >
            <id>jboss-public</id>
            <url>https://repository.jboss.org/nexus/content/groups/public/</url>
          </pluginRepository >
        </pluginRepositories >
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              agoncal Antonio Goncalves (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: