Le jeudi 12 mars 2015 14:49:24 Krishnamurthy Nagarajan a écrit : > Hi Herve, > I am sorry; I have tried putting artifacts in src/site/resources earlier and > it automatically copies them to target/site. But it doesn't insert any > links to any of them in index.html, unlike it does it for 'reports' that > are generated as per the specifications given in he pom.xml file. So, my > problem is still un-resolved. your problem is half-resolved :)
the links are not automatically added, since there is no reason to create a menu entry for each resource: you have to manually add menu entries in site.xml [1] Regards, Hervé [1] http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html#Including_Generated_Content > > regards,Nagarajan > From: Krishnamurthy Nagarajan <[email protected]> > To: Maven Users List <[email protected]> > Sent: Tuesday, March 10, 2015 9:38 PM > Subject: Re: Does doxia site renderer have any feature to pick up and > include artifacts from a pre-defined source folder/directory into output > html? > > Hi > Yes! That's what I am looking for. I will check it out tomorrow and get back > if I have any problem. Thanks! best regards,Nagarajan > From: Hervé BOUTEMY <[email protected]> > > > To: Maven Users List <[email protected]> > Sent: Tuesday, March 10, 2015 4:23 AM > Subject: Re: Does doxia site renderer have any feature to pick up and > include artifacts from a pre-defined source folder/directory into output > html? > Hi, > > Is src/site/resources [1] what you are looking for? > > Regards, > > Hervé > > [1] > http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content > .html#Adding_Extra_Resources > Le lundi 9 mars 2015 14:17:36 Krishnamurthy Nagarajan a écrit : > > Hi, > > Doxia site renderer, which is built on top of doxia, has several built-in > > features, such as automatic inclusion of auto-generated reports into the > > output html artifacts (e.g. javadocs, reports created by PMD, checkstyle > > etc.) as per the specs given in pom.xml (assuming I am using maven for > > site > > building). > > > > I can specify such directives in site.xml. Similarly, is there a way by > > which I can direct doxia site renderer to automatically insert in the > > output html (e.g. index.html for which the source is index.apt) hyperlinks > > to artifacts (not auto-generated like the 'reports', but created by other > > developers) that are placed in a pre-defined folder/directory (such as > > 'resources')? > > > > Thanks! > > Nagarajan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
