site.xml and maven site archetype

2009-12-29 Thread Askar Zaidi
Hi, I've created a maven-site-archetype project in Netbeans. I can see that the site descriptor is site.xml and I can add menu items to build the site navigation on it. Whatever changes I make to the site.xml are not reflected in the index.html page of the site. In the IDE I right click on the

Re: site.xml and maven site archetype

2009-12-29 Thread Dennis Lundberg
In version 2.0.1, and earlier, of the Site Plugin changes in the sixe.xml was not reflected in the generated site unless you cleaned the site first. This was fixed in Site Plugin 2.1. Askar Zaidi wrote: Hi, I've created a maven-site-archetype project in Netbeans. I can see that the site

site.xml for Maven

2007-03-07 Thread Fred Foucart
Hello everybody, I'm looking for an Xsd(or Dtd) file for the site.xml used with Maven 2. Is there an existing one ? And Where can I find it ? Thanks for your answers. Fred.

Re: site.xml for Maven

2007-03-07 Thread Wayne Fay
http://jira.codehaus.org/browse/MSITE-118 Wayne On 3/7/07, Fred Foucart [EMAIL PROTECTED] wrote: Hello everybody, I'm looking for an Xsd(or Dtd) file for the site.xml used with Maven 2. Is there an existing one ? And Where can I find it ? Thanks for your answers. Fred

Migrating site.xml from Maven 1 to Maven 2

2006-11-29 Thread Jochen Wiedmann
Hi, the site.xml in Maven 1 used to contain entries like external-refs ant.apache.org href=http://ant.apache.org/; ant href=/ which I could use in xdocs for references like a hrefkey='link.ant' Is this feature available in Doxia? If so, how do I configure the link list? Thanks

Re: Why maven can not handle Chinese charactor in the site.xml for maven site plugin?

2006-01-16 Thread Gisbert Amm
Assuming you are using Maven 1, you probably have to set on ore more of those properties: maven.docs.outputencoding maven.xdoc.locale.default maven.compile.encoding This are my settings for German: maven.docs.outputencoding=UTF-8 maven.xdoc.locale.default=de_DE.utf8

Re: Why maven can not handle Chinese charactor in the site.xml for maven site plugin?

2006-01-16 Thread Gisbert Amm
addendum: You probably have to set the environment to UTF-8 aswell. See http://jira.codehaus.org/browse/MPXDOC-184 Regards, Gisbert Amm Gisbert Amm wrote: Assuming you are using Maven 1, you probably have to set on ore more of those properties: maven.docs.outputencoding

Why maven can not handle Chinese charactor in the site.xml for maven site plugin?

2006-01-15 Thread ZhiQiang He
and how to resolve the question?