File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 69
69
<url >https://github.com/ExpediaDotCom/graphql-kotlin</url >
70
70
</scm >
71
71
72
+ <modules >
73
+ <module >graphql-kotlin-schema-generator</module >
74
+ <module >graphql-kotlin-spring-example</module >
75
+ </modules >
76
+
72
77
<properties >
73
78
<!-- Project Versions -->
74
79
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
337
342
</property >
338
343
</activation >
339
344
345
+ <!-- Exclude the example app from releases -->
346
+ <modules >
347
+ <module >graphql-kotlin-schema-generator</module >
348
+ </modules >
349
+
340
350
<build >
341
351
<plugins >
342
352
<!-- Release to Maven central -->
411
421
<activation >
412
422
<jdk >1.8</jdk >
413
423
</activation >
424
+
425
+ <!-- Exclude the example app from javadoc packages -->
426
+ <modules >
427
+ <module >graphql-kotlin-schema-generator</module >
428
+ </modules >
429
+
414
430
<build >
415
431
<plugins >
416
432
<plugin >
430
446
</build >
431
447
</profile >
432
448
</profiles >
433
-
434
- <modules >
435
- <module >graphql-kotlin-schema-generator</module >
436
- <module >graphql-kotlin-spring-example</module >
437
- </modules >
438
449
</project >
You can’t perform that action at this time.
0 commit comments