Skip to content

Commit

Permalink
properties
Browse files Browse the repository at this point in the history
  • Loading branch information
bail8001 committed Apr 3, 2021
1 parent d47afc1 commit e51cfcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

<properties>
<maven.deploy.skip>true</maven.deploy.skip>

<properties.private.myProperty>${properties.myparent.myInheritedProperty}</properties.private.myProperty>
</properties>

</project>
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

<properties>
<maven.deploy.skip>true</maven.deploy.skip>

<properties.myparent.myInheritedProperty>value</properties.myparent.myInheritedProperty>
</properties>

<scm>
Expand Down

0 comments on commit e51cfcc

Please sign in to comment.