[ http://jira.codehaus.org/browse/MNG-2475?page=all ]
Vincent Siveton closed MNG-2475. -------------------------------- Assignee: Vincent Siveton Resolution: Fixed Fix Version/s: 2.0.5 Not related to MSITE-156 Fixed a bug in FmlParser ie if the following exists in the answer: {code:xml} <source>...<source>1.5</source> ..</source> {code} We need to upgrade maven-site-plugin to 2.0-SNAPSHOT or more in the site project to handle the change > 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 > Assigned To: Vincent Siveton > Priority: Minor > Fix For: 2.0.5 > > > 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