sebb-2-2 wrote:
>
> ...
> I don't know if these are due to site build problems or data problems;
> most likely the latter.
> ...
>
I'll correct the data related ones. Albeit I wish it would be a data problem
only; the navigation.xml for instance does not generate the expected html.
The only way to get it generated correctly was to add:
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-site-plugin</artifactId>
> <version>2.0.1</version>
> <configuration>
> <!-- Exclude the navigation file for Maven 1 sites
> and the changes file used by the changes-plugin,
> as they interfere with the site generation. -->
> <moduleExcludes>
> <xdoc>navigation.xml,changes.xml</xdoc>
> </moduleExcludes>
> </configuration>
> </plugin>
>
I removed this for RC2 trying to reduce entropy...
--
View this message in context:
http://old.nabble.com/Help-cutting-JEXL-2.0-RC1-needed-tp26339499p26385813.html
Sent from the Commons - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org