|
[
Permalink
| « Hide
]
Wim Deblauwe added a comment - 04/Apr/05 04:17 AM
Ran into the same problem today with Maven 1.0.2. Luckally, I could use the attributes of the ant task in stead of the nested elements as a workaround.
A tested workaround in Maven 1.0.2 is to call <ant:ant/> from within maven.xml. The build.xml file would then look as follows:
<?xml version="1.0" encoding="UTF-8"?> <target name="replace"> </project> It works fine. |
|||||||||||||||||||||||||||||||||||||||||||||