diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-08-23 18:40:06 -0400 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-08-23 18:40:06 -0400 |
commit | c45e44f35f48af457a8446280ef38b15bd008541 (patch) | |
tree | b49f91afa88b6c2c2af4f66a8719dbfa542e89a6 | |
parent | f2f0a770d2e4e9dde29c4e77c18fedd70331b5e7 (diff) |
Remove app Maven property
app Maven property is removed from jib main class configuration as the
property is not defined and jib is able to infer the application main
class.
Issue-ID: CPS-585
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Ie66bce122672b7e0961db41d0af73ecce2a6d565
-rwxr-xr-x | pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -512,7 +512,6 @@ <version>3.0.0</version> <configuration> <container> - <mainClass>${app}</mainClass> <creationTime>USE_CURRENT_TIMESTAMP</creationTime> </container> <from> |