File tree Expand file tree Collapse file tree 1 file changed +12
-21
lines changed
Expand file tree Collapse file tree 1 file changed +12
-21
lines changed Original file line number Diff line number Diff line change 1313 <packaging >jar</packaging >
1414 <name >Spring Cloud Stream Docs</name >
1515 <description >Spring Cloud Stream Docs</description >
16+
1617 <properties >
17- <docs .main>spring-cloud-stream </docs .main>
18+ <docs .main>spring-cloud-function </docs .main>
1819 <main .basedir>${basedir} /..</main .basedir>
19- <configprops .inclusionPattern>.*stream .*</configprops .inclusionPattern>
20+ <configprops .inclusionPattern>spring.cloud .*</configprops .inclusionPattern>
2021 <!-- Don't upload docs jar to central / repo.spring.io -->
2122 <maven-deploy-plugin-default .phase>none</maven-deploy-plugin-default .phase>
2223 </properties >
23- <dependencies >
24- <dependency >
25- <groupId >${project.groupId} </groupId >
26- <artifactId >spring-cloud-stream</artifactId >
27- </dependency >
28- </dependencies >
2924 <build >
3025 <sourceDirectory >src/main/asciidoc</sourceDirectory >
31- <plugins >
32- <plugin >
33- <groupId >org.apache.maven.plugins</groupId >
34- <artifactId >maven-javadoc-plugin</artifactId >
35- <configuration >
36- <skip >true</skip >
37- </configuration >
38- </plugin >
39- </plugins >
4026 </build >
4127 <profiles >
4228 <profile >
6854 <plugin >
6955 <groupId >org.antora</groupId >
7056 <artifactId >antora-maven-plugin</artifactId >
57+ <configuration >
58+ <additionalOptions >
59+ <option >redirect-facility static</option >
60+ </additionalOptions >
61+ </configuration >
62+ </plugin >
63+ <plugin >
64+ <groupId >org.apache.maven.plugins</groupId >
65+ <artifactId >maven-antrun-plugin</artifactId >
7166 </plugin >
72- <!-- <plugin>-->
73- <!-- <groupId>org.apache.maven.plugins</groupId>-->
74- <!-- <artifactId>maven-antrun-plugin</artifactId>-->
75- <!-- </plugin>-->
7667 <plugin >
7768 <artifactId >maven-deploy-plugin</artifactId >
7869 </plugin >
You can’t perform that action at this time.
0 commit comments