Greetings, I am trying to do a source build where I need to connect to the DB using additional query parameters as below:
<org.apache.jetspeed.test.database.url>jdbc:postgresql://xyz.com/testDB?ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory&</org.apache.jetspeed.test.database.url> But, maven2 keeps complaining about '=' in the value parameter. Is there any way to pass the additional parameters. Here is the exception list: ==== Caused by: org.codehaus.plexus.util.xml.pull.XmlPullParserException: entity reference name can not contain character =' (.... ==== Thanks MK --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
