Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
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
- depends upon
-
MSITE-156 site with FAQ plugin strips XML entities
- Closed