Commit 126ecac4 authored by Vishal Vaddadhi's avatar Vishal Vaddadhi

testing mvn file path

parent 8a9ff905
Pipeline #1631 failed with stages
in 43 seconds
No preview for this file type
......@@ -16,7 +16,7 @@ stages:
maven-build:
image: maven:3-jdk-8
stage: build
script: "mvn clean package -B"
script: "mvn -f /order-management/pom.xml clean package -B "
artifacts:
paths:
- target/*jar
......
# Default ignored files
/shelf/
/workspace.xml
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment