VOOZH about

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

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


  • Enterprise Java👁 Image
    Nepomuk SeilerAugust 30th, 2013
    5 524

    Maven Reports in Jenkins

    Code quality is a sensitive topic. It affects your maintenance cost as well as your customer satisfaction. Not to mention…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenAugust 23rd, 2013
    0 196

    Creating Code Coverage Reports for Unit And Integration Tests with The JaCoCo Maven Plugin

    When I started using Java 7, I noticed right away that the Cobertura Maven plugin doesn’t support it. This was…

    Read More »
  • Enterprise Java👁 Image
    Semika KalugeJuly 15th, 2013
    1 624

    How to run Ant targets with Maven?

    The maven-antrun-plugin allows us to run ant targets with various maven build phases. I am going to explain very practical…

    Read More »
  • Enterprise Java👁 Image
    Gregor RieglerJuly 2nd, 2013
    2 1,134

    Selenium Test Automation with Maven

    Today i want to help you manage your Automated GUI Tests (Selenium) better. In the past i have seen many…

    Read More »
  • Groovy👁 Image
    Paolo AntinoriJune 19th, 2013
    0 921

    Maven: Start an external process without blocking your build

    Let’s assume that we have to execute a bunch of acceptance tests with a BDD framework like Cucumber as part…

    Read More »
  • Enterprise Java👁 Image
    Alexey ZvolinskiyMay 31st, 2013
    17 481

    Spring JPA Data + Hibernate + MySQL + Maven

    Development of web-applications with the help of Spring MVC implies creation of several logical layers of architecture. One of the…

    Read More »
  • Enterprise Java👁 Image
    Jakub HolyMay 27th, 2013
    0 139

    Accessing An Artifact’s Maven And SCM Versions At Runtime

    You can easily tell Maven to include the version of the artifact and its Git/SVN/… revision in the JAR manifest…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMay 22nd, 2013
    0 195

    Running Solr with Maven

    Running Solr with Maven Solr is an open source search server which is built by using the indexing and search…

    Read More »
  • Enterprise Java👁 Image
    Eugen ParaschivMay 15th, 2013
    0 174

    Spring Security with Maven

    1. Overview This article will explain how to setup Spring Security with Maven and will go over specific use-cases of…

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