Hello, I am attempting to compile the extension for VMware monitoring, but consistently encountering failure during the initial step where I need to compile this extension with Maven. Does anyone have any insights into where the problem might lie?The...
Hello,This has been resolved by adding the following code to the pom.xml.Inside <dependecies> add following
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.26</version>
<scope>provided<...