File tree 1 file changed +8
-10
lines changed
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 31
31
<plugin >
32
32
<groupId >cz.habarta.typescript-generator</groupId >
33
33
<artifactId >typescript-generator-maven-plugin</artifactId >
34
- <version >1.15-SNAPSHOT </version >
34
+ <version >1.25.322 </version >
35
35
<executions >
36
36
<execution >
37
37
<id >generate</id >
38
38
<goals >
39
39
<goal >generate</goal >
40
40
</goals >
41
41
<phase >process-classes</phase >
42
- <configuration >
43
- <jsonLibrary >jackson2</jsonLibrary >
44
- <disableJackson2ModuleDiscovery >false</disableJackson2ModuleDiscovery >
45
- <classes >
46
- <class >cz.habarta.typescript.generator.sample.Person</class >
47
- </classes >
48
- <outputFile >target/sample.d.ts</outputFile >
49
- <outputKind >module</outputKind >
50
- </configuration >
51
42
</execution >
52
43
</executions >
44
+ <configuration >
45
+ <jsonLibrary >jackson2</jsonLibrary >
46
+ <classes >
47
+ <class >cz.habarta.typescript.generator.sample.Person</class >
48
+ </classes >
49
+ <outputKind >module</outputKind >
50
+ </configuration >
53
51
</plugin >
54
52
</plugins >
55
53
</build >
You can’t perform that action at this time.
0 commit comments