Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-2475

Need to finish escaping html in http://maven.apache.org/general.html#Compiling-J2SE-5

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.0.5
    • Documentation: FAQ
    • None

    Description

      The following html needs the following < tags escaped starting at <target>...

      <target>1.5</target>
      </configuration>
      </plugin>
      </plugins>

      FULL SECTION:

      <build>

      ...
      <plugins>
      <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-compiler-plugin</artifactId>

      <configuration>
      <source>1.5</pre></div>
      <target>1.5</target>
      </configuration>
      </plugin>
      </plugins>

      Attachments

        Issue Links

          Activity

            People

              siveton Siveton Vincent
              rickcr Rick Reumann
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: