Closed terziele closed 8 years ago
Dear @terziele,
I'm trying to include this configuration in my POM file, but I've not been able to get it right. Could you please post your final POM ? It seems that jackson-json-schema-plugin does not exist anymore in any maven repository I've got access to.
Regards, Otmar
I'm trying to execute generate goal but maven every time responses me:
Here is my config:
<plugin>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-json-schema-plugin</artifactId>
<version>2.4.4-SNAPSHOT</version>
<executions>
<execution>
<id>generate</id>
<phase>process-classes</phase>
<goals>
<goal>generate</goal>
</goals>
<configuration>
<includes>
<include>com/gp/training/bizlogic/api/model/**</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
It's a bit changed config from hereUPD: sorry, I just noticed that it's jackson-module-jsonSchema, not jackson-schema-maven-plugin.