Remove app Maven property 79/123479/1
authorBruno Sakoto <bruno.sakoto@bell.ca>
Mon, 23 Aug 2021 22:40:06 +0000 (18:40 -0400)
committerBruno Sakoto <bruno.sakoto@bell.ca>
Mon, 23 Aug 2021 22:40:06 +0000 (18:40 -0400)
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

pom.xml

diff --git a/pom.xml b/pom.xml
index 6664f42..0ee6412 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
                     <version>3.0.0</version>
                     <configuration>
                         <container>
-                            <mainClass>${app}</mainClass>
                             <creationTime>USE_CURRENT_TIMESTAMP</creationTime>
                         </container>
                         <from>