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.
1 parent 1f4af15 commit ce1563fCopy full SHA for ce1563f
pom.xml
@@ -38,6 +38,7 @@
38
<module>spring-shell-shell1-adapter</module>
39
<module>spring-shell-starter</module>
40
<module>spring-shell-table</module>
41
+ <module>spring-shell-docs</module>
42
</modules>
43
44
<dependencyManagement>
@@ -258,17 +259,5 @@
258
259
<module>spring-shell-samples</module>
260
261
</profile>
- <profile>
262
- <!-- Skip docs by default -->
263
- <id>full</id>
264
- <activation>
265
- <property>
266
- <name>env.BUILD_DOCS</name>
267
- </property>
268
- </activation>
269
- <modules>
270
- <module>spring-shell-docs</module>
271
- </modules>
272
- </profile>
273
</profiles>
274
</project>
0 commit comments