I believe I have found a bug. Specifically when any of
the xml files in
/xdocs have an URL that contains multiple GET
parameters, the
site:generate target fails. An example of an URL that
makes maven choke is:
http://site/dir/blah?variable1=value1&variable2=value2
One GET parameter is not a problem.
I first found this problem in Beta 9. I have since
confirmed the problem
still exists in CVS.
To routinely reproduce this, follow these steps:
1. Make a new directory to preserve your other files
2. In the new directory run "maven -Dpackage=blah
genapp"
3. In the /xdocs directory place the following into a
new file:
<?xml version="1.0"?>
<document>
<body>
http://site/dir/blah?variable1=value1&variable2=value2
</body>
</document>
(This is the attached test.xml)
4. Run "maven site:generate"
As far as I can tell, this is a bug, if not I
certainly couldn't find
any documentation about this.
__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com<?xml version="1.0"?>
<document>
<body>
http://site/dir/blah?variable1=value1&variable2=value2
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]