Re: Reporting in maven. help please

2020-11-29 Thread Bernd Eckenfels
-- http://bernd.eckenfels.net Von: Aitor Iturriondobeitia Gesendet: Sunday, November 29, 2020 6:47:13 PM An: Maven Users List Betreff: Reporting in maven. help please Hello i am new using maven and i am reading documentation. Can you say me which plugins can i use

Re: Reporting in maven. help please

2020-11-29 Thread John Patrick
Is this the documentation you said you are reading https://maven.apache.org/plugins/index.html, as it has a reporting section for maven maintained plugins. but to highlight some, take a look at; checkstyle https://maven.apache.org/plugins/maven-checkstyle-plugin/ pmd/cpd

Reporting in maven. help please

2020-11-29 Thread Aitor Iturriondobeitia
Hello i am new using maven and i am reading documentation. Can you say me which plugins can i use for reporting the code quality? any example? thanks

Re: Help[please]: maven-surefire-plugin with TestNG group dependencies not working....

2014-02-20 Thread Jeff
Anyone have similar issues running tests w/ group dependencies? On Tue, Feb 18, 2014 at 5:52 PM, Jeff predato...@gmail.com wrote: I'm having a frustrating test dependency issue and I don't know if it is my configuration or a problem. I've got two test classes in my maven project using

Help[please]: maven-surefire-plugin with TestNG group dependencies not working....

2014-02-18 Thread Jeff
I'm having a frustrating test dependency issue and I don't know if it is my configuration or a problem. I've got two test classes in my maven project using testng:6.8.7 and maven-surefire-plugin:2.16. The first test class has the following annotation on the test *class* which should be inherited

Re: maven jax-ws and jdk7. help please

2013-01-28 Thread Anders Hammar
Most likely due to different version of some framework (jaxb?) being used. /Anders On Mon, Jan 28, 2013 at 8:58 AM, laudio.info laudio.i...@gmail.com wrote: Thanks I have seen that, using the same java code and the same configuration, the problem appears if i use the jdk7. Using the jdk

Re: maven jax-ws and jdk7. help please

2013-01-28 Thread Jörg Schaible
laudio.info wrote: Thanks I have seen that, using the same java code and the same configuration, the problem appears if i use the jdk7. Using the jdk there is not problem The jaxws plugin does not respect the compiler settings for source/target. On top of it, the exception has additional

AW: maven jax-ws and jdk7. help please

2013-01-28 Thread Stadelmann Josef
and OpenVMS Josef -Ursprüngliche Nachricht- Von: Jörg Schaible [mailto:joerg.schai...@scalaris.com] Gesendet: Montag, 28. Januar 2013 10:37 An: users@maven.apache.org Betreff: Re: maven jax-ws and jdk7. help please laudio.info wrote: Thanks I have seen that, using the same java code

Re: maven jax-ws and jdk7. help please

2013-01-27 Thread Wayne Fay
Caused by: java.security.PrivilegedActionException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions java.lang.StackTraceElement does not have a no-arg default constructor. This seems to be the root cause of your problem. I would start removing

Re: maven jax-ws and jdk7. help please

2013-01-27 Thread laudio.info
Thanks I have seen that, using the same java code and the same configuration, the problem appears if i use the jdk7. Using the jdk there is not problem 2013/1/27 Wayne Fay wayne...@gmail.com Caused by: java.security.PrivilegedActionException:

New to maven and loving it :) Need a little help please...

2010-03-12 Thread Yucca Nel
Hello, google has helped me fantastically up to now and I am in a little need of further info. I am in the process of changing my development environment (JEE5 + JEE6) and have started to utilise Maven. I am looking for a xml pom snippet that can help me deploy directly to Jboss6 or glassfish

Re: New to maven and loving it :) Need a little help please...

2010-03-12 Thread Anders Hammar
Try the cargo plugin or the jboss specific one: http://cargo.codehaus.org/Maven2+plugin http://mojo.codehaus.org/jboss-maven-plugin/ /Anders On Fri, Mar 12, 2010 at 14:06, Yucca Nel yucca...@live.co.za wrote: Hello, google has helped me fantastically up to now and I am in a little need of

scm plugin help please

2009-02-20 Thread Mick Knutson
I am trying to use the scm plugin to perform an svn update. I can successfully run svn cleanup, svn up, and svn ci from the command line. But when I run a mvn scm:update -e I get an error saying my pom.xml is locked as shown below: *733...@d5400lpl: /cygdrive/c/opt/projects/grd/trunk/fxg-pom $

AW: scm plugin help please

2009-02-20 Thread Mark Struberg
: Von: Mick Knutson mickknut...@gmail.com Betreff: scm plugin help please An: maven users@maven.apache.org Datum: Freitag, 20. Februar 2009, 15:38 I am trying to use the scm plugin to perform an svn update. I can successfully run svn cleanup, svn up, and svn ci from the command line

Re: scm plugin help please

2009-02-20 Thread Mick Knutson
? txs and LieGrue, strub --- Mick Knutson mickknut...@gmail.com schrieb am Fr, 20.2.2009: Von: Mick Knutson mickknut...@gmail.com Betreff: scm plugin help please An: maven users@maven.apache.org Datum: Freitag, 20. Februar 2009, 15:38 I am trying to use the scm plugin to perform

Re: [m2] issue activating profiles. NEED HELP PLEASE

2007-12-13 Thread Mick Knutson
So I keep getting: [WARNING] Overriding profile: 'documentation' (source: pom) with new instance from source: profiles.xml [WARNING] Overriding profile: 'dev-' (source: pom) with new instance from source: profiles.xml I have tried with an without: profile iddev-/id

Re: Can't deploy site,Help please.

2007-02-07 Thread Markku Saarela
Hi, You configure authentication in settings.xml. Look here for details: http://maven.apache.org/settings.html#Servers rgds, markku jiangshachina wrote: Hello, I tried to deploy project via scp just now, but authentication failed. How to set the user/password of remote machine in POM file?

Re: Can't deploy site,Help please.

2007-02-07 Thread jiangshachina
Hello, My local machine is Windows 2000, the remote machine is RedHat AS 4.0. I set the following statements in my pom.xml, distributionManagement repository idtest/id urlscp://HostIP/Absolute_Path_To_Repo/url /repository /distributionManagement

Re: Can't deploy site,Help please.

2007-02-07 Thread jiangshachina
Hi, OK, I get it! Thanks very much! a cup of Java, cheers! Sha Jiang Markku Saarela wrote: Hi, You configure authentication in settings.xml. Look here for details: http://maven.apache.org/settings.html#Servers rgds, markku jiangshachina wrote: Hello, I tried to deploy

Re: Can't deploy site,Help please.

2007-02-06 Thread Tim Kettler
Hi, the URL you give in the distribution management section is the HTTP URL of your projects site. To deploy it you need to specify a valid deployment URL. This could be something like: - scp://my.server.com/var/www/htdocs/myproject (for SSH's secure copy) - sftp://my.server.com/deployment/dir

Re: Can't deploy site,Help please.

2007-02-06 Thread sam
Hi, yes,I have solved the issue by used file:///path/to/deployment/dir*, * thanks. 2007/2/6, Tim Kettler [EMAIL PROTECTED]: Hi, the URL you give in the distribution management section is the HTTP URL of your projects site. To deploy it you need to specify a valid deployment URL. This

Re: Can't deploy site,Help please.

2007-02-06 Thread jiangshachina
Hello, I have solved the issue by used file:///path/to/deployment/dir file protocol just deploys to a local path, doesn't it? a cup of Java, cheers! Sha Jiang 秋秋 wrote: Hi, yes,I have solved the issue by used file:///path/to/deployment/dir*, * thanks. 2007/2/6, Tim Kettler

Re: Can't deploy site,Help please.

2007-02-06 Thread Markku Saarela
Hi, No, File protocol can deploy any directory in network where user has access. The first slash character is defining that path is absolute two others are some server delimiters. file:/c:/temp vs. file:///someserver/depl or even file://192.1.1.0/temp/directory rgds, markku jiangshachina

Re: Can't deploy site,Help please.

2007-02-06 Thread Tim Kettler
Am Dienstag, den 06.02.2007, 21:40 -0800 schrieb jiangshachina: Hello, I have solved the issue by used file:///path/to/deployment/dir file protocol just deploys to a local path, doesn't it? Correct. a cup of Java, cheers! Sha Jiang -Tim 秋秋 wrote: Hi, yes,I have solved the

Re: Can't deploy site,Help please.

2007-02-06 Thread Markku Saarela
One slash character was dropped out :-) file:///192.1.1.0/temp/directory - markku Markku Saarela wrote: Hi, No, File protocol can deploy any directory in network where user has access. The first slash character is defining that path is absolute two others are some server delimiters.

Re: Can't deploy site,Help please.

2007-02-06 Thread jiangshachina
Hello, I tried to deploy project via scp just now, but authentication failed. How to set the user/password of remote machine in POM file? a cup of Java, cheers! Sha Jiang Markku Saarela wrote: One slash character was dropped out :-) file:///192.1.1.0/temp/directory - markku Markku

Can't deploy site,Help please.

2007-02-05 Thread 秋秋
Hi, I use apache-tomcat-5.5.17 as a server for the project site,the url is http://localhost:8080/pcie/, I have added the configuration in the pom.xmllike this: distributionManagement site idmaven/id urlscp://localhost:8080/pcie//url /site /distributionManagement I have start up the

Re: maven-changes-plugin help please

2006-10-25 Thread Naess, Ronny
PROTECTED] Emne: Re: maven-changes-plugin help please The Apache-version of the plugin is a reporting-plugin. This means that it will generate its output during site generation. It also means that configuration should be in the reporting section of your pom. Please see: http://maven.apache.org

AW: maven-changes-plugin help please

2006-10-25 Thread Fred . Hauschel
! -Ursprüngliche Nachricht- Von: Naess, Ronny [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 25. Oktober 2006 10:16 An: Maven Users List Betreff: Re: maven-changes-plugin help please Does maven-changes-plugin work well with M2 and what version should I choose? I tried it a while ago

SV: maven-changes-plugin help please

2006-10-25 Thread Naess, Ronny
PROTECTED] [mailto:[EMAIL PROTECTED] Sendt: 25. oktober 2006 10:20 Til: users@maven.apache.org Emne: AW: maven-changes-plugin help please Hi I use plugin groupIdorg.codehaus.mojo/groupId artifactIdchanges-maven-plugin/artifactId

Re: AW: maven-changes-plugin help please

2006-10-25 Thread Markku Saarela
10:16 An: Maven Users List Betreff: Re: maven-changes-plugin help please Does maven-changes-plugin work well with M2 and what version should I choose? I tried it a while ago without success. By the way, we use Subversion. -Ronny -Opprinnelig melding- Fra: Dennis Lundberg [mailto:[EMAIL

AW: AW: maven-changes-plugin help please

2006-10-25 Thread Fred . Hauschel
thanks! -Ursprüngliche Nachricht- Von: Markku Saarela [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 25. Oktober 2006 12:38 An: Maven Users List Betreff: Re: AW: maven-changes-plugin help please You should use changes plugin it is newer version of that codehaus plugin: plugin

Re: maven-changes-plugin help please

2006-10-24 Thread Dennis Lundberg
The Apache-version of the plugin is a reporting-plugin. This means that it will generate its output during site generation. It also means that configuration should be in the reporting section of your pom. Please see: http://maven.apache.org/plugins/maven-changes-plugin/usage.html -- Dennis

maven-changes-plugin help please

2006-09-19 Thread Pete
Help, I'm trying to switch from the old codehaus maven-changes-plugin to the new org.apache.maven.plugins version. Previously I had my pom configured to use the old plugin during the compile phase, so that a changes-report.html could be nested inside the web app's pages. Now with the new plugin

Re: [m202] Still can't get site to work... Help please

2006-04-06 Thread Wayne Fay
Looks like you're using an old doxia? NoSuchMethodError would suggest that your version of doxia is missing a method or that signatures aren't proper. [DEBUG] Trace java.lang.NoSuchMethodError: org.apache.maven.doxia.siterenderer.SiteRenderingContext.setTemplate(Ljava/lang/String;)V at

Re: [m202] Still can't get site to work... Help please

2006-04-06 Thread Mick Knutson
-To: Maven Users List users@maven.apache.org To: Maven Users List users@maven.apache.org Subject: Re: [m202] Still can't get site to work... Help please Date: Thu, 6 Apr 2006 12:26:30 -0500 Looks like you're using an old doxia? NoSuchMethodError would suggest that your version of doxia is missing

Re: [m202] Still can't get site to work... Help please

2006-04-06 Thread Wayne Fay
://www.BASELogic.com http://www.djmick.com --- From: Wayne Fay [EMAIL PROTECTED] Reply-To: Maven Users List users@maven.apache.org To: Maven Users List users@maven.apache.org Subject: Re: [m202] Still can't get site to work... Help please Date: Thu, 6 Apr 2006 12:26:30 -0500 Looks like you're

Re: [m202] Still can't get site to work... Help please

2006-04-06 Thread Mick Knutson
: [m202] Still can't get site to work... Help please Date: Thu, 6 Apr 2006 12:30:59 -0500 Try mvn -U site:site Wayne On 4/6/06, Mick Knutson [EMAIL PROTECTED] wrote: 1. I don't know what the doxia is as I did not import it. How do I fix it please? Should I add that dependancy? --- Thank You

Re: [m202] Still can't get site to work... Help please

2006-04-06 Thread Wayne Fay
Users List users@maven.apache.org To: Maven Users List users@maven.apache.org Subject: Re: [m202] Still can't get site to work... Help please Date: Thu, 6 Apr 2006 12:30:59 -0500 Try mvn -U site:site Wayne On 4/6/06, Mick Knutson [EMAIL PROTECTED] wrote: 1. I don't know what

Re: [m202] Still can't get site to work... Help please

2006-04-06 Thread Mick Knutson
@maven.apache.org To: Maven Users List users@maven.apache.org Subject: Re: [m202] Still can't get site to work... Help please Date: Thu, 6 Apr 2006 12:50:53 -0500 Try the following: mvn -e archetype:create -DgroupId=com.mycompany.app -DartifactId=myapp mvn site:site If this completes successfully

Re: [m202] Still can't get site to work... Help please

2006-04-06 Thread Wayne Fay
site to work... Help please Date: Thu, 6 Apr 2006 12:50:53 -0500 Try the following: mvn -e archetype:create -DgroupId=com.mycompany.app -DartifactId=myapp mvn site:site If this completes successfully, then you've probably got a problem in your project's pom. If it fails, then we can

Re: [m202] Still can't get site to work... Help please

2006-04-06 Thread Brett Porter
Francisco, CA) http://www.BASELogic.com http://www.djmick.com --- From: Wayne Fay [EMAIL PROTECTED] Reply-To: Maven Users List users@maven.apache.org To: Maven Users List users@maven.apache.org Subject: Re: [m202] Still can't get site to work... Help please Date: Thu, 6 Apr 2006

Re: [m202] Still can't get site to work... Help please

2006-04-06 Thread Wayne Fay
://www.BASELogic.com http://www.djmick.com --- From: Wayne Fay [EMAIL PROTECTED] Reply-To: Maven Users List users@maven.apache.org To: Maven Users List users@maven.apache.org Subject: Re: [m202] Still can't get site to work... Help please Date: Thu, 6 Apr 2006 12:50

Re: [m202] Still can't get site to work... Help please

2006-04-06 Thread Mick Knutson
Users List users@maven.apache.org To: Maven Users List users@maven.apache.org Subject: Re: [m202] Still can't get site to work... Help please Date: Thu, 6 Apr 2006 15:18:53 -0500 Thanks for the clarification, Brett. In that case, Mick, you'll need to download and build/install locally if you want

[m202] Still can't get site to work... Help please

2006-03-30 Thread Mick Knutson
[INFO] No goals needed for project - skipping [DEBUG] com.furl:furl:pom:1.3 (selected for null) [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-site-plugin:2.0-SNAPSHOT:stage' -- [DEBUG] (f) generateReports = true [DEBUG] (f) generatedSiteDirectory =

Need Help, Please

2005-09-14 Thread Qin Ding
I am learning to use Maven. Following the tutorial on serverside.com (http://www.theserverside.com/articles/article.tss?l=MavenMagic), to setup the directory structure like the folloing: c:\sample-maven-project src/config /myapp.properties src/java

RE: Need Help, Please

2005-09-14 Thread Litton, Tom - CEPM
Users List Subject: Need Help, Please I am learning to use Maven. Following the tutorial on serverside.com (http://www.theserverside.com/articles/article.tss?l=MavenMagic), to setup the directory structure like the folloing: c:\sample-maven-project src/config

Re: Need Help, Please

2005-09-14 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 not entirely sure (my maven-1 is a bit rusty...), but try leaving off the '${basedir}/' prefix for sourceDirectory and unitTestSourceDirectory. HTH, john Qin Ding wrote: | I am learning to use Maven. Following the tutorial on serverside.com |

Re: Need Help, Please

2005-09-14 Thread Rob Dingwell
Tom.Litton @cepm-us.com 09/14/2005 02:54 PM Please respond to Maven Users List To: Maven Users List users@maven.apache.org cc: Subject:RE: Need Help, Please try droping the ${basedir}/ from the dirs. like: sourceDirectorysrc/java/sourceDirectory

RE: Need Help, Please

2005-09-14 Thread David Jackman
as the paths are the same everywhere. ..David.. -Original Message- From: Qin Ding [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 2:09 PM To: Maven Users List Subject: RE: Need Help, Please Tom: I erased the ${basedir} as you suggested, but I still got No java source

RE: Need Help, Please

2005-09-14 Thread Qin Ding
. David Jackman David.Jackman @fastsearch.com 09/14/2005 03:22 PM Please respond to Maven Users List To: Maven Users List users@maven.apache.org cc: Subject:RE: Need Help, Please It definitely isn't ${basedir}, and I

RE: Need Help, Please

2005-09-14 Thread Leck, William C \(Bill\)
. David Jackman David.Jackman @fastsearch.com 09/14/2005 03:22 PM Please respond to Maven Users List To: Maven Users List users@maven.apache.org cc: Subject:RE: Need Help, Please It definitely isn't ${basedir

RE: Need Help, Please

2005-09-14 Thread Qin Ding
\(Bill\) wleck @avaya.com 09/14/2005 03:56 PM Please respond to Maven Users List To: Maven Users List users@maven.apache.org cc: Subject:RE: Need Help, Please Try adding -X to the maven command. You may want to direct that output to a file. -X is the debug

RE: Need Help, Please

2005-09-14 Thread Leck, William C \(Bill\)
To: Maven Users List Subject: RE: Need Help, Please The problem is I carelessly named my project.xml file as project.xml.xml. After I correct the file name, I got the following error: C:\My Projects\Sample-Maven-Projectmaven java:compile __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V

Help please.

2003-12-31 Thread Mostashfi, Ali
Hello, Anyone know how one can control the left-hand-side navigation bar's width of the site generated files? Also, anyone have any problems with the checkstyle-report.html file? It doesn't get generated for my setup, and I have not been able to find out where anything gets set for that

Re: Help please.

2003-12-31 Thread Keith Irwin
On Wed, 2003-12-31 at 08:34, Mostashfi, Ali wrote: Hello, Hi! Anyone know how one can control the left-hand-side navigation bar's width of the site generated files? I'm not sure. There's a way to work with stylesheets. You might check the site plugin documentation page. I haven't