Re: Help needed: maven-surefire-plugin is skipping/not finding tests

2018-07-26 Thread Tibor Digana
There is zero tests to run because you have globally specified a "groups" but there are no tests annotated with such group in your project hadoop-hdfs. Try to come over this issue by specifying empty groups in this child. Let's go back to your three questions. 1. The pluginManagement should be in

Reduce verbose for mvn versions:set - help needed

2018-02-25 Thread Anesh Kurian
Hello Team, I am new to the mailing list, and apologies if this is not the right forum for discussion. I have created a pipeline for automation of Maven build. But the log file size is exceeding 10Mb and I am unable to display the same efficiently over Chrome.IE browsers. (FireFox browser is not

Re: Help needed with a strange fixed filename

2015-06-09 Thread Hervé BOUTEMY
ve a fixed jarfile name'. Escapes me why, but > > again they refuse to cahnge that... > > > > Bytecode patching is a no go here :) > > > > Thanks for all your suggestions... > > > > > > -Ursprüngliche Nachricht- > > Von: R

Re: AW: Help needed with a strange fixed filename

2015-06-09 Thread Ron Wheeler
gestions... -Ursprüngliche Nachricht- Von: Ron Wheeler [mailto:rwhee...@artifact-software.com] Gesendet: Montag, 8. Juni 2015 19:03 An: users@maven.apache.org Betreff: Re: Help needed with a strange fixed filename Can you explain how jarfile3.jar gets turned into jarfile-3.x.x? Lots

Re: Help needed with a strange fixed filename

2015-06-09 Thread Benson Margulies
.. > > > -Ursprüngliche Nachricht- > Von: Ron Wheeler [mailto:rwhee...@artifact-software.com] > Gesendet: Montag, 8. Juni 2015 19:03 > An: users@maven.apache.org > Betreff: Re: Help needed with a strange fixed filename > > Can you explain how jarfile3.jar gets

Re: Help needed with a strange fixed filename

2015-06-09 Thread Stephen Connolly
ilto:rwhee...@artifact-software.com] > Gesendet: Montag, 8. Juni 2015 19:03 > An: users@maven.apache.org > Betreff: Re: Help needed with a strange fixed filename > > Can you explain how jarfile3.jar gets turned into jarfile-3.x.x? > > Lots of jar file names have numbers as the last char

Re: AW: Help needed with a strange fixed filename

2015-06-09 Thread Jim Klo
9:03 An: users@maven.apache.org<mailto:users@maven.apache.org> Betreff: Re: Help needed with a strange fixed filename Can you explain how jarfile3.jar gets turned into jarfile-3.x.x? Lots of jar file names have numbers as the last character without that character getting turned into a version in Nexu

AW: Help needed with a strange fixed filename

2015-06-08 Thread Thomas Klöber
why, but again they refuse to cahnge that... Bytecode patching is a no go here :) Thanks for all your suggestions... -Ursprüngliche Nachricht- Von: Ron Wheeler [mailto:rwhee...@artifact-software.com] Gesendet: Montag, 8. Juni 2015 19:03 An: users@maven.apache.org Betreff: Re: Hel

Re: Help needed with a strange fixed filename

2015-06-08 Thread Ron Wheeler
be used... Deployment at customer site is no problem, the nexus and naming issue only affects us during development. -Ursprüngliche Nachricht- Von: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] Gesendet: Freitag, 5. Juni 2015 14:34 An: Maven Users List Betreff: Re: Help needed with a strange

Re: Help needed with a strange fixed filename

2015-06-08 Thread Curtis Rueden
e only > affects us during development. > > > -Ursprüngliche Nachricht- > Von: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] > Gesendet: Freitag, 5. Juni 2015 14:34 > An: Maven Users List > Betreff: Re: Help needed with a strange fixed filename > > Hi Thomas, &g

AW: Help needed with a strange fixed filename, part 2

2015-06-08 Thread Thomas Klöber
... changing the code doesn't work, because the jar file in question is a signed jar... -Ursprüngliche Nachricht- Von: Thomas Klöber Gesendet: Montag, 8. Juni 2015 08:10 An: 'Maven Users List'; 'i...@soebes.de' Betreff: AW: Help needed with a strange fixe

AW: Help needed with a strange fixed filename

2015-06-07 Thread Thomas Klöber
Users List Betreff: Re: Help needed with a strange fixed filename Hi Thomas, That the file is names in Nexus is the default naming schema within a maven repository so there is no chance to change it. So first question: Why not changing the code which checks the filename and follow the naming

Re: Help needed with a strange fixed filename

2015-06-05 Thread Karl Heinz Marbaise
Hi Thomas, That the file is names in Nexus is the default naming schema within a maven repository so there is no chance to change it. So first question: Why not changing the code which checks the filename and follow the naming convention..? What you can do is to get the appropriate artifac

Help needed with a strange fixed filename

2015-06-05 Thread Thomas Klöber
Hi folks'es, I am having some problems, getting an external jar-file into my Maven project. Here is the issue: · the jar file has a fixed name, lets say jarfile3.jar (digit 3 is important!) · it's name cannot be changed because during runtime it is checked and if changed a runt

Re: Some help needed with maven-enforcer-plugin

2013-11-05 Thread Robert Scholte
This is indeed the expected configuration, so you might have hit a bug. Robert Op Tue, 05 Nov 2013 17:07:12 +0100 schreef Markward Schubert : Hi All! I am struggling with the enforcer-plugin's requireSameVersions rule. Introducing the bannedDependencies rule was successful, but somehow I

Re: Some help needed with maven-enforcer-plugin

2013-11-05 Thread Markward Schubert
Thanks Paul, ahh, I think I really misunderstood the docs. The dependencies tag refers to dependencies of plugins, instead of depenencies of the project. Thanks! 2013/11/5 Paul Benedict > I looked up the ticket that introduced the feature: > http://jira.codehaus.org/browse/MENFORCER-147 > > I

Re: Some help needed with maven-enforcer-plugin

2013-11-05 Thread Paul Benedict
I looked up the ticket that introduced the feature: http://jira.codehaus.org/browse/MENFORCER-147 It doesn't look like it enforces dependency versions; it enforces that Maven plugin versions in match . Paul On Tue, Nov 5, 2013 at 10:07 AM, Markward Schubert < markward.schub...@gmail.com> wrot

Some help needed with maven-enforcer-plugin

2013-11-05 Thread Markward Schubert
Hi All! I am struggling with the enforcer-plugin's requireSameVersions rule. Introducing the bannedDependencies rule was successful, but somehow I seem to not get the right configuration for requireSameVersion. Here is my config: org.apache.maven.plugins maven-en

Help needed on Crystal reports in Maven!

2013-06-14 Thread Mumtaz Ahmad
Hello everybody, We have reports in Jasper and CR (contains sub reports, Group controls) and it displays and runs fine in Spring and JSF. We then tried to build into an .ear file using Maven; a few of our CR reports are not working. The CR generates the following errors: . Unexpected

Re: help needed: problems with eclipse, m2e and wst (FIXED)

2012-05-09 Thread Jörg Hohwiller
Hi everybody, I found a solution to my problem. Everybody hates digging through threads where people are having the same problem but then no answer or something like "I found the problem, was a stupid mistake". Therefore here it is: 1. Upgrade to m2e 1.1.0 Now the projects in deployment assembly

Re: help needed: problems with eclipse, m2e and wst

2012-05-07 Thread Kalle Korhonen
On Mon, May 7, 2012 at 12:59 PM, Jason van Zyl wrote: > On May 7, 2012, at 3:27 PM, Jörg Hohwiller wrote: >> Hi Jeff, hi Kalle, >> thanks for your hints. I will give webby and sysdeo a try. >> Jetty-run will not help as I need a way to run and debug directly from >> eclipse >> including code hot

Re: help needed: problems with eclipse, m2e and wst

2012-05-07 Thread Jason van Zyl
On May 7, 2012, at 3:27 PM, Jörg Hohwiller wrote: > Hi Jeff, hi Kalle, > > thanks for your hints. I will give webby and sysdeo a try. > Jetty-run will not help as I need a way to run and debug directly from eclipse > including code hot deployment. > Webby has fully debugger support, obeys the

Re: help needed: problems with eclipse, m2e and wst

2012-05-07 Thread Jörg Hohwiller
Hi Jeff, hi Kalle, thanks for your hints. I will give webby and sysdeo a try. Jetty-run will not help as I need a way to run and debug directly from eclipse including code hot deployment. I used Sysdeo a long while ago, and just had other problems. Maybe its better now... Regards Jörg > You s

Re: help needed: problems with eclipse, m2e and wst

2012-05-07 Thread Jörg Hohwiller
Hi Ron, thanks for your response. However, it seems I was NOT preceise and have been misunderstood. I try to make it very clear now... What I have is this project structure: + mypoject (packaging: pom) | +-+ subsystem1 (packaging: pom) | | | +-+ subsystem1-shared (packaging: jar) | | | +-+ subsy

Re: help needed: problems with eclipse, m2e and wst

2012-05-05 Thread Jeff MAURY
You should also have a look at sonatype webby, it is based on cargo and it works almost instantenously on Maven war projects Jeff Le samedi 5 mai 2012, Kalle Korhonen a écrit : > I've always found WTP's generic container support to be too slow and > too limiting for me. Sysdeo's Tomcat launcher

Re: help needed: problems with eclipse, m2e and wst

2012-05-05 Thread Kalle Korhonen
I've always found WTP's generic container support to be too slow and too limiting for me. Sysdeo's Tomcat launcher allows for more explicit control of the classpath, google or see http://tynamo.org/Developing+with+Tomcat+and+Eclipse for more info. run-jetty-run plugin is another good and simple cho

Re: help needed: problems with eclipse, m2e and wst

2012-05-04 Thread Ron Wheeler
Having dependencies on Eclipse projects can be problematic. 1) If you think that the problems is Eclipse related, you might want to try Springframework's Eclipse STS. It comes with everything that you need to use maven to build Java projects. 2) What Repo server are you using? It is highly re

Re: help needed: problems with eclipse, m2e and wst

2012-05-04 Thread Jörg Hohwiller
Hi Daniel, thank you for your help and response... > You're talking about missing dependencies to libraries, not Maven modules, it > that correct? No. I mean internal dependencies to my own artefacts not external libraries. Or in other words dependencies on eclipse projects. > > Did you try go

Re: help needed: problems with eclipse, m2e and wst

2012-04-27 Thread Daniel Serodio
You're talking about missing dependencies to libraries, not Maven modules, it that correct? Did you try going to Project Properties > Deployment Assembly ? Is "Maven Dependencies" shown? If not, click on Add > Java Build Path Entries > Maven Dependencies > Finish Then, to be safe, remove the

help needed: problems with eclipse, m2e and wst

2012-04-25 Thread Jörg Hohwiller
Hi there, I have problems running/debugging a WAR module out of a maven based multi-module project in Eclipse using WST and Tomcat. The problem is that the classpath is wrong. When I build the WAR and manually deploy to a local tomcat webapps directory all works fine. However in Eclipse I get the

Help needed in implementing the Plugin Repositories feature provided in Maven 3

2010-12-15 Thread Henika Tekwani
We have our own internal maven repository setup. That repository consists of two separate repository groups - RG1 (one that consists of procured repos) and the other RG2 (that consists of proxies). I was going through the maven3 documentation and it says that "Maven 3 aims at supporting a s

Re: Help needed with m2eclipse + Tomcat

2010-08-27 Thread Antonio Petrelli
2010/8/27 Paul Benedict : > Wow. That worked. How did you know? I mean, that solution is not > intuitive. I wouldn't even know how to recommend it as a JIRA > enhancement to Sonatype. The Eclipse configuration files get messed up very often, especially those of the web projects. That operation tha

Re: Help needed with m2eclipse + Tomcat

2010-08-27 Thread Paul Benedict
Wow. That worked. How did you know? I mean, that solution is not intuitive. I wouldn't even know how to recommend it as a JIRA enhancement to Sonatype. Paul On Fri, Aug 27, 2010 at 2:27 PM, Antonio Petrelli wrote: > 2010/8/27 Paul Benedict : >> My web project has these facets installed: Dynamic

Re: Help needed with m2eclipse + Tomcat

2010-08-27 Thread Antonio Petrelli
2010/8/27 Paul Benedict : > My web project has these facets installed: Dynamic Web Module (2.4), > Java (1.5). I am also using the m2eclipse plugin and Eclipse's > built-in server integration for Tomcat 6.0.29. > > I get this error on context startup: > java.lang.ClassNotFoundException: > org.sprin

Help needed with m2eclipse + Tomcat

2010-08-27 Thread Paul Benedict
My web project has these facets installed: Dynamic Web Module (2.4), Java (1.5). I am also using the m2eclipse plugin and Eclipse's built-in server integration for Tomcat 6.0.29. I get this error on context startup: java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderLis

Re: scp config help needed

2010-07-27 Thread Brian Fox
You should use a repo manager and deploy over http, then you'll be on the well-worn path. On Mon, Jul 26, 2010 at 11:11 AM, Refr Bruhl wrote: > > Team > > I can get maven to scp files to a remote repository. > > However when I config the server entry in the settings file it seems like the > dire

scp config help needed

2010-07-26 Thread Refr Bruhl
Team I can get maven to scp files to a remote repository. However when I config the server entry in the settings file it seems like the directory and file perms are ignored leading me to suspect the server directives are ignored that or I am not sure I understand how the server directive wor

RE: help needed with maven antrun plugin

2010-02-05 Thread Pankaj Agarwal
I tried it but the error is same. Thanks, Pankaj -Original Message- From: Haroon Rafique [mailto:haroon.rafi...@utoronto.ca] Sent: Friday, February 05, 2010 5:27 AM To: Maven Users List Subject: RE: help needed with maven antrun plugin On Yesterday at 1:26pm, PA=>Pankaj Agar

RE: help needed with maven antrun plugin

2010-02-05 Thread Pankaj Agarwal
I have tried it as below but the error is same. mvn -Djdk.home=/usr/jdk1.6.0_05 clean compile Thanks, Pankaj -Original Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Sent: Thursday, February 04, 2010 2:49 PM To: Maven Users List Subject: Re: help needed

RE: help needed with maven antrun plugin

2010-02-05 Thread Haroon Rafique
On Yesterday at 1:26pm, PA=>Pankaj Agarwal wrote: PA> Here's the exact error. PA> PA> [INFO] PA> PA> [ERROR] BUILD ERROR [INFO] PA> PA> [INFO] An

Re: help needed with maven antrun plugin

2010-02-04 Thread Stephen Connolly
- > [INFO] Total time: 1 minute 40 seconds > [INFO] Finished at: Thu Feb 04 21:31:15 GMT 2010 > [INFO] Final Memory: 10M/187M > [INFO] > > > -Original Message- > From: Wayne Fay [mailto:wayne...@gmail.com] > Sent: Thursday, February 04, 2010 1:11 PM > To: Maven

RE: help needed with maven antrun plugin

2010-02-04 Thread Pankaj Agarwal
sday, February 04, 2010 1:11 PM To: Maven Users List Subject: Re: help needed with maven antrun plugin > I am able to successfully build using an ant build.xml but the same is > failing when I am call it using antrun plugin. Specific error messages are more helpful than generic &

Re: help needed with maven antrun plugin

2010-02-04 Thread Wayne Fay
> I am able to successfully build using an ant build.xml but the same is > failing when I am call it using antrun plugin. Specific error messages are more helpful than generic "it didnt work" comments. Wayne - To unsubscribe, e-

help needed with maven antrun plugin

2010-02-04 Thread Pankaj Agarwal
Hi, I am facing a strange problem. I am able to successfully build using an ant build.xml but the same is failing when I am call it using antrun plugin. Has anyone faced similar issue and any clue on how this can be resolved? I don't want to use exec plugin as that will require ant

RE: Help needed. JSP Pre-compilation gets stuck with maven.

2008-10-20 Thread Bhargava
ober 16, 2008 1:10 PM To: Maven Users List Subject: Re: Help needed. JSP Pre-compilation gets stuck with maven. Try mvn -X install to see more debugging information that may help figure out what is going on. Wayne On Wed, Oct 15, 2008 at 10:20 PM, Bhargava <[EMAIL PROTECTED]> wrote: > Hi

Re: Help needed. JSP Pre-compilation gets stuck with maven.

2008-10-16 Thread Wayne Fay
Try mvn -X install to see more debugging information that may help figure out what is going on. Wayne On Wed, Oct 15, 2008 at 10:20 PM, Bhargava <[EMAIL PROTECTED]> wrote: > Hi, > >I am using maven-2.0.8 with java-1.5.0_15 and maven jspc plugin of > tomcat5. My pom.xml entry for jspc looks li

Help needed. JSP Pre-compilation gets stuck with maven.

2008-10-15 Thread Bhargava
Hi, I am using maven-2.0.8 with java-1.5.0_15 and maven jspc plugin of tomcat5. My pom.xml entry for jspc looks like this: org.codehaus.mojo.jspc jspc-maven-plugin 2.0-alpha-1

Re: maven build causing java segmentation fault - help needed

2008-05-01 Thread david delbecq
Doug Douglass a écrit : Mark, The only time I've seen a maven build trigger a JVM seg fault the problem was due to bad server memory. It was low end hardware running CentOS and hosted our Cruise Control install, amongst many other things. The seg faults were intermittent. HTH and good luck, Dou

Re: maven build causing java segmentation fault - help needed

2008-05-01 Thread Mark Hansen
Doug, Thanks - your comments do provide a clue. We are running inside a VMWare virtual machine. So, if it were bad physical RAM, then I think the failure would occur at the VMWare level. In our case, the virtual machine and host operating system are not reporting any problems. It is the

Re: maven build causing java segmentation fault - help needed

2008-04-30 Thread Doug Douglass
Mark, The only time I've seen a maven build trigger a JVM seg fault the problem was due to bad server memory. It was low end hardware running CentOS and hosted our Cruise Control install, amongst many other things. The seg faults were intermittent. HTH and good luck, Doug On Wed, Apr 30, 2008 at

maven build causing java segmentation fault - help needed

2008-04-30 Thread Mark Hansen
We are trying to get the maven build for our product working under RedHat linux (running as a guest OS under VMWare). This build works fine on Windows Vista and XP. But under RedHat it is causing a Java segmentation fault. See attached log file for details. Does anyone have any ideas about how

maven build causing java segmentation fault - help needed

2008-04-30 Thread Mark Hansen
We are trying to get the maven build for our product working under RedHat linux (running as a guest OS under VMWare). This build works fine on Windows Vista and XP. But under RedHat it is causing a Java segmentation fault. See attached log file for details. Does anyone have any ideas about

Urgent help needed xalan-j 2.7.1 issue giving error message

2008-04-21 Thread Jonnalagadda, Srinivas (C)(STP)
Hi , I installled jdk 1.5 on linux machine. I downloaded xalan-j 2.7.0 and copied into jdk's lib/endorsed directory and also jre's lib/endorsed diredtory. When I use mave 1 it still complains about not findinf xalan2 or xalan1 in the class path. The following is the error I get. This work around wo

[m2] REPO cleanup help needed...

2008-01-08 Thread Mick Knutson
I have accumulated many REPO entries over the past year and am confused as to which ones are actually valid. Can someone tell me which ones I do not need, and if there are any that might be better: dap.internal DAP Managed Internal Repository htt

Re: Newbie to Continuum - help needed with first build error

2007-10-26 Thread olivier lamy
Don't change the continuum settings as this. use real working directory /tmp/WorkingDirectory /tmp/BuildOutputDirectory On this two directories you will have projects in folders with their id. Concerning deployment it's not supported with ant because continuum don't know what deploy (an ant scrip

Re: Newbie to Continuum - help needed with first build error

2007-10-26 Thread Mick Ken
Hi Oliver, Thanks for that great help. I changed the ViewVC url to a Maven SCM url and my first build using Continuum was generated successfully. But I have one question here.To make the build,I had to also change the Global settings of Continuum to point to my checked out working folder i.e: Wor

Re: Newbie to Continuum - help needed with first build error

2007-10-26 Thread olivier lamy
Hi, Don't use the ViewVC. You have to use directly the svn url. -- Olivier 2007/10/26, Mick Ken <[EMAIL PROTECTED]>: > > Hi Guys, > First of all let me tell you that I am new to this whole world of > "Continous Integration Server".I thought of trying it out, and as > Apache is the best, I preferr

Newbie to Continuum - help needed with first build error

2007-10-26 Thread Mick Ken
Hi Guys, First of all let me tell you that I am new to this whole world of "Continous Integration Server".I thought of trying it out, and as Apache is the best, I preferred to go with "Continuum" over others.So, please forgive my ignorance. I have added a ant based project using the web interface

Re: Help Needed: Tomcat & Archiva Woes

2007-07-23 Thread Joakim Erdfelt
Joakim Erdfelt wrote: We have been getting many reports of issues with Tomcat and Archiva. We need your help to track down what is causing these issues. Please goto http://jira.codehaus.org/browse/MRM-333 and file your details. When reporting details, please include the following 1. J

Help Needed: Tomcat & Archiva Woes

2007-07-23 Thread Joakim Erdfelt
We have been getting many reports of issues with Tomcat and Archiva. We need your help to track down what is causing these issues. Please goto http://jira.codehaus.org/browse/MRM-333 and file your details. When reporting details, please include the following 1. Java version? (specifics p

Re: Newbie help needed with Eclipse project

2006-11-13 Thread Adam Hardy
Marco Mistroni wrote: Hi rick, try this link http://blogs.unixage.com/blojsom/blog/adam.kruszewski/eclipse/?permalink=Maven2-Eclipse-plugin-with-latest-WTP-from-callisto-update-site.html looks like an 'updated version' of maven2 plugin for eclipse... i m using it too.. even though i m runn

Re: Newbie help needed with Eclipse project

