I am trying to compile my project that uses lombok through maven and i am getting the following issue: [INFO] ———————————————————————— [INFO] Building …
Tag: maven
Does Spring Boot support multimodule maven projects?
I’m just curious about the level of support Spring Boot has for multimodule maven projects. There’s so much work that has to be done when creating a good layered set of projects (especially getting the various JPA/JDO enhancers set up). All of the samples I’ve seen put everything into one project, which is fine for simple demos. Can Spring Boot
Trying to learn Spring: BeanCreationException: Error creating bean with name
Started to learn “Spring in Action” and got a trouble on the very first chapter. I have simple Spring application, built with Maven: pom.xml <project …
junit test for stateless ejb + jpa
I would like to write a junit test for my stateless ejb + jpa demo code. I think it is actually not a junit test, it is an integration test. I have a stateless ejb with an injected EntityManager and PostgreSQL database server is used. I use CDI (Spring is not used in my project) and EclipseLink with a persistent.xml
Integrating JaCoCo, Arquillian and REST Assured brings me a code coverage of 0%
I’m using JaCoCo, Arquillian and rest-assured to test my RESTFul API. The problem is that I’m getting a 0% code coverage within my JaCoCo report. I’m using a maven profile for test cases, getting a wildfly instance, deploying it on JVM, deploying my API and then running the tests. I’ve made some researches and reach the point where I know
SonarQube with Radar-Netbeans Plugin Exception
I am trying to analyze my code with radar-netbeans 2.4 plug-in on my 8.0.2 NetBeans IDE, at first my sonar-runner wasn’t even executing, but after I read this post: “Netbeans Radar Plugin Configuration”, I was able to get my sonar-runner to execute until I got this exception: Is there something I can do to fix this exception? Keepin mind that
AspectJ: How to weave an aspect library into a Java project
I build small library (Java and Maven) – using AspectJ. Library must be independent. Library deliver Aspects and Annotations. Function of library is – “call advice when executed a method with specific annotation”. All is ok when I use everything in one module, but problem appers when i separate library and project with classes which advice must be applied. I
Run custom TextSecure (Signal) server
I am trying to start my custom TextSecure (Signal) server. I want to use it for all functions that Signal has (both SMS and telephony). I believe that I also need redphone server to run telephony. I’…
unable to run Htmlunit application using Maven dependency
I have added Htmlunit Maven dependency by adding the following to my pom.xml When I am trying to run the application, I am getting the following error: The following is my pom.xml, as my pom.xml is very lengthy I have removed some of the sections like properties, profiles, etc. Answer You need to remove the direct HttpClient dependency, because it
Nexus & Maven Corporate Pom – What should it contain?
We are currently evaluating to establish an internal company nexus repository for our java development. Unfortunately there are still some questions unanswered, but maybe you can help. A parent pom for all projects inside the company seems to be best practice. What is not clear is what this pom should contain, besides the <organization>section. Is it best practice to also