aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2021-08-23 18:40:06 -0400
committerBruno Sakoto <bruno.sakoto@bell.ca>2021-08-23 18:40:06 -0400
commitc45e44f35f48af457a8446280ef38b15bd008541 (patch)
treeb49f91afa88b6c2c2af4f66a8719dbfa542e89a6
parentf2f0a770d2e4e9dde29c4e77c18fedd70331b5e7 (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-xpom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6664f42..0ee6412 100755
--- a/pom.xml
+++ b/pom.xml
@@ -512,7 +512,6 @@
<version>3.0.0</version>
<configuration>
<container>
- <mainClass>${app}</mainClass>
<creationTime>USE_CURRENT_TIMESTAMP</creationTime>
</container>
<from>