File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed
specs/spring-cloud-contract-spec-kotlin
spring-cloud-contract-dependencies Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 609609 <groupId >org.apache.maven.plugins</groupId >
610610 <artifactId >maven-checkstyle-plugin</artifactId >
611611 </plugin >
612+ <plugin >
613+ <groupId >org.jetbrains.dokka</groupId >
614+ <artifactId >dokka-maven-plugin</artifactId >
615+ <configuration >
616+ <skip >true</skip >
617+ </configuration >
618+ </plugin >
612619 </plugins >
613620 </build >
614621
Original file line number Diff line number Diff line change 101101 </execution >
102102 </executions >
103103 </plugin >
104+ <plugin >
105+ <groupId >org.jetbrains.dokka</groupId >
106+ <artifactId >dokka-maven-plugin</artifactId >
107+ <configuration >
108+ <skip >false</skip >
109+ </configuration >
110+ <executions >
111+ <execution >
112+ <phase >pre-site</phase >
113+ <goals >
114+ <goal >dokka</goal >
115+ </goals >
116+ </execution >
117+ </executions >
118+ </plugin >
104119 <plugin >
105120 <groupId >org.apache.maven.plugins</groupId >
106121 <artifactId >maven-compiler-plugin</artifactId >
Original file line number Diff line number Diff line change 160160 </pluginRepositories >
161161 </profile >
162162 </profiles >
163+ <build >
164+ <plugins >
165+ <plugin >
166+ <groupId >org.jetbrains.dokka</groupId >
167+ <artifactId >dokka-maven-plugin</artifactId >
168+ <configuration >
169+ <skip >true</skip >
170+ </configuration >
171+ </plugin >
172+ </plugins >
173+ </build >
163174</project >
You can’t perform that action at this time.
0 commit comments