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 e51cfcc commit 133cba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion modules/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>

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

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

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

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

<scm>
Expand Down

0 comments on commit 133cba4

Please sign in to comment.