VOOZH about

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

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


  • Enterprise Java👁 java-interview-questions-answers
    Bear GilesFebruary 18th, 2014
    0 203

    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👁 Image
    Petri KainulainenFebruary 2nd, 2014
    0 651

    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👁 Image
    Francisco Ribeiro JuniorJanuary 24th, 2014
    1 293

    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👁 Image
    Maciej WalkowiakDecember 1st, 2013
    0 187

    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👁 Image
    Bozhidar BozhanovNovember 18th, 2013
    2 144

    Embedding Maven

    It is a very rare usecase, but sometimes you need it. How to embed Maven in your application, so that…

    Read More »
  • Enterprise Java👁 Image
    Martin MoisNovember 6th, 2013
    0 125

    Implementing a custom JSF 2.0 component with maven

    Some time ago, I have written my own custom JSF component. But at that point in time, JSF 1.0 was…

    Read More »
  • Enterprise Java👁 Image
    Martin MoisOctober 28th, 2013
    1 247

    Setting up your application server with maven

    In many cases there is no way to deploy an application without the need to setup your application before. In…

    Read More »
  • Enterprise Java👁 Image
    Bear GilesOctober 15th, 2013
    0 103

    Creating Vulnerability Assessment Artifacts Using Maven Assembly

    This article will discuss using Maven Assembly to create artifacts that can be provided to third-party vulnerability assessment sites (e.g.,…

    Read More »
  • Enterprise Java👁 Image
    Pim DorrestijnOctober 11th, 2013
    0 178

    Detect Maven Dependency Mediation

    As of Maven 2.0.9 a new feature was added to Maven called dependency mediation. Dependency mediation is the technique used…

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