Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Nov 20, 2024
1 parent 9834d8a commit 05c3d2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bld_mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
matrix:
include:
- project: hello_world
- project: hello_world_2
# - project: hello_world_2

runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 5 additions & 0 deletions hello_world/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
<groupId>com.example</groupId>
<artifactId>hello-world-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
</properties>

<artifactId>hello-world</artifactId>

<dependencies>
Expand Down

0 comments on commit 05c3d2f

Please sign in to comment.