-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not generating schema #23
Comments
Is it still a problem? |
@jkubrynski I have the same problem with similar configuration. The build even removes file if it exists in |
OK. I managed to generate the sql. I've described the plugin in parent (pluginManagement) and child poms and then running clean install on parent. |
Primary issue is resolved. The JSON type will be possible after closing #40 |
I added the plugin to
pom.xml
with the following configuration:After that I ran both
./mvnw com.devskiller.jpa2ddl:jpa2ddl-maven-plugin:0.9.12:generate -X -f pom.xml
and./mvnw com.devskiller.jpa2ddl:jpa2ddl-maven-plugin:0.9.12:generate
. It didn't generate the.sql
files at theoutputPath
and the only message appearing in the terminal was:I tried running with the intelliJ maven plugin afterwards and got a bit more verbose output:
Any idea what could be happening?
The text was updated successfully, but these errors were encountered: