XMLWordPrintable

Details

    • Sub-task
    • Resolution: Unresolved
    • Major
    • 3.x Future
    • 2.10.1.Final
    • UI - Shell

    Description

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

      project-add-dependencies
      project-remove-dependencies
      project-add-managed-dependencies
      project-remove-managed-dependencies
      

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

      project-add-plugin-dependencies
      project-remove-plugin-dependencies
      

      So a command like this :

      project-add-plugin-dependencies org.codehaus.mojo:exec-maven-plugin:1.3.1
      

      Would add the following to the pom.xml :

          <plugins>
            <plugin>
              <groupId>org.codehaus.mojo</groupId>
              <artifactId>exec-maven-plugin</artifactId>
              <version>1.3.1</version>
            </plugin>
          </plugins>
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: