Maven 2 & 3

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

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 2.0.5
  • Component/s: Documentation: Faqs
  • Labels:
    None
  • Complexity:
    Intermediate
  • Number of attachments :
    0

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>

Issue Links

Activity

Hide
Dennis Lundberg added a comment -

This should be solved once the site plugin is updated to use a version of doxia that incorporates the fix for MSITE-156.

Show
Dennis Lundberg added a comment - This should be solved once the site plugin is updated to use a version of doxia that incorporates the fix for MSITE-156.
Hide
Vincent Siveton added a comment -

Not related to MSITE-156

Fixed a bug in FmlParser ie if the following exists in the answer:

<source>...<source>1.5</source> ..</source>

We need to upgrade maven-site-plugin to 2.0-SNAPSHOT or more in the site project to handle the change

Show
Vincent Siveton added a comment - Not related to MSITE-156 Fixed a bug in FmlParser ie if the following exists in the answer:
<source>...<source>1.5</source> ..</source>
We need to upgrade maven-site-plugin to 2.0-SNAPSHOT or more in the site project to handle the change

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: