We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67eb875 + 648288e commit b23b83bCopy full SHA for b23b83b
generators/jackson/src/main/java/io/serverlessworkflow/generator/jackson/JacksonMixInPojo.java
@@ -75,10 +75,10 @@ public class JacksonMixInPojo extends AbstractMojo {
75
defaultValue = "${project.build.directory}/generated-sources/jacksonmixinpojo")
76
private File outputDirectory;
77
78
- @Parameter(property = "jsonschema2pojo.srcPackage")
+ @Parameter(property = "jacksonmixinpojo.srcPackage")
79
private String srcPackage;
80
81
- @Parameter(property = "jsonschema2pojo.targetPackage")
+ @Parameter(property = "jacksonmixinpojo.targetPackage")
82
private String targetPackage;
83
84
private static final String MIXIN_METHOD = "setMixInAnnotation";
0 commit comments