Please unsubscribe me

2006-04-11 Thread Venkatagopalaraju
Dear Maven Users, Thank you very much for your coperation. I have successfully finished my tasks due to your help. I would like to take this opportunity to thank each one. Could you please unsubscribe me. Thanks Regards Gopal

Test case failure caused to build failure

2006-04-09 Thread Venkatagopalaraju
Dear Maven Users, I am using Maven2.0.2. I am trying to build my project(multiple projects) including test classes. Problem is, If any one test case in my project(while building project) fails, then automatically goes to build failure. But, I don't want to stop build, If anything(test

jars needs to be located in local repository

2006-04-06 Thread Venkatagopalaraju
Dear Maven Users, I am working in multiple projects. After building with maven tool, jars are locating in same project of classes folder. But, these jars are not locating in local repository.Even I am using some of our project jars as a dependencies(in multiple projects). Could you

PMD reports

2006-04-05 Thread Venkatagopalaraju
Dear Maven Users, I am trying to generate PMD reports. I have used maven-pmd-plugin as shown below. reporting plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-pmd-plugin/artifactId configuration

jspc:compile

2006-04-04 Thread Venkatagopalaraju
Dear Maven Users, I am using jspc-maven-plugin for jsp precompilation. When I try to compile jsp's, I am getting BUILD ERROR(Embedded error: The -uriroot option must specify a pre-existing directory).My pom.xml is project xmlns=http://maven.apache.org/POM/4.0.0;

Problem with own jar as dependencies

2006-03-29 Thread Venkatagopalaraju
Dear Maven Users, I am using our own jars as dependencies in my pom.xml. In this task, I used command line options as set -Dversion=1.0 set -Dartifactid=struts set -DgroupId=localjars set -Dpackaging=jar -Dgeneratepom=true and I created my own jar directory structure as

[M2]How to use own jars

2006-03-29 Thread Venkatagopalaraju
Hi, I am working on multiple projects. I need to use our own jars as a dependencies. Could you please let me know, How can I use our own jars as dependencies in my local repository...? Thanks Regards Raju

Re: how to generate html test reports with maven-surefire-plugin

2006-03-27 Thread Venkatagopalaraju
Thank youI am able to generate surefire-report in html format by using this mvn site command. Thanks Regards Gopal - Original Message - From: Wayne Fay [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Friday, March 24, 2006 10:01 PM Subject: Re: how to generate

Problem with mvn site

2006-03-27 Thread Venkatagopalaraju
Dear Maven Users, I have multiple projects.When I am trying to use mvn clean package from parent(Main pom.xml) level, It is working fine and generating javadoc,jars,reports...etc. Problem is, When I try to use mvn site from parent(Main pom.xml) level, It is generating

how to generate html test reports with maven-surefire-plugin

2006-03-24 Thread Venkatagopalaraju
Dear Maven Users, I am using maven-surefire-plugin in my pom.xml. When I am trying to generate test reports in the form of html, it is generating in Plain Text and Xml format. Could you please let me know, what I need to do for generating html reports? Thanks Regards Gopal

Re: how to generate html test reports with maven-surefire-plugin

2006-03-24 Thread Venkatagopalaraju
/groupId artifactIdsurefire-report-maven-plugin/artifactId /plugin !-- other plugins -- /plugins /reporting Venkatagopalaraju a écrit : Dear Maven Users, I am using maven-surefire-plugin in my pom.xml. When I am trying to generate test reports in the form of html

Re: how to generate html test reports with maven-surefire-plugin

2006-03-24 Thread Venkatagopalaraju
plugins plugin groupIdorg.codehaus.mojo/groupId artifactIdsurefire-report-maven-plugin/artifactId /plugin !-- other plugins -- /plugins /reporting Venkatagopalaraju a écrit : Dear Maven Users, I am using maven-surefire-plugin in my pom.xml. When I am trying

Problem with Cobertura

2006-03-23 Thread Venkatagopalaraju
Dear Maven Users, When I am trying to use Cobertura plugin, It it generating FATAL ERROR. In my pom.xml, I just added as build plugins plugin groupIdorg.codehaus.mojo/groupId artifactIdcobertura-maven-plugin/artifactId executions execution

Jsp precompilation

2006-03-22 Thread Venkatagopalaraju
Dear Maven users, I am new to Maven build tool.I am not able to find Jsp precompilation Documents or information. When I am trying to compile jsp's in my project, It is not identifying. Anyone please help me out, what I need to add in my pom.xml for jsp precompilation. Thanks Regards

Connection refused(Urgent Please)

2006-03-13 Thread Venkatagopalaraju
Dear Maven Users, When I am trying to generate site(site:deployment), getting Connection refused. What I did is... In Pom.xml, I added as distributionManagement site idwww.realsoftinc.com/id nameDeployment Server/name urlscp://www.realsoftinc.com/fullsite/url /site

How can I use maven.jar.compress with maven2

2006-03-09 Thread Venkatagopalaraju
Dear Maven users, I am using Maven2.0.2. According to my requirement, I need to use maven.jar.compress option with maven2. I tried with command line properties as like -Dmaven.jar.compress=false. But it is not working. How I am able to use this property with maven 2. Could anyone help me

How can I able to use maven-compiler-plugin with ${maven.compiler.debug}

2006-03-08 Thread Venkatagopalaraju
Dear Maven Users, Could you please anyone help out from this problem. I am suffering from these problems. 1. I am working on maven 2.0.2, I have seen, In this version we are not able to use properties file. I am using maven-compiler-plugin, But I need to set false for