Re: tapestrydoc is an unknown tag

2014-05-19 Thread Nathan Quirynen
gt; * @tapestrydoc > */ > public class SomeComponent { > ... > } > > _Then I __ran:_ > > mvn javadoc:javadoc > > _But get the following:_ > > ... warning - @tapestrydoc is an unknown tag. > > And the component parameters are not added to the javadoc... > &

tapestrydoc is an unknown tag

2014-05-12 Thread Nathan Quirynen
owing to my components javadoc:_ /** * ... * @tapestrydoc */ public class SomeComponent { ... } _Then I __ran:_ mvn javadoc:javadoc _But get the following:_ ... warning - @tapestrydoc is an unknown tag. And the component parameters are not added to the javadoc... What am I doing wrong here?

tapestrydoc is an unknown tag

2014-05-12 Thread Nathan Quirynen
owing to my components javadoc:_ /** * ... * @tapestrydoc */ public class SomeComponent { ... } _Then I __ran:_ mvn javadoc:javadoc _But get the following:_ ... warning - @tapestrydoc is an unknown tag. And the component parameters are not added to the javadoc... What am I doing wrong here?