I have a multi-module maven project. I use maven build helper plugin to automatically add generated sources to the classpath. I am able to use the generated s
I am trying to build the project with the following command mvn clean install But every-time its end with memory issue ,then i run same command with -X opt
everyone! I faced with a problem. I have SpringBoot app with Spring JDBC and liquibase. When I do mvn install my tests failed because, liquibase doesn't run. Wh
I have tried different solution for this but didn't work for me, please see the error log and toolchain.xml file. These are error logs: [INFO] --- maven
1,The maven on the right side of the intellij IDEA is missing plugins and dependencies.help me This question made me cry. 2,Problem Description mall ---mall-aut
I am using repositories mavenCentral() because jcenter() is deprecated. I want to implement com.beloo.widget:ChipsLayoutManager:0.3.7. But this is uploaded on j
I am new to google cloud, I am building an application with maven. In my maven repository I have lib folder where I have didisoft jar files. I have added the pl
I use to use IntelliJ, lately I have updated to IntelliJ EAP now the checkbox "Import Maven projects automatically" has dissapeard , so every time I add a new
Maven blocks external HTTP repositories by default since version 3.8.1 (see https://maven.apache.org/docs/3.8.1/release-notes.html) Is there a way to disable th
I can use the command line to run npm install and npm run build on my project but when I try to use the frontend-maven-plugin it fails with the following error
I'm following a PluralSight course, "Spring Framework: Spring Fundamentals" by Bryan Hansen. I've followed the demo precisely (I believe) but am getting the err
I've got a Maven project that builds a JAR file. It also creates a site (using maven-site-plugin) that describes information about the project. I'd like to in
I have a spring boot project here: https://github.com/jcasbin/jcasbin-springboot-plugin. I encountered the following error in Travis CI: shell 3.43s$ ./mvnw in
I tried using 'mvn spring-boot:build-image' command and get that error.. ( I saw that maven have a new way to create an image with spring) Building image 'doc
I am using spring-boot 2.3.3.RELEASE with the according spring-boot-starter-parent in maven. <parent> <groupId>org.springframework.boot</group
I have a maven project that I can no longer get to build: mvn clean compile ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1
I thought it would be fun and informative to learn more about static code analysis by implementing my own custom linter. I've been trying to declare the below d
When i run the spring boot app, intellij returns me an error: An attempt was made to call a method that does not exist. The attempt was made from the follow
I am having a git repository for my project with a structure as shown below. The structuring is based on the source, all the codes, scripts related to a sourc
I'm trying to connect to SQL server in robot framework, so I've added the following code in pom.xml file: <!-- https://mvnrepository.com/artifact/com.mic