• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Running hammurapi using Maven

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I need to use hammurapi as part of my project build.I have a maven project which i created using the m2eclipse plugin.

I use the hammurapi plugin for eclipse as well.In a simple java project in eclipse,I get a hammurapi warnings as and when save the file, that is on compilation.
Is this possible with Maven also ? I find that there is a "maven-hammurapi-plugin" which will generate hammurapi reports in target/site location.

Is it possible in someway to run hammurapi as a part of my maven build in eclipse.

This is the plugin dependency I am using.

 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does this help: http://maven-plugins.sourceforge.net/maven-hammurapi-plugin/installation.html Pay close attention to the "Usage" section...
 
reply
    Bookmark Topic Watch Topic
  • New Topic