Rename the release notes so that the filename contains a single period
----------------------------------------------------------------------
Key: STR-2871
URL: http://issues.apache.org/struts/browse/STR-2871
Project: Struts Action 1
Type: Task
Components: Web Site
Reporter: Wendy Smoak
Fix For: 1.3.4
maven-site-plugin 2.0-beta-4 truncates filenames containing more than one
period.
This results in a single 'release-notes-1.html' instead of multiple files
release-notes-1.3.1.html, release-notes-1.3.2.html, etc.
To avoid this, I used maven-site-plugin 2.0-SNAPSHOT for the 1.3.3 test build,
but it is causing other problems such as the missing Struts logo and duplicate
quick links.
As a workaround for http://jira.codehaus.org/browse/MSITE-128, rename any file
that contains more than one period in the filename.
We can redirect with an .htaccess file. Do we want to
1) redirect temporarily, and change the filenames back after the plugin is
fixed, or
2) redirect permanently, and use filenames such as release-notes-1_3_4.xml
in the future.
My vote is for (2).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira