Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Maven build as an alternative to Gradle #83

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 26, 2015

  1. Rename tests from *Tests to *Test -> enable Maven to find them

    Also make helper class GitApiMockedResult a static inner class of
    GitApiTest so as to avoid two classes on top level (looks ugly in IDEs
    such as IntelliJ IDEA).
    Alexander Kriegisch authored and Alexander Kriegisch committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    86f8376 View commit details
    Browse the repository at this point in the history
  2. Ignore Maven target directory and IntelliJ IDEA files

    Alexander Kriegisch authored and Alexander Kriegisch committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    58e28f5 View commit details
    Browse the repository at this point in the history
  3. Add Maven POM to project as an alternative to Gradle

    Also clean up dependency problems detected by Maven Dependency Plugin
    (used undeclared and unused declared dependencies).
    
    Finally, add a Maven Assembly build step which creates an executable JAR
    file incl. manifest pointing to entry point com.entagen.jenkins.Main.
    Alexander Kriegisch authored and Alexander Kriegisch committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    5d4071d View commit details
    Browse the repository at this point in the history