Skip to content

Commit 006ddb0

Browse files
authored
Add pluginManagement section for storage-targets/cds-feature-attachments-oss (#540)
1 parent 9a2fe17 commit 006ddb0

File tree

1 file changed

+33
-0
lines changed
  • storage-targets/cds-feature-attachments-oss

1 file changed

+33
-0
lines changed

storage-targets/cds-feature-attachments-oss/pom.xml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
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>
@@ -169,6 +173,35 @@
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>

0 commit comments

Comments
 (0)