Hi,
Same answer as for your previous emails (please refrain from
resending emails this is a bad and annoying practice - You can ping
again but don't do as if this is the first time you're sending this
email).
Answer: I don't know. Have you tried investigating yourself instead
of resending the same emails?
For example, have you tried using &? Have you tried asking on the
Maven mailing lists?
Thanks
-Vincent
PS: BTW this is a question for the XWiki user list, not the dev one.
On Jul 23, 2007, at 2:56 AM, Jackson Wang wrote:
  Hi,
  I change mysql connect url setting in xwiki-2.pom (local
 repository) from
  <xwiki.db.connection.url>"jdbc:mysql://localhost/xwiki?
 useServerPrepStmts=false"</xwiki.db.connection.url>
 to      <xwiki.db.connection.url>"jdbc:mysql://localhost/xwiki
 ?useUnicode=true&useServerPrepStmts=false"</
 xwiki.db.connection.url>
 then build 'xwiki-web-standard' by 'mvn install -Pxe,mysql ',  get
 eror:
 [INFO] Scanning for projects...
 [INFO]
 ----------------------------------------------------------------------
 --
 [ERROR] BUILD ERROR
 [INFO]
 ----------------------------------------------------------------------
 --
 [INFO] Error building POM (may not be this project's POM).
 Project ID: unknown:xwiki-web-standard
 POM Location: E:\dev\xwiki\svnroot\xwiki-users\xwiki-platform-web
 \standard\pom.xml
 Reason: Cannot read project model from interpolating filter of
 serialized version.
 I have build successfully before this modification.
 Does pom file can not use the expression '&' ?