Skip to content

devopsguide/demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 52.0%
  • HTML 40.6%
  • XSLT 7.4%