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

                 Key: MNG-2475
                 URL: http://jira.codehaus.org/browse/MNG-2475
             Project: Maven 2
          Issue Type: Bug
          Components: Documentation: Faqs
            Reporter: Rick Reumann
            Priority: Minor


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

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

FULL SECTION:

&lt;build&gt;

    ...
    &lt;plugins&gt;
      &lt;plugin&gt;
        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
        &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;

          &lt;configuration&gt;
            &lt;source&gt;1.5</pre></div>
            <target>1.5</target>
         </configuration>
     </plugin>
   </plugins>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to