Skip to content
Advertisement

Tag: maven

oracle-maven-sync plugin (v14.1.1) error while deploying web application: ‘deploy’ goal not found

I am using following plugin to deploy my web application to weblogic 14c with maven (3.6.3): while executing the goal, maven is giving the below error: [ERROR] Could not find goal ‘deploy’ in plugin com.oracle.maven:oracle-maven-sync:14.1.1-0-0 among available goals help, push -> [Help 1] Eclipse also giving the below warning for the pom file having plugin configuration: Invalid goal for this

Spring boot maven plugin: mvn clean package does not layered jar file automatically

I got trouble with spring-boot-maven-plugin build process. I just want to build excutable “layered” jar file for optimizing docker image. As document said this build process will produce layered jar by default https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/. Here is apart of my pom.xml file I used spring boot 2.5.5, maven 3.6.3 Some steps produce: mvn clean package jar -tf target/[excutableJarFile].jar This filesystem of excutableJarFile

Cannot resolve symbol, but the dependency is in local repo

I’ve been reading all similar problems with maven but I cannot seem to be able to fix it. The issue is the classic “Cannot resolve symbol ‘pippo'”, in which case pippo is part of import com.pippo.device.manager.data.model.Device; This class Device comes from this artifact that I have in my local repo Evidence that it is in the local repository and evidence

Setting up Selenium correctly

I have been trying to install Selenium for about a day now, and I canĀ“t get it to work. First, I just downloaded the standalone jar and added it as a user library. That did work out fine, until I wanted to use org.openqa.selenium.htmlunit.HtmlUnitDriver. Apparently, this library is not included in the jar. So I downloaded the jar file for

Personal computer failed to access maven central

I have a PC that installed with gaming app like Steam or GOG but in Windows config there is no proxy and no firewall other than default ones from the OS. I have NordVPN but currently disconnected. However after installed maven 3.8.2, all mvn goal failed that can’t access maven central threw following error Anyone has experience to troubleshooting such

Advertisement