maven-3.0.4
liquibase-maven-plugin-3.1.1
and liquibase-3.1.1
liquibase-hibernate3-3.2
Now I've fixed that error. never mind. That was incorrect plugin issue due I was using modified liquibase-hibernate extension. When using all native libraries, (written by you, Nathan and community)
it appears Nullpoinet error like next:
- -
- [INFO] ------------------------------------------------------------------------
- [INFO] Settings----------------------------
- [INFO] driver: net.sourceforge.jtds.jdbc.Driver
- [INFO] url: jdbc:jtds:sqlserver://localhost:1433/sample
- [INFO] username: sa
- [INFO] password: *****
- [INFO] use empty password: false
- [INFO] properties file: null
- [INFO] properties file will override? false
- [INFO] prompt on non-local database? true
- [INFO] clear checksums? false
- [INFO] changeLogFile: src/main/resources/db/migration/rlm-changelog.xml
- [INFO] context(s): null
- [INFO] referenceDriver: null
- [INFO] referenceUrl: hibernate:spring:com.my.rlm.dao.entities?dialect=org.hibernate.dialect.SQLServer2008Dialect
- [INFO] referenceUsername: sa
- [INFO] referencePassword: sa
- [INFO] referenceDefaultSchema: null
- [INFO] diffChangeLogFile: src/main/resources/db/migration/rlm-5.0.1-changelog.xml
- [INFO] ------------------------------------------------------------------------
- [INFO] Executing on Database: jdbc:jtds:sqlserver://localhost:1433/sample
- [INFO] Loading artfacts into URLClassLoader
- ....
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 8.882s
- [INFO] Finished at: Wed Feb 05 21:38:35 EET 2014
- [INFO] Final Memory: 16M/604M
- [INFO] ------------------------------------------------------------------------
- [ERROR] Failed to execute goal org.liquibase:liquibase-maven-plugin:3.1.1:diff (default-cli) on project rlm-service: Error setting up or running Liquibase: java.lang.NullPointerException -> [Help 1]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException