| Author |
to install maven in RAD for code coverage.
|
sowndarya kuppuswamy
Greenhorn
Joined: Jan 09, 2013
Posts: 1
|
|
|
I am trying to install maven in RAD for the code coverage. please anybody help me how to do this???
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14480
|
|
Welcome to the JavaRanch, Sowndarya!
I haven't the faintest idea what Maven has to do with code coverage, although a Maven build using jMockit can create a coverage report.
There should be a copy of Maven already built into RAD. At least, there appears to be one in Eclipse.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
Sowndarya,
Welcome to CodeRanch!
Maven isn't a code coverage tool. You could just install emma for code coverage. In fact, using Maven for code coverage is overkill because you need to completely change your project structure and dependency list.
Tim: Maven does not come in RAD as of 7.5. You need to install =http://www.sonatype.org/m2eclipse/M2Eclipse to get it. Incidentally, it only comes with Eclipse if you choose the Java version. The JEE version does not.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: to install maven in RAD for code coverage.
|
|
|