File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
storage-targets/cds-feature-attachments-oss Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1515 <name >CDS Feature for Attachments - Object Store Service</name >
1616 <url >https://cap.cloud.sap/docs/plugins/#attachments</url >
1717
18+ <properties >
19+ <generation-package >com.sap.cds.feature.attachments.oss.generated</generation-package >
20+ </properties >
21+
1822 <dependencies >
1923 <dependency >
2024 <groupId >com.sap.cds</groupId >
169173 </configuration >
170174 </plugin >
171175
176+ <plugin >
177+ <artifactId >maven-javadoc-plugin</artifactId >
178+ <configuration >
179+ <failOnError >true</failOnError >
180+ <doclint >all,-missing</doclint >
181+ </configuration >
182+ <executions >
183+ <execution >
184+ <goals >
185+ <goal >jar</goal >
186+ </goals >
187+ <configuration >
188+ <excludePackageNames >${generation-package} .*</excludePackageNames >
189+ </configuration >
190+ </execution >
191+ </executions >
192+ </plugin >
193+
194+ <plugin >
195+ <artifactId >maven-source-plugin</artifactId >
196+ <executions >
197+ <execution >
198+ <goals >
199+ <goal >jar</goal >
200+ </goals >
201+ </execution >
202+ </executions >
203+ </plugin >
204+
172205 </plugins >
173206 </build >
174207 <profiles >
You can’t perform that action at this time.
0 commit comments