Hi all,

There is a property on the mojo maven-sql-plugin called keepformat.

This can be seen in this class: 
https://svn.codehaus.org/mojo/tags/sql-maven-plugin-1.0/src/main/java/org/codehaus/mojo/sql/SqlExecMojo.java

My question is fairly simple.  How do I set this value???  It looks like
there's no
@parameter expression="${keepformat}"   available.  I think this would
really be helpful for this scenario:

I have some sql insert statements that have a  '--' inside the statements.
i.e. insert into blah (description) values ('this is a failing statement  --
who knows how to set keepformat');

The plugin fails on similar lines.

Thanks for the help.

Brian
-- 
View this message in context: 
http://www.nabble.com/mvn-sql-plugin----keepformat-property-tf4727179.html#a13516401
Sent from the mojo - user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to