Hi all, Has anyone used before maven schemaspy plugin to generate DB schema site from MSSql? I'm trying to configure schemaspy plugin as described in http://maven.wakaleo.com/mojo/maven-schemaspy-plugin/usage.html http://maven.wakaleo.com/mojo/maven-schemaspy-plugin/usage.html as folows .... <reporting> <plugins> <plugin> <groupId>com.wakaleo.schemaspy</groupId> <artifactId>maven-schemaspy-plugin</artifactId> <version>1.0</version> <configuration> <databaseType>mssql</databaseType> <database>[DbName]</database> <host>[Host]</host> <user>[Login]</user> <password>[Password]</password> </configuration> <plugin> ..... <plugins> </reporting> ....
But during build of my site I'm getting this error Parameter '-port' (database port on host) missing. It is required for the specified database type. Why maven schemaspy plugin didn't trying to connect to MSSql with defaul port? Or how can I pass port to maven schemaspy plugin? Plz help, Thanks -- View this message in context: http://www.nabble.com/Maven-schemaspy-plugin-with-MSSql-tp19719190p19719190.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