2006-11-09 Thread Marco Mistroni
Hi rick, try this link http://blogs.unixage.com/blojsom/blog/adam.kruszewski/eclipse/?permalink=Maven2-Eclipse-plugin-with-latest-WTP-from-callisto-update-site.html looks like an 'updated version' of maven2 plugin for eclipse... i m using it too.. even though i m running mvn from command line

Re: Newbie help needed with Eclipse project

2006-11-09 Thread Adam Hardy
Hi Rick, it depends which maven plugin you are talking about. m2eclipse I assume. Have you tried browsing their mailing list: http://www.nabble.com/Maven-Eclipse---User-f14525.html You can use a standard maven heirarchical directory layout, but eclipse will not allow you to create a project

Newbie help needed with Eclipse project

2006-11-08 Thread Rick Debay
I'm trying to set up a project from scratch using Maven 2 and Eclipse 3.2. I'm starting by working with the Quick Start to understand how a project with multiple modules should be structured to accommodate both systems. I understand that while Eclipse 3.2 now supports sub-projects, the Maven plugi

Re: Hi Maven 2 Group, urgent help needed

2006-10-10 Thread Wayne Fay
Usually I'd expect someone posting a question like this to include the error (and stacktrace, if available) in the email requesting assistance... Wayne On 10/10/06, Thomas, Jacob (US - Mumbai) <[EMAIL PROTECTED]> wrote: Hi maven2 group I am facing a problem while creating my custiomised plugin

Hi Maven 2 Group, urgent help needed

2006-10-10 Thread Thomas, Jacob \(US - Mumbai\)
Hi maven2 group I am facing a problem while creating my custiomised plugin for checkout the code from SVN repo. I am trying to call the scm:checkout plugin from mavenEmbedder. but while executing the plugin, i am facing error. Please let me know, if anybody knows this solution, how to call a scm:ch

Re: Dependancy within the modules while generating the site. Help Needed.

2006-07-28 Thread Stefan Magnus Landrø
run a mvn install from the top-level project first. it should work then. hth, Stefan "Abhijit Diwan" <[EMAIL PROTECTED]> skrev 28.07.2006 12:30:01: > > > Hi all > > > > I have 2 modules under the main project POM. The directory > structure looks like this > > > > * JCA15A

Dependancy within the modules while generating the site. Help Needed.

2006-07-28 Thread Abhijit Diwan
Hi all I have 2 modules under the main project POM. The directory structure looks like this * JCA15Adapter * pom.xml * AeConnector * Pom.xml * EjbSupport

Dependancy within the modules while generating the site. Help Needed.

2006-07-28 Thread Abhijit Diwan
Hi all I have 2 modules under the main project POM. The directory structure looks like this * JCA15Adapter * pom.xml * AeConnector * Pom.xml * EjbSupport

RE: PMD plugin in multi-module help needed

2006-04-27 Thread Mike Perham
There's a 2.0-SNAPSHOT build on http://cvs.apache.org/maven-snapshot-repository/ as of yesterday. -Original Message- From: William Simons [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 7:56 AM To: Maven Users List Subject: Re: PMD plugin in multi-module help needed Ok. T

Re: PMD plugin in multi-module help needed

2006-04-27 Thread William Simons
Ok. Thanks, I'll try that today. On 4/26/06 3:56 PM, "Mike Perham" <[EMAIL PROTECTED]> wrote: > William, you don't say which version you are using. The SVN head of the > PMD plugin appears to fix this bug (canGenerateReport() checks to ensure > the source directory already exists). If you can'

RE: PMD plugin in multi-module help needed

2006-04-26 Thread Mike Perham
William, you don't say which version you are using. The SVN head of the PMD plugin appears to fix this bug (canGenerateReport() checks to ensure the source directory already exists). If you can't live without this functionality until the next release, you will need to compile a snapshot yourself.

Re: PMD plugin in multi-module help needed

2006-04-26 Thread Jamie Bisotti
On 4/26/06, William Simons <[EMAIL PROTECTED]> wrote: > > I posted this on the PMD forum with no response so I thought I'd try here > too... > > I want to incorporate PMD into my Maven 2 build and have run into a bit of > a > snag. I have a multi-module project and included the plugin configuration

PMD plugin in multi-module help needed

2006-04-26 Thread William Simons
I posted this on the PMD forum with no response so I thought I'd try here too... I want to incorporate PMD into my Maven 2 build and have run into a bit of a snag. I have a multi-module project and included the plugin configuration in my reporting section of the parent POM. The problem that I hav

Re: Help needed to setup Continuum and Maven 2

2006-04-04 Thread Emmanuel Venisse
Stefan Fritz a écrit : Hi, I try to setup Continuum 1.0.2 on a Linux server. I have added Maven 2.0.3 to my path export MAVEN_HOME=/data/maven/maven export M2_HOME=/data/maven/maven PATH=$MAVEN_HOME/bin:$M2_HOME/bin:$PATH I copied my settings.xml to ~/.m2/settings.xml --> correct? yes,

Re: Help needed to setup Continuum and Maven 2

2006-03-31 Thread Stefan Fritz
I have these files on the server. Why do I get a NullpointerException and no "real" log mesage? Thanks Stefan Gautham Pamu wrote: Hi You have modules defined in your pom.xml file so it is searching for these files. Do you also have services/pom.xml file on the myserver.com website. Even copy

M2 - Site & Deploy - Help needed

2006-01-19 Thread raghurajan . x . gurunathan
Hi All, Thanks for reading this, I Need help on 2 things, if anyone has solution for this please post it My Project has multi module like project |+ - - Module-A |+ - - pom.xml | + - - Module-B | + - - pom.xm + - - pom.xml 1. Depl

Re: M2 - Help needed with profiles

2006-01-14 Thread Rinku
Cheers, Rahul - Original Message - From: "Sanjay Choudhary" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Sunday, January 15, 2006 5:54 AM Subject: Re: M2 - Help needed with profiles I will try to decribe the Use Case. Projects decribed below are using RAD 6.0 (ba

Re: M2 - Help needed with profiles

2006-01-14 Thread Sanjay Choudhary
ng out common elements into a parent POM. > > Having said that, it would be a good idea to have some more details on > what you > are intending to do. > > Cheers, > > Rahul > > > - Original Message - > From: "Sanjay Choudhary" <[EMAIL PROTECTED]>

Re: M2 - Help needed with profiles

2006-01-13 Thread Rinku
Rahul - Original Message - From: "Sanjay Choudhary" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Saturday, January 14, 2006 12:50 PM Subject: M2 - Help needed with profiles I read the following on maven website Profiles specified in the POM can modify the following P

Re: M2 - Help needed with profiles

2006-01-13 Thread Henry Isidro
Hi Sanjay, Can you post the errors you're getting? Regards, Henry Sanjay Choudhary wrote: I read the following on maven website Profiles specified in the POM can modify the following POM elements: - *repositories* - *pluginRepositories* - *dependencies* - *plugins* - *propert

M2 - Help needed with profiles

2006-01-13 Thread Sanjay Choudhary
I read the following on maven website Profiles specified in the POM can modify the following POM elements: - *repositories* - *pluginRepositories* - *dependencies* - *plugins* - *properties* (not actually available in the main POM, but used behind the scenes) - *modules* -

Re: Help needed Urgent

2006-01-04 Thread dan tran
UCM is not support yet by maven-scm, view is created by dont think the view has any files in it -D On 1/4/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hi All, > > I'm new to continuum and i'm trying to use it with maven 2 > > I have my project structure in clearcase as like > > ccview >

Help needed Urgent

2006-01-04 Thread raghurajan . x . gurunathan
Hi All, I'm new to continuum and i'm trying to use it with maven 2 I have my project structure in clearcase as like ccview + MyModule + EJB +pom.xml + web +pom.xml + pom.xml in "ccview\MyModule\pom.xml i have s

RE: Help Needed in installing changes-maven-plugin

2006-01-01 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
Hi Allan, I figured that out just a few mins ago :) But, Thanks for the help. Regards, Kiran -Original Message- From: Allan Ramirez [mailto:[EMAIL PROTECTED] Sent: Monday, January 02, 2006 11:53 AM To: Maven Users List Subject: Re: Help Needed in installing changes-maven-plugin Hi

Re: Help Needed in installing changes-maven-plugin

2006-01-01 Thread Allan Ramirez
Hi, Try to use version 2.0-beta-1 instead. -allan Pagadala Baskar, Kiran Kumar (Cognizant) wrote: Hi, I am trying to use the changes-maven-plugin found in Mojo. I am getting the following error in cmd prompt. Please let me know if I am missing on something. --- [INFO] Failed to resolve arti

Help Needed in installing changes-maven-plugin

2006-01-01 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
Hi, I am trying to use the changes-maven-plugin found in Mojo. I am getting the following error in cmd prompt. Please let me know if I am missing on something. --- [INFO] Failed to resolve artifact. GroupId: org.codehaus.mojo ArtifactId: changes-maven-plugin Version: 2.0-beta-1-SNAPSHOT Reason

Help needed with creating EJB JAR

2005-12-01 Thread Karthik Manimaran
Hi, I am new to Maven and trying to build a j2ee application. I get the following error when I try to create an ejb-jar. I am able to compile the sources as a jar file though. [INFO] Scanning for projects... [INFO] - --- [INF

RE: help needed

2005-07-25 Thread gonthina kishore
uot;ftp" > > classname="org.apache.tools.ant.taskdefs.optional.net.FTP" > /> > > > Cheers > Sasikumar > > > -Original Message- > From: gonthina kishore > [mailto:[EMAIL PROTECTED] > Sent: Monday, July 25, 2005 3:21 PM > To: Maven Users List; dan tra

Re: help needed

2005-07-25 Thread Emmanuel Venisse
http://marc.theaimsgroup.com/?l=turbine-maven-user&m=111235841411680&w=2 Emmanuel gonthina kishore wrote: Hi all, I checked in the archives. I couldnot found anything regarding how to load ftp tag. I searched by using the key ANT FTP with Maven. By seeing those archives i am not getting th

RE: help needed

2005-07-25 Thread NATARAJAN Sasi Kumar
Hai vijay Maven(1.0.2) Can you use following tag in plugin.jelly Cheers Sasikumar -Original Message- From: gonthina kishore [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 3:21 PM To: Maven Users List; dan tran Subject: Re: help needed Hi all, I checked in the archives

Re: help needed

2005-07-25 Thread gonthina kishore
Hi all, I checked in the archives. I couldnot found anything regarding how to load ftp tag. I searched by using the key ANT FTP with Maven. By seeing those archives i am not getting the clear idea. In those archives also it was not there how to load ftp tag. Plz help me Thanks Vijay --- dan

Re: help needed

2005-07-19 Thread dan tran
http://marc.theaimsgroup.com/?l=turbine-maven-user search for ANT FTP with Maven On 7/19/05, Rinku <[EMAIL PROTECTED]> wrote: > > you could google for "maven mail archives" > > here they are: > (All archives) > http://mail-archives.apache.org/mod_mbox/ > (Maven user list archives) > http:/

Re: help needed

2005-07-19 Thread Rinku
you could google for "maven mail archives" here they are: (All archives) http://mail-archives.apache.org/mod_mbox/ (Maven user list archives) http://mail-archives.apache.org/mod_mbox/maven-users/ gonthina kishore wrote: Hi, I am new to this environment. I am not having the idea of how to l

Re: help needed

2005-07-19 Thread gonthina kishore
Hi, I am new to this environment. I am not having the idea of how to load ftp tag by searching the archive. where the archive will be present. Plz help me Thanks Vijay --- dan tran <[EMAIL PROTECTED]> wrote: > you need to load the ftp tag, search the archive for > solution. > > -D > > O

Re: help needed

2005-07-19 Thread dan tran
you need to load the ftp tag, search the archive for solution. -D On 7/19/05, gonthina kishore <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to use the task in my script. > I wrote the task as > > userid="auto" password="abc"> > > > > I setted the classpath for the 3 jar files > > jak

help needed

2005-07-19 Thread gonthina kishore
Hi, I am trying to use the task in my script. I wrote the task as I setted the classpath for the 3 jar files jakarta-oro-2.0.8.jar NetComponents.jar commons-net-1.2.2.jar When i run the script i am getting the error as Could not convert tag: ftp into an Ant task, data type or property

Re: ubjerjar and security certs - help needed?

2005-02-01 Thread Siegfried Goeschl
Hi folks, using the BouncyCastle might not help +) you still need the unrestricted policy files to accessible +) the BC libraries still need to be in the boot classpath +) you might add BC as security provider in your JDK security.policy So the simple question is what you want to achieve +) packag

Re: ubjerjar and security certs - help needed?

2005-02-01 Thread Incze Lajos
> This is what I understand: > > The javax.crypto code in JDK1.4+ (or in the sun jce) requires that the > providers be in signed jar files. Signed jar files are difficult to get > hold of, as the keypair must be issued by sun. > If you can't do that, then you need to replace the jce implementation

RE: ubjerjar and security certs - help needed?

2005-02-01 Thread James Richardson
> -Original Message- > From: Lageson,Thomas M [mailto:[EMAIL PROTECTED] > Sent: 31 January 2005 23:01 > To: Maven Users List > Subject: ubjerjar and security certs - help needed? > > I am using the uberjar plugin to generate my runnable jar. > However, my

  1   2   >