In maven 1.x xdoc site documentation there could be the following for menus
(navigation.xml):
  <menu name="myMenu">
    <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/";
target="_new" />
  ...
  (creates a link to maven 1.x in a new window or tab)

In maven 2.x site.xml this doesn't work anymore. The target attribute will
be ignored.
Is this a bug?



-- 
View this message in context: 
http://www.nabble.com/M2-maven-site-plugin-site.xml-target-attribute-no-more-working-tf4966309s177.html#a14226588
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to