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:
<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>
--
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