Skip to content

Conversation

@lisajulia
Copy link
Contributor

@lisajulia lisajulia commented Aug 26, 2025

Try to fix the failing maven deployment https://github.com/cap-java/cds-feature-attachments/actions/runs/17241063009/job/48918884538 with this, because the error is:

Deployment failed
pkg:maven/com.sap.cds/[email protected]:

  • Sources must be provided but not found in entries
  • Javadocs must be provided but not found in entries

@BraunMatthias
Copy link
Contributor

BraunMatthias commented Aug 27, 2025

Try to add a section like

  <plugin>
                <artifactId>maven-javadoc-plugin</artifactId>
                <configuration>
                    <failOnError>true</failOnError>
                    <doclint>all,-missing</doclint>
                </configuration>
                <executions>
                    <execution>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                        <configuration>
                            <excludePackageNames>${generation-package}.*</excludePackageNames>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <artifactId>maven-source-plugin</artifactId>
                <executions>
                    <execution>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>

to the srv pom.xml like here.

@lisajulia lisajulia force-pushed the fix/deployment-cds-feature-attachments-oss branch from 573ea7e to b096b1a Compare August 27, 2025 07:49
@lisajulia
Copy link
Contributor Author

@BraunMatthias: Can you have another look? Thanks!

@lisajulia lisajulia force-pushed the fix/deployment-cds-feature-attachments-oss branch 2 times, most recently from 4595a01 to 47328ef Compare August 27, 2025 08:07
…ds-feature-attachments-oss

Try to fix the failing maven deployment https://github.com/cap-java/cds-feature-attachments/actions/runs/17241063009/job/48918884538
with this, because the error is:

Deployment failed
pkg:maven/com.sap.cds/[email protected]:
- Sources must be provided but not found in entries
- Javadocs must be provided but not found in entries
@lisajulia lisajulia force-pushed the fix/deployment-cds-feature-attachments-oss branch from 47328ef to 9c95b0e Compare August 27, 2025 08:10
@lisajulia lisajulia merged commit 006ddb0 into main Aug 27, 2025
4 checks passed
@lisajulia lisajulia deleted the fix/deployment-cds-feature-attachments-oss branch August 27, 2025 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants