Skip to content

Commit ce1563f

Browse files
committed
Make docs part of normal build again, to fix release process :(
1 parent 1f4af15 commit ce1563f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<module>spring-shell-shell1-adapter</module>
3939
<module>spring-shell-starter</module>
4040
<module>spring-shell-table</module>
41+
<module>spring-shell-docs</module>
4142
</modules>
4243

4344
<dependencyManagement>
@@ -258,17 +259,5 @@
258259
<module>spring-shell-samples</module>
259260
</modules>
260261
</profile>
261-
<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>
273262
</profiles>
274263
</project>

0 commit comments

Comments
 (0)