Hi Seshu,
I have tried with * but it doesn't worked,
I have replaced all the import statements classes of the package
org.onap.so.bpmn.mock
with org.onap.so.bpmn.mock.* but it didn't worked
I have cross checked there are no mock package in bpmn/mso-infrastructure-bpmn
project.
The package org.onap.so.bpmn.mock is defined in MSOCommonBPMN
in project mso--infrastructure-bpmn the dependency for MSOCommonBPMN for test is
Defined as
<dependency>
<groupId>org.onap.so</groupId>
<artifactId>MSOCommonBPMN</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
While in project so-bpmn-infrastructure-common the dependency for MSOCommonBPMN
for test is
Defined as
<dependency>
<groupId>org.onap.so</groupId>
<artifactId>MSOCommonBPMN</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
I have also tested with replacing <type> with <classifier> in dependency but
no change in logs.
Please suggest .
Thanks & Regards
Rajiv Vishwkarma
78 38 30 60 60
From: Seshu m <[email protected]>
Sent: Tuesday, May 12, 2020 2:17 PM
To: [email protected]; Byung-Woo Jun <[email protected]>;
[email protected]; Rajiv Vishwkarma <[email protected]>
Subject: Re: [onap-discuss] Need some Idea on the error : for Error in
mso-infrastructure-bpmn : org.onap.so.bpmn.mock does not exist : building SO
project: :SO Migration from Java 8 to Java 11
[CAUTION: This Email is from outside the Organization. Unless you trust the
sender, Don't click links or open attachments as it may be a Phishing email,
which can steal your Information and compromise your Computer.]
Hi Rajiv
Is due to org.onap.so.bpmn.mock does not exist
I am unaware about this mock,
the error refers to the
so<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fonap%2Fso%2Ftree%2F40396c8763a600059d025fb202802ac70d406b08&data=02%7C01%7Crajiv.v%40hcl.com%7C7308e9edf1334f2845c908d7f65112d9%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637248700399210809&sdata=iBTZLsCtF5oxgFLTBLo4CNhPP63lvpceg%2BqWZ89RYsI%3D&reserved=0>/bpmn<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fonap%2Fso%2Ftree%2F40396c8763a600059d025fb202802ac70d406b08%2Fbpmn&data=02%7C01%7Crajiv.v%40hcl.com%7C7308e9edf1334f2845c908d7f65112d9%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637248700399220805&sdata=7WdPuEnZNeJn2WiV3Cz7Jbr9ZNZg2cLiOZeFc3EaKI4%3D&reserved=0>/MSOCommonBPMN<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fonap%2Fso%2Ftree%2F40396c8763a600059d025fb202802ac70d406b08%2Fbpmn%2FMSOCommonBPMN&data=02%7C01%7Crajiv.v%40hcl.com%7C7308e9edf1334f2845c908d7f65112d9%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637248700399220805&sdata=NY02o%2Bs8TFmPYPdfWopUKO17YO%2FRxMc5Vh3467FrXmU%3D&reserved=0>/src<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fonap%2Fso%2Ftree%2F40396c8763a600059d025fb202802ac70d406b08%2Fbpmn%2FMSOCommonBPMN%2Fsrc&data=02%7C01%7Crajiv.v%40hcl.com%7C7308e9edf1334f2845c908d7f65112d9%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637248700399230804&sdata=qzOtdADa8c3%2BZgLAhrWgpqVFKPbOwemFuOcERwj1kRU%3D&reserved=0>/test<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fonap%2Fso%2Ftree%2F40396c8763a600059d025fb202802ac70d406b08%2Fbpmn%2FMSOCommonBPMN%2Fsrc%2Ftest&data=02%7C01%7Crajiv.v%40hcl.com%7C7308e9edf1334f2845c908d7f65112d9%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637248700399230804&sdata=4XcJXpq3%2Fv5%2F8gXwa6MXQZXbHhbmSO%2FJMpYnqtaN6LU%3D&reserved=0>/java<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fonap%2Fso%2Ftree%2F40396c8763a600059d025fb202802ac70d406b08%2Fbpmn%2FMSOCommonBPMN%2Fsrc%2Ftest%2Fjava&data=02%7C01%7Crajiv.v%40hcl.com%7C7308e9edf1334f2845c908d7f65112d9%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637248700399230804&sdata=zzz6RRlWW1gle%2FjvZ6n2WO05fEeLmIXsCNu69yKDVL8%3D&reserved=0>/org<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fonap%2Fso%2Ftree%2F40396c8763a600059d025fb202802ac70d406b08%2Fbpmn%2FMSOCommonBPMN%2Fsrc%2Ftest%2Fjava%2Forg&data=02%7C01%7Crajiv.v%40hcl.com%7C7308e9edf1334f2845c908d7f65112d9%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637248700399240786&sdata=cIhrFSaWkazw%2BmLeUibT%2F4%2FaHUcYoL6p2%2B5FdeYwhi0%3D&reserved=0>/onap<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fonap%2Fso%2Ftree%2F40396c8763a600059d025fb202802ac70d406b08%2Fbpmn%2FMSOCommonBPMN%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap&data=02%7C01%7Crajiv.v%40hcl.com%7C7308e9edf1334f2845c908d7f65112d9%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637248700399240786&sdata=kExzCK9hOgF6WaWBrgrxj%2FtHSsZP%2Fg5uc1nKbQiBAfI%3D&reserved=0>/so<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fonap%2Fso%2Ftree%2F40396c8763a600059d025fb202802ac70d406b08%2Fbpmn%2FMSOCommonBPMN%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fso&data=02%7C01%7Crajiv.v%40hcl.com%7C7308e9edf1334f2845c908d7f65112d9%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637248700399250785&sdata=Vs2B7qBlCVnNKDh0Mi3pou6E6fIRfUz5f%2FGOoo6oUKI%3D&reserved=0>/bpmn<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fonap%2Fso%2Ftree%2F40396c8763a600059d025fb202802ac70d406b08%2Fbpmn%2FMSOCommonBPMN%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fso%2Fbpmn&data=02%7C01%7Crajiv.v%40hcl.com%7C7308e9edf1334f2845c908d7f65112d9%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637248700399250785&sdata=PqqXxSayZrskCSaPV%2BzwlaIIIlXQjdMzu0JHJ1QeSlk%3D&reserved=0>/mock/
package
For me it looks like issue with static imports being ignored,
first check if the is intact and has the
if it is then You can try to change the import of the StubResponseAAI in
CreateVcpeResCustServiceIT to *
there are other places too packaged as org.onap.so.bpmn.mock;
bpmn/so-bpmn-building-blocks/src/test/java/org/onap/so/bpmn/
bpmn/so-bpmn-tasks/src/test/java/org/onap/so/bpmn/
Thanks and Regards,
M Seshu Kumar
Lead Architect
P&S General Department, Cloudify Network OSDT
Huawei Technologies India Pvt. Ltd.
Survey No. 37, Next to EPIP Area, Kundalahalli, Whitefield
Bengaluru-560066, Karnataka.
Tel: + 91-80-49160700 , Mob: 9845355488
___________________________________________________________________________________________________
This e-mail and its attachments contain confidential information from HUAWEI,
which is intended only for the person or entity whose address is listed above.
Any use of the information contained herein in any way (including, but not
limited to, total or partial disclosure, reproduction, or dissemination) by
persons other than the intended recipient(s) is prohibited. If you receive this
e-mail in error, please notify the sender by phone or email immediately and
delete it!
--------------------------------------------------------------------------------------------------------------------------------------------------------
________________________________
From: [email protected]<mailto:[email protected]>
<[email protected]<mailto:[email protected]>> on behalf of
Rajiv Vishwkarma <[email protected]<mailto:[email protected]>>
Sent: Tuesday, May 12, 2020 4:13:26 PM
To: [email protected]<mailto:[email protected]>; Seshu m;
Byung-Woo Jun; [email protected]<mailto:[email protected]>
Subject: [onap-discuss] Need some Idea on the error : for Error in
mso-infrastructure-bpmn : org.onap.so.bpmn.mock does not exist : building SO
project: :SO Migration from Java 8 to Java 11
Hi Sheshu/Max/Byung,
While migrating SO project from java 8 to java 11, I have taken the SO code
from the Master branch, and able to compile successfully 50 projects (pom
files) out of 51,
but one of the project i.e. so/bpmn/mso-infrastructure-bpmn
I have tried to execute the remaining projects individually and they all are
running fine except the above mentioned project mso-infrastructure-bpmn
is failing and giving the error -
Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (test-compile)
on project mso-infrastructure-bpmn: Compilation failure:
Is due to org.onap.so.bpmn.mock does not exist
I am unaware about this mock,
Can I get some idea on this error from anyone?
Environment : Java 11 , Maven 3.3.9, Ubuntu 18
Here is the brief log of building SO project -
p/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[35,35] error:
package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[35]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/GenerateVfModuleNameIT.java:[24,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/GenerateVfModuleNameIT.java:[24]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[26,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[26]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[27,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[27]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[28,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[28]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[29,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[29]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[30,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[30]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[31,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[31]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[32,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[32]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[33,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[33]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[34,35]
error: package org.onap.so.bpmn.mock does not exist
[INFO] 100 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] so ................................................. SUCCESS [ 8.770 s]
[INFO] deployment-configs ................................. SUCCESS [ 0.492 s]
[INFO] MSO Common classes ................................. SUCCESS [ 5.010 s]
[INFO] graph-inventory .................................... SUCCESS [ 0.072 s]
[INFO] fluent-builder-maven-plugin ........................ SUCCESS [ 1.346 s]
[INFO] aai-client ......................................... SUCCESS [ 4.478 s]
[INFO] mso-catalog-db ..................................... SUCCESS [ 3.082 s]
[INFO] API Handler ........................................ SUCCESS [ 0.077 s]
[INFO] mso-requests-db .................................... SUCCESS [ 0.580 s]
[INFO] mso-requests-db-repositories ....................... SUCCESS [ 0.407 s]
[INFO] mso-api-handler-common ............................. SUCCESS [ 0.610 s]
[INFO] mso-api-handler-infra .............................. SUCCESS [ 4.223 s]
[INFO] MSO Adapters ....................................... SUCCESS [ 0.072 s]
[INFO] mso-adapters-rest-interface ........................ SUCCESS [ 10.684 s]
[INFO] Cloudify Rest Client ............................... SUCCESS [ 0.447 s]
[INFO] mso-adapter-utils .................................. SUCCESS [ 1.048 s]
[INFO] CXFLogging ......................................... SUCCESS [ 0.195 s]
[INFO] mso-sdnc-adapter ................................... SUCCESS [ 1.256 s]
[INFO] mso-requests-db-adapter ............................ SUCCESS [ 2.674 s]
[INFO] mso-catalog-db-adapter ............................. SUCCESS [ 2.440 s]
[INFO] mso-vfc-adapter .................................... SUCCESS [ 1.521 s]
[INFO] mso-openstack-adapters ............................. SUCCESS [ 2.361 s]
[INFO] ETSI SOL003 Adapter ................................ SUCCESS [ 0.068 s]
[INFO] ETSI SOL003 Adapter Common ......................... SUCCESS [ 0.263 s]
[INFO] ETSI SOL003 VNF Package Management ................. SUCCESS [ 0.059 s]
[INFO] ETSI SOL003 VNF Package Management Adapter API ..... SUCCESS [ 1.592 s]
[INFO] ETSI SOL003 VNF Package Management Adapter Ext Clients SUCCESS [ 1.434
s]
[INFO] ETSI SOL003 VNF Package Management Adapter ......... SUCCESS [ 0.536 s]
[INFO] ETSI SOL003 Life Cycle Management .................. SUCCESS [ 0.060 s]
[INFO] ETSI SOL003 Life Cycle Management Adapter API ...... SUCCESS [ 1.259 s]
[INFO] ETSI SOL003 Life Cycle Management Adapter Ext Clients SUCCESS [ 1.134 s]
[INFO] ETSI SOL003 Life Cycle Management Adapter .......... SUCCESS [ 0.635 s]
[INFO] ETSI SOL003 Application Jar ........................ SUCCESS [ 0.597 s]
[INFO] ETSI SOL002 Application Jar ........................ SUCCESS [ 0.899 s]
[INFO] mso-nssmf-adapter .................................. SUCCESS [ 1.309 s]
[INFO] BPMN Subsystem ..................................... SUCCESS [ 0.059 s]
[INFO] MSOCoreBPMN ........................................ SUCCESS [ 1.000 s]
[INFO] MSOCommonBPMN ...................................... SUCCESS [ 5.212 s]
[INFO] so-appc-orchestrator ............................... SUCCESS [ 2.341 s]
[INFO] asdc-controller .................................... SUCCESS [ 2.823 s]
[INFO] so-bpmn-infrastructure-common ...................... SUCCESS [ 5.121 s]
[INFO] so-bpmn-tasks ...................................... SUCCESS [ 3.477 s]
[INFO] so-bpmn-building-blocks ............................ SUCCESS [ 0.764 s]
[INFO] so-bpmn-infrastructure-flows ....................... SUCCESS [ 0.511 s]
[INFO] mso-infrastructure-bpmn ............................ FAILURE [ 2.629 s]
[INFO] so-monitoring ...................................... SKIPPED
[INFO] so-monitoring-ui ................................... SKIPPED
[INFO] so-monitoring-handler .............................. SKIPPED
[INFO] so-monitoring-service .............................. SKIPPED
[INFO] SO REST Simulator .................................. SKIPPED
[INFO] MSO Packages ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:27 min
[INFO] Finished at: 2020-05-10T22:59:28+00:00
[INFO] Final Memory: 244M/830M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (test-compile)
on project mso-infrastructure-bpmn: Compilation failure: Compilation failure:
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/RainyDayHandlerIT.java:[23,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/RainyDayHandlerIT.java:[23]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/SniroHomingV1IT.java:[25,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/SniroHomingV1IT.java:[25]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/SniroHomingV1IT.java:[26,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/SniroHomingV1IT.java:[40,28]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/ConfirmVolumeGroupTenantIT.java:[27,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/ConfirmVolumeGroupTenantIT.java:[27]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/VnfAdapterRestV1IT.java:[28,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/VnfAdapterRestV1IT.java:[28]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/VnfAdapterRestV1IT.java:[29,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/VnfAdapterRestV1IT.java:[29]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/VnfAdapterRestV1IT.java:[30,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/VnfAdapterRestV1IT.java:[30]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/VnfAdapterRestV1IT.java:[31,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/VnfAdapterRestV1IT.java:[31]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/DecomposeServiceIT.java:[23,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/DecomposeServiceIT.java:[23]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[26,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[26]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[27,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[27]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[28,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[28]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[29,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[29]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[30,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[30]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[31,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[31]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[32,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[32]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[33,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[33]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[34,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[34]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[43,28]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[20,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[20]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[21,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[21]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[22,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[22]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[23,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[23]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[24,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[24]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[25,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[25]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[26,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[26]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[31,28]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CompleteMsoProcessIT.java:[24,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CompleteMsoProcessIT.java:[24]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/OofHomingTestIT.java:[38,28]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/OofHomingTestIT.java:[49,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/OofHomingTestIT.java:[49]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/OofHomingTestIT.java:[50,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/OofHomingTestIT.java:[50]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/OofHomingTestIT.java:[51,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/OofHomingTestIT.java:[51]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[25,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[25]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[26,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[26]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[27,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[27]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[28,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[28]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[36,28]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[21,28]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[31,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[31]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[32,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[32]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[33,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[33]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[34,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[34]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[35,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[35]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/GenerateVfModuleNameIT.java:[24,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/GenerateVfModuleNameIT.java:[24]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[26,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[26]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[27,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[27]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[28,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[28]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[29,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[29]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[30,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[30]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[31,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[31]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[32,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[32]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[33,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[33]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[34,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (test-compile)
on project mso-infrastructure-bpmn: Compilation failure
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException:
Compilation failure
at
org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1215)
at
org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:181)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 20 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :mso-infrastructure-bpmn
Thanks & Regards
Rajiv Vishwkarma
78 38 30 60 60
::DISCLAIMER::
________________________________
The contents of this e-mail and any attachment(s) are confidential and intended
for the named recipient(s) only. E-mail transmission is not guaranteed to be
secure or error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or may contain viruses in transmission.
The e mail and its contents (with or without referred errors) shall therefore
not attach any liability on the originator or HCL or its affiliates. Views or
opinions, if any, presented in this email are solely those of the author and
may not necessarily reflect the views or opinions of HCL or its affiliates. Any
form of reproduction, dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written
consent of authorized representative of HCL is strictly prohibited. If you have
received this email in error please delete it and notify the sender
immediately. Before opening any email and/or attachments, please check them for
viruses and other defects.
________________________________
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21047): https://lists.onap.org/g/onap-discuss/message/21047
Mute This Topic: https://lists.onap.org/mt/74154451/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-