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 6969 <url >https://github.com/ExpediaDotCom/graphql-kotlin</url >
7070 </scm >
7171
72+ <modules >
73+ <module >graphql-kotlin-schema-generator</module >
74+ <module >graphql-kotlin-spring-example</module >
75+ </modules >
76+
7277 <properties >
7378 <!-- Project Versions -->
7479 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
337342 </property >
338343 </activation >
339344
345+ <!-- Exclude the example app from releases -->
346+ <modules >
347+ <module >graphql-kotlin-schema-generator</module >
348+ </modules >
349+
340350 <build >
341351 <plugins >
342352 <!-- Release to Maven central -->
411421 <activation >
412422 <jdk >1.8</jdk >
413423 </activation >
424+
425+ <!-- Exclude the example app from javadoc packages -->
426+ <modules >
427+ <module >graphql-kotlin-schema-generator</module >
428+ </modules >
429+
414430 <build >
415431 <plugins >
416432 <plugin >
430446 </build >
431447 </profile >
432448 </profiles >
433-
434- <modules >
435- <module >graphql-kotlin-schema-generator</module >
436- <module >graphql-kotlin-spring-example</module >
437- </modules >
438449</project >
You can’t perform that action at this time.
0 commit comments