gitdevops7 / demo

Sample for ANT/Maven Scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

The following project is aimed at a tutorial showing how ANT/Maven can be combined together. It consists of some sample code, which can then be compiled and packed using ant/maven The default is a very old old version and depends on ant-contrib v 1.0b2 (1.03 has severe issues and breaks the script!)

Use these files as base and extend to update them as per requirements of assignment/project.

Required Software

  • Maven
  • ANT
  • Java (preferrably JDK 7+)
  • PMD (Optional - if not installing it, remove references to PMD in Ant build files)
  • Cobertura (Optional, bu recommended)

Installing PMD

Installing Maven

  • Download MAven and unzip to a folder
  • set MAVEN_HOME to name of folders where it was unzipped.

Installing ANT

  • Download MAven and unzip to a folder
  • set ANT_HOME to name of folders where it was unzipped.

Additional config

About

Sample for ANT/Maven Scripts


Languages

Language:Java 51.9%Language:HTML 40.6%Language:XSLT 7.4%