Facing issue with updateSQL goal in maven

I am trying to generate SQL for my changesets (XML format) when I execute maven compilation for my project.

I am able to get migrate.sql created in project but only with some commented line of update database scripts and DB properties.


But could not see SQLs either on stdout or in migrate sql. Please suggest what I can do to get SQL for my changesets.