File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 distribution : ' liberica'
2727 cache : maven
2828 - name : Set up refname build
29- if : github.event.inputs.build-refname
29+ if : github.event.inputs.build-refname != 'all'
3030 run : |
3131 git fetch --depth 1 https://github.com/$GITHUB_REPOSITORY "$BUILD_REFNAME"
3232 export BUILD_REFNAME=${{ github.event.inputs.build-refname }}
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# Generate the README.md, CONTRIBUTING.md and the Antora site
4- ./mvnw -pl spring-grpc-docs package antora docs
4+ ./mvnw -pl spring-grpc-docs package antora
Original file line number Diff line number Diff line change 8383 <finalName >spring-grpc-${project.version} </finalName >
8484 <appendAssemblyId >true</appendAssemblyId >
8585 </configuration >
86+ <executions >
87+ <execution >
88+ <id >make-assembly</id >
89+ <phase >package</phase >
90+ <goals >
91+ <goal >single</goal >
92+ </goals >
93+ </execution >
94+ </executions >
8695 </plugin >
8796 <plugin >
8897 <groupId >org.apache.maven.plugins</groupId >
154163 </goals >
155164 <phase >package</phase >
156165 <configuration >
157- <arguments >downdoc ${project.build.directory} /README.adoc -o ${project.parent.basedir} /README.md</arguments >
166+ <arguments >downdoc ${project.build.directory} /README.adoc -o
167+ ${project.parent.basedir} /README.md</arguments >
158168 </configuration >
159169 </execution >
160170 <execution >
165175 </goals >
166176 <phase >package</phase >
167177 <configuration >
168- <arguments >downdoc ${project.build.directory} /CONTRIBUTING.adoc -o ${project.parent.basedir} /CONTRIBUTING.md</arguments >
178+ <arguments >downdoc ${project.build.directory} /CONTRIBUTING.adoc -o
179+ ${project.parent.basedir} /CONTRIBUTING.md</arguments >
169180 </configuration >
170181 </execution >
171182 </executions >
184195 </repository >
185196 </repositories >
186197
187- </project >
198+ </project >
Original file line number Diff line number Diff line change 88 <includeBaseDirectory >false</includeBaseDirectory >
99 <fileSets >
1010 <fileSet >
11- <directory >../target/site /apidocs</directory >
11+ <directory >../spring-grpc-core/target /apidocs</directory >
1212 <outputDirectory >api</outputDirectory >
1313 </fileSet >
1414 </fileSets >
You can’t perform that action at this time.
0 commit comments