Uploaded image for project: 'Maven Plugin Tools'
  1. Maven Plugin Tools
  2. MPLUGIN-118

missing / in closing tag in generated pom snippet

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.4.1
    • 2.4.2
    • Plugin Plugin
    • None

    Description

      example:

          <!-- To define the plugin version in your parent POM -->
          <pluginManagement>
            <plugins>
              <plugin>
                <groupId>org.apache.maven.plugins<groupId> *<--- should be </groupId>*
                <artifactId>maven-shade-plugin<artifactId>
                <version>1.2-SNAPSHOT<version>
              </plugin>
              ...
            </plugins>
          </pluginManagement>
          <!-- To use the plugin goals in your POM or parent POM -->
          <plugins>
            <plugin>
              <groupId>org.apache.maven.plugins<groupId>
              <artifactId>maven-shade-plugin<artifactId>
              <version>1.2-SNAPSHOT<version>
            </plugin>
      

      Attachments

        Issue Links

          Activity

            People

              hboutemy Herve Boutemy
              hboutemy Herve Boutemy
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: