j:file not allowing <project></project> in its body ---------------------------------------------------
Key: MAVEN-1626 URL: http://jira.codehaus.org/browse/MAVEN-1626 Project: maven Type: Bug Versions: 1.1-beta-1 Environment: maven-1.1-b1 Reporter: Dan Tran This code (in my maven.xml) works in 1.0.2. See like a conflict with maven.xml's project element. No problem when rename project to someelse. I also try to ecsape it ( use < and >, etc). got parsing error <j:file name="${maven.gen.docs}/navigation.xml" prettyPrint="true" xmlns="dummy"> <x:comment>Maven generated file, do not checkin</x:comment> <project name="${pom.artifactId}" > </project> </j:file> here is the error BUILD FAILED File...... C:\Documents and Settings\dtran\.maven\cache\maven-multiproject-plugi n-1.4.1\plugin.jelly Element... maven:reactor Line...... 104 Column.... -1 Unable to obtain goal [site] -- M:\dtran_everest_int\OpCenter\eclipse\plugins\co mmon\maven.xml:60:-1: <j:file> M:\dtran_everest_int\OpCenter\eclipse\plugins\com mon\maven.xml:63:-1: <project> This tag does not understand the 'name' attribute -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]