VOOZH about

URL: https://www.javacodegeeks.com/tag/apache-maven/page/10

⇱ Apache Maven Archives - Page 10 of 14 - Java Code Geeks


  • Enterprise Java👁 Image
    Eugen ParaschivMay 9th, 2013
    0 135

    Maven Release to Nexus

    1. Overview In the previous article of this series, we set up a deployment process with Maven to Nexus. In…

    Read More »
  • Enterprise Java👁 Image
    Eugen ParaschivMay 1st, 2013
    0 172

    Maven Deploy to Nexus

    1. Overview In a previous article, I discussed how a Maven project can locally install a third party jar that…

    Read More »
  • Enterprise Java👁 Image
    Yoav AbrahamiApril 27th, 2013
    4 146

    When Maven Dependency Plugin Lies

    Problem: We had an integration test which creates a spring ClassPathXmlApplicationContext and while doing so the test blew up with…

    Read More »
  • Enterprise Java👁 Image
    Eugen ParaschivApril 24th, 2013
    2 277

    Install local jar with Maven

    1. The Problem and the options Maven is a very versatile tool and its available public repositories are second to…

    Read More »
  • Enterprise Java👁 Image
    Alexey ZvolinskiyApril 24th, 2013
    20 1,000

    Spring MVC + Hibernate + Maven: CRUD operations example

    In this article I want to examine an example of Spring MVC + Hibernate + Maven usage. This set of…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eugen ParaschivApril 15th, 2013
    1 345

    Spring with Maven

    1. Overview This tutorial will discuss how to setup Spring with Maven and will go over specific usecases of using…

    Read More »
  • Enterprise Java👁 Image
    Adam WarskiMarch 27th, 2013
    0 82

    How to replace a build module with Veripacks

    Compare the two trees below. In both cases the goal is to have an application with two independent modules (frontend…

    Read More »
  • Enterprise Java👁 Image
    Pascal AlmaMarch 20th, 2013
    1 121

    Using Maven Jetty plugin

    Although I am using Maven since a long time I never used the Jetty plugin until recently. To be able…

    Read More »
  • Enterprise Java👁 Image
    Tomasz DziurkoJanuary 28th, 2013
    0 387

    Running unit tests and integration tests separately with Maven Failsafe and TestNG

    Recently for my new pet project I decided that I would like to have some tests executed during standard mvn…

    Read More »
  • First
  • ...
  • «
  • 8
  • 9
  • 10
  • 11
  • 12
  • »
  • ...
  • Last
Back to top button
Close