Skip to content

Conversation

@markpollack
Copy link
Member

The CI was failing because the 'Generate assembly' step was trying to run ./mvnw from within the spring-ai-docs directory, but the Maven wrapper script only exists in the repository root.

Fixed by changing './mvnw' to '../mvnw' to reference the script from the parent directory while maintaining the correct working directory for the assembly generation.

The CI was failing because the 'Generate assembly' step was trying to run
./mvnw from within the spring-ai-docs directory, but the Maven wrapper
script only exists in the repository root.

Fixed by changing './mvnw' to '../mvnw' to reference the script from
the parent directory while maintaining the correct working directory
for the assembly generation.

Fixes the error: ./mvnw: No such file or directory
@sobychacko sobychacko added this to the 1.1.0.M1 milestone Aug 7, 2025
@sobychacko sobychacko merged commit b51daa9 into spring-projects:main Aug 7, 2025
2 checks passed
tzolov pushed a commit to tzolov/spring-ai that referenced this pull request Aug 17, 2025
spring-projects#4072)

The CI was failing because the 'Generate assembly' step was trying to run
./mvnw from within the spring-ai-docs directory, but the Maven wrapper
script only exists in the repository root.

Fixed by changing './mvnw' to '../mvnw' to reference the script from
the parent directory while maintaining the correct working directory
for the assembly generation.

Fixes the error: ./mvnw: No such file or directory
scionaltera pushed a commit to scionaltera/spring-ai that referenced this pull request Sep 3, 2025
spring-projects#4072)

The CI was failing because the 'Generate assembly' step was trying to run
./mvnw from within the spring-ai-docs directory, but the Maven wrapper
script only exists in the repository root.

Fixed by changing './mvnw' to '../mvnw' to reference the script from
the parent directory while maintaining the correct working directory
for the assembly generation.

Fixes the error: ./mvnw: No such file or directory
chedim pushed a commit to couchbaselabs/spring-ai that referenced this pull request Sep 19, 2025
spring-projects#4072)

The CI was failing because the 'Generate assembly' step was trying to run
./mvnw from within the spring-ai-docs directory, but the Maven wrapper
script only exists in the repository root.

Fixed by changing './mvnw' to '../mvnw' to reference the script from
the parent directory while maintaining the correct working directory
for the assembly generation.

Fixes the error: ./mvnw: No such file or directory
Willam2004 pushed a commit to Willam2004/spring-ai that referenced this pull request Oct 11, 2025
spring-projects#4072)

The CI was failing because the 'Generate assembly' step was trying to run
./mvnw from within the spring-ai-docs directory, but the Maven wrapper
script only exists in the repository root.

Fixed by changing './mvnw' to '../mvnw' to reference the script from
the parent directory while maintaining the correct working directory
for the assembly generation.

Fixes the error: ./mvnw: No such file or directory

Signed-off-by: 家娃 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants