Search Results for: maven
-
Enterprise Java
HOW-TO: Test dependencies in a Maven project (JUnit, Mockito, Hamcrest, AssertJ)
JUnit itself is not enough for most of today’s Java projects. You also need a mocking library, maybe something else.…
Read More » -
Enterprise Java
Deploy to Maven Central Repository
Do you need to make your Java library publicly accessible? Is your project hosted on GitHub? Do you like idea…
Read More » -
Enterprise Java
Developing Java EE applications with Maven and WebLogic 12c
The WebLogic Server 12c has very nice support for Maven now. The doc for this is kinda hidden though, so…
Read More » -
Enterprise Java
4 simple steps to migrate legacy projects from Ant to Maven
For some time we were thinking about migrating our build to maven from ant. It happened last month and was…
Read More » -
Enterprise Java
Creating Maven Source and Javadoc Artifacts
Many people are aware of maven source and javadoc artifacts but don’t know why they would want to create them.…
Read More » -
Enterprise Java
FindBugs Maven Plugin Tutorial
FindBugs is a static code analysis tool which identifies problems found from Java code. We can integrate FindBugs into our…
Read More » -
Enterprise Java
Using an Embedded Tomcat with Maven tomcat plugin
When developing a java web application using the Eclipse WTP, we need to have an installation of tomcat in the…
Read More » -
Enterprise Java
Integration tests with Maven 3, Failsafe and Cargo plugin
Unit testing is available in Maven out of the box. Because of that very often its used for integration tests…
Read More » -
Enterprise Java
Embedding Maven
It is a very rare usecase, but sometimes you need it. How to embed Maven in your application, so that…
Read More »