I solved my problem which was to insert the distribution files .zip and .tar.gz in the download page. Adding the following in the project properties made the trick:
maven.xdoc.distributionType=zip
However, I can not say why it suddenly turned to work because I've been trying
this for ages and it's only lately that I could see the download page fulfilled
as excepted. Must have done something somehow ;-)
Still, I don't know how to specify that there might be several formats to download
such zip and tar.gz
Thanx anyway,
--mike
Gezerk wrote:
Set this property: maven.xdoc.distributionUrl
From the site:Location where the artifacts are distributed. This property is optional. If it is not defined, then the Download report will not be added to the navigation menu. NOTE: In the future this information will be described in the POM. Usage example: maven.xdoc.distributionUrl=http://www.ibiblio.org/maven/maven/plugins.
Info here: http://maven.apache.org/reference/plugins/xdoc/properties.html
On Fri, 19 Nov 2004 13:23:26 +0200 (EET), Teemu Hiltunen
<[EMAIL PROTECTED]> wrote:
Greetings!
Is there any automagical thing to create this Downloads page into the site? Like http://maven.apache.org/reference/plugins/dist/downloads.html for example.
Thanks in advance,
Teemu Hiltunen
--------------------------------------------------------------------- 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]
.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
