maven

  • submit to reddit

Running Maven Applications on OpenShift PaaS

As you know I'm in the middle of completely overhauling and open-sourcing my PhD thesis system (more here: Qualitas). I didn't work at Gdańsk University of...

1 replies - 6000 views - 04/25/12 by Łukasz Budnik in Articles

Video: Windows Azure and Java Unite! How to Create a Maven Project with Eclipse

The embedded video is a step by step tutorial - be sure to watch in full screen in order to see all text.  A link to more technical documentation on Java SDK...

0 replies - 5270 views - 03/29/12 by Eric Genesky in Articles

Stamping Version Number and Build Time in a Properties File with Maven

Stamping the version number and the build time of an application in a properties file so that it could be displayed by an application at runtime seemed like it...

0 replies - 8611 views - 03/23/12 by Rob Terpilowski in Articles

Is DevOps Killing the Operations team?

Hearing everywhere about DevOps and how it is all about automation, and how manual steps should be removed from Operations. Starting to worry...

1 replies - 4494 views - 03/12/12 by Carlos Sanchez in Articles

Building Rich Clients with JacpFX and JavaFX2

Creating fast and scaling desktop clients is always a challenge, particularly when dealing with a large amount of data and long running tasks. Although Eclipse...

0 replies - 6972 views - 03/09/12 by Andy Moncsek in Articles

What Developers do Today for Source-to-Deploy is Not Enough

Developer toolset From the developer point of view, there are some tools involved in the source-to-deploy process Source control management tools:...

0 replies - 5135 views - 02/16/12 by Carlos Sanchez in Articles

Unit Test Code Coverage

It’s easy to collect unit test code coverage because all of the common tools are geared up for it. This article will explain how you can add unit test...

0 replies - 4375 views - 01/18/12 by John Dobie in Articles

Maven: great idea, poor implementation (Part 3)

In the first post in this series, I explained why I think Maven Maven is a good idea. Most projects need pretty much the same thing from a build system, but...

16 replies - 9866 views - 01/09/12 by Kief Morris in Articles

Maven: great idea, poor implementation (Part 2)

In my previous post I explained why Maven is a good concept for Java project builds. In this post I'll delve into a key area where it falls down, the...

4 replies - 9353 views - 01/09/12 by Kief Morris in Articles

Maven: great idea, poor implementation (Part 1)

I've been building Java software using Ant for over 10 years. I've been giving Maven a try every few years since it first came out, and going back to Ant...

7 replies - 13805 views - 01/09/12 by Kief Morris in Articles

Ant vs. Maven: An Entertaining Look at the Arguments

There are many ways to organise build systems for Java projects. The two most predominant are probably still Ant and Maven.  Debates between the two tend...

12 replies - 15423 views - 12/08/11 by Alex Staveley in Articles

From Dev to DevOps with Maven and Puppet

Maven is an open source tool that you may not have thought of as a 'DevOps tool', but that's pretty much what it is for the development department.  It's used...

0 replies - 6523 views - 11/16/11 by Mitch Pronschinske in Articles

Exporting MAVEN_OPTS not working for Freestyle Jenkins Projects

I’m running Jenkins version 1.428 and I have a “Freestyle” project. The aim of this project is to upload a large tar.gz file to an artifactory...

1 replies - 4023 views - 11/10/11 by James Betteley in Articles

Securing a RESTful Web Service with Spring Security 3.1, part 3

1. OverviewThis is the third of a series of articles about setting up a secure RESTful Web Service using Spring 3.1 and Spring Security 3.1 with Java based...

0 replies - 18484 views - 11/09/11 by Eugen Paraschiv in Articles

A Free EC2 Cloud Server With Ubuntu, Jenkins And Sonar.

IntroductionThis example shows you how to create a free Amazon EC2 cloud based continuous integration and testing environment on Ubuntu.  This is a low...

0 replies - 15226 views - 10/29/11 by John Dobie in Articles