VOOZH about

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

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


  • Core Java👁 Image
    Evgeny GoldinMay 10th, 2012
    0 168

    Maven Build Dependencies

    Maven and Gradle users who are familiar with release and snapshot dependencies may not know about TeamCity snapshot dependencies or…

    Read More »
  • Enterprise Java👁 Image
    John DobieMay 9th, 2012
    0 136

    Maven Integration Testing And Spring Restful Services

    Introduction My original blog showed how to seperate maven unit and integration tests using a very simple example. http://johndobie.blogspot.com/2011/06/seperating-maven-unit-integration-tests.html Since…

    Read More »
  • Enterprise Java👁 Image
    Marcin ZajaczkowskiMay 8th, 2012
    0 159

    Better looking HTML test reports for TestNG with ReportNG – Maven guide

    TestNG is a testing framework created as an annotation driven alternative for JUnit 3 in times when “extends TestCase” was…

    Read More »
  • Enterprise Java👁 Image
    Chad DavisApril 25th, 2012
    0 111

    Maven Does Not Suck . . . but the Maven Docs Do

    I’m not going to go into the whole Maven debate, but suffice it to say that I’m a strong proponent…

    Read More »
  • Software Development👁 Image
    Wayne BeatonApril 19th, 2012
    0 136

    Application Lifecycle Management at Eclipse

    The Eclipse Foundation has evolved a pretty impressive application lifecycle management story. Based on what I’ve observed over the years,…

    Read More »
  • Enterprise Java👁 Image
    Marcin ZajaczkowskiApril 17th, 2012
    0 157

    TestNG and Maven configuration guide

    To be useful automatic tests should run very fast. Otherwise will not be run often during development or even will…

    Read More »
  • Enterprise Java👁 Image
    Marcin ZajaczkowskiApril 2nd, 2012
    0 256

    Introduction to mutation testing with PIT and TestNG

    Mutation testing is a technique which allows to discover which parts of our code are not covered by tests. It…

    Read More »
  • Enterprise Java👁 Image
    David CarverFebruary 28th, 2012
    2 384

    Maven Archetype Creation Tips

    I recently needed to create some Maven Archetypes for the Turmeric SOA project. A Maven Archetype for those that don’t…

    Read More »
  • Enterprise Java👁 Image
    Paris ApostolopoulosDecember 14th, 2011
    0 186

    Setup JAVA_HOME, MAVEN_HOME, ANT_HOME in MacOSX Lion in 5 minutes

    I have been getting the very same question all the time, from people trying to make it through the world…

    Read More »
  • First
  • ...
  • «
  • 10
  • 11
  • 12
  • 13
  • 14
  • »
Back to top button
Close