VOOZH about

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

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


  • Core Java👁 Image
    Lukas EderJune 24th, 2015
    1 1,002

    How to Debug Your Maven Build with Eclipse

    When running a Maven build with many plugins (e.g. the jOOQ or Flyway plugins), you may want to have a…

    Read More »
  • Software Development👁 Image
    Andreas HauflerJune 4th, 2015
    1 324

    Highlighting Checkstyle Links using Maven and IntelliJ IDEA

    Although IntelliJ IDEA has en excellent Maven integration, it doesn not recognize file references or file links in the output…

    Read More »
  • Enterprise Java👁 Image
    Zemian DengMay 25th, 2015
    5 940

    Getting version string from a Maven based web application

    When you package a maven project, it will automatically generate a pom.properties file inside that will contains the version, artifactId…

    Read More »
  • Enterprise Java👁 Image
    Arun GuptaMay 22nd, 2015
    0 95

    Java EE, Docker and Maven (Tech Tip #89)

    Java EE applications are typically built and packaged using Maven. For example, github.com/javaee-samples/javaee7-docker-maven is a trivial Java EE 7 application and shows the…

    Read More »
  • Enterprise Java👁 Image
    Sandra ParsickMay 18th, 2015
    0 311

    Unit And Integration Test Reports For Maven Projects In SonarQube

    Since SonarQube 4.2. the test report isn’t generated by the Sonar Maven Plugin during a Maven build (see SonarQube’s blog…

    Read More »
  • Core Java👁 Image
    Lukas EderMay 17th, 2015
    1 73

    Use This Preference to Speed up Your Eclipse m2e Configuration

    Who doesn’t know them. The good old JFace dialogs in Eclipse that give you a visual representation of what is…

    Read More »
  • Enterprise Java👁 Image
    Daryl MathisonApril 23rd, 2015
    5 340

    There is a Mojo in My Dojo (How to write a Maven plugin)

    I have been up to my armpits involved using Maven at work.  For good number of developers I will hear,…

    Read More »
  • Groovy👁 Image
    Albert VeenApril 17th, 2015
    1 140

    Geb Gems: Running Geb Spock tests with Maven

    Geb is framework which makes it easy to create functional tests for your application. Since you can use Groovy, Spock and…

    Read More »
  • Desktop Java👁 Image
    Martin MoisApril 6th, 2015
    0 166

    Creating a DSL for AWT’s Robot

    The Java SDK ships with the class java.awt.Robot that allows the automation of keyboard and mouse input as well as…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • 10
  • ...
  • Last
Back to top button
Close