Skip to content

Commit

Permalink
project yml is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
LSING46 authored and LSING46 committed Dec 7, 2024
1 parent 27ff03d commit dbfe7b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java CI with Maven
name: Java CI with Maven (Order-management)

on:
push:
Expand All @@ -23,13 +23,13 @@ jobs:
distribution: 'temurin'
cache: maven

# Step 3: Debug - List directory contents
# Step 3: Debug - List directory contents (Optional)
- name: List directory contents
run: ls -R

# Step 4: Build the Maven project in the user-service directory
- name: Build user-service with Maven
run: mvn -B package --file user-service/pom.xml
# Step 4: Build the Maven project starting from the parent POM
- name: Build Order-management Maven project
run: mvn -B clean install

# Optional: Update dependency graph for Dependabot
- name: Update dependency graph
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<modelVersion>4.0.0</modelVersion>

<!-- Parent Project Information -->
<groupId>com.example</groupId>
<artifactId>my-multi-module-project</artifactId>
<groupId>com.lokesh.hada</groupId>
<artifactId>order-management-project</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>Order-management</name>
Expand Down

0 comments on commit dbfe7b8

Please sign in to comment.