Posts tagged 'maven'
-
Customizing JForum with Maven2
JForum is an open source forum or bulletin-board webapp written in Java. Recently was required by work to produce a customised version for deployment. The customised version would integrate with the Single Sign On solution employed, namely CAS, and would be decorated with the skin or template of the web site. In this article I describe using the Maven2 tool to apply my modifications in a separate source tree from JForum.
-
Signing Android applications with Maven
We’re about to release an Android application for work. We need to self-sign the APK file so it can be installed onto devices. The easiest way to do this is using Eclipse. We, however, have got a Hudson integration server configured to pump out builds whenever we need them.
-
Writing PHP applications with Maven and Jetty
This is a quick tutorial on using Maven2 to build PHP web applications and deploy them with Jetty. Maven is a powerful build system which makes projects of the same type to follow a similar structure. Jetty is a light weight HTTP server ideal for integration tests. It also has a highly configurable Maven plugin which can be hooked into the build life cycle.
-
Releasing Maven projects to Github
This is a quick-start guide to deploying Maven projects to a remote repository and then using the maven-release-plugin to publish them on GitHub.
-
Android with Maven
I’ve been playing with building Android applications using Maven and the maven-android-plugin. There’s some excellent documentation out there, but I made some notes as I followed it.