Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
I have a maven.xml file that has the following:
<goal name="forehead" prereqs="init-texen-tag">
<texen:generate
controlTemplate="forehead.vm"
outputDirectory="${run}"
templatePath="${basedir}/templates"
outputFile="forehead.conf"
mavenProject="${pom}"
/>
</goal>
<goal name="script" prereqs="init-texen-tag">
<texen:generate
controlTemplate="plexus.vm"
outputDirectory="${run}"
templatePath="${basedir}/templates"
outputFile="plexus.sh"
mavenProject="${pom}"
/>
<chmod file="${run}/plexus.sh" perm="+x"/>
</goal>
I used to be able to run these goals consecutively but now only the first one will run the second comes out like this:
<texen:texen controlTemplate="plexus.vm" mavenProject="plexus" templatePath="/home/jvanzyl/js/plexus/templates" outputFile="plexus.sh" outputDirectory="/home/jvanzyl/js/plexus/run"></texen:texen>
Basically just spitting out the XML.