a year ago
Hey, so i'm getting this error when trying to deploy my app:
[stage-0 6/7] RUN --mount=type=cache,id=s/92a20c00-2106-4b0a-9a63-9b6ec9200579-m2/repository,target=/app/.m2/repository chmod +x ./mvnw && ./mvnw -DoutputFile=target/mvn-dependency-list.log -B -DskipTests clean dependency:list install
process "/bin/bash -ol pipefail -c chmod +x ./mvnw && ./mvnw -DoutputFile=target/mvn-dependency-list.log -B -DskipTests clean dependency:list install" did not complete successfully: exit code: 1
On my computer, I did not make a docker image out of my app, so could that be a problem?
App is in java spring boot, fully working REST api.
2 Replies
a year ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 11 months ago
10 months ago
The Maven build is failing during deploy — can be something simple like missing dependency or a build step that’s not happy
10 months ago
Share your railway.toml and repo link, I’ll take a look and see what might be tripping it up