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

Conversation

kriegaex
Copy link

Hi.

I had problems building with Gradle here in my firewalled environment. Also, I am a total Gradle noob. Thus I decided to create a clean Maven build from scratch for your project. See my commit comments for further information. Maybe you even want to consider publishing your plugin on Maven Central as a service to your users. That way it would not be necessary anymore to use Gradle on the Jenkins server (this led to raised eyebrows from our admins) and compile the project on the fly.

Kind regards
Alexander Kriegisch

Alexander Kriegisch added 3 commits March 26, 2015 15:55
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).
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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant