Re: Errors in adding jcoverage plugin

2006-06-08 Thread shinjan sen
Hi, Thanks for your mail. I didn't get the meaning of SCM provider and connection. Can you kindly elaborate a bit. It will be very helpful for me. What I had done was add the lines in POM.xml and run mvn site. Many Thanks Shinjan On 6/8/06, Thorsten Heit <[EMAIL PROTECTED]> wrote: -BEGI

Status of mojo:maven-native-plugin

2006-06-08 Thread David Leangen
Hello! Apparently, maven-native-plugin is not available from the Maven repository. What is the status of that project? Is it still active? Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: maven-metadata.xml, lastUpdated

2006-06-08 Thread Edwin Punzalan
IIRC, the lastUpdated element only gets updated when there were changes made to the file. So if you keep building the same version of the file and no new versions are added to the metadata, then the lastupdated element will not change. So in your example, the metadata contents have been lik

Re: Workaround for MNG-1508 (process-test-classes phaseis missing)?

2006-06-08 Thread Edwin Punzalan
Roland is right. You can bind your plugin to the test-compile phase, and your plugin will run LAST during the test-compile phase. So it would look like your running the plugin after the other test-compile plugins yet its before the test phase. ^_^ Roland Asmann wrote: Hi Thomas, Every

RE: multi-module build overriding dependency versions

2006-06-08 Thread Mike Perham
You are right, building B by itself works as expected. That's why I said "multi-module build" in the subject. But this is for integration build purposes. I want to build the tip every time there is a checkin to ensure the system is stable. So I kick off the build in root and expect everything b

Re: FW: Trusted Certificates

2006-06-08 Thread Tamás Cservenák
Yes it is possbie, but i'm not sure is it the best-cleanest-purest solution. If you have self signed certificate, you can "introduce" your cert on system level like this: do it with keytool from jdk $ keytool -import -alias -keystore should be the ID used in cert creation (with server certi

Re: multi-module build overriding dependency versions

2006-06-08 Thread Henry S. Isidro
On Friday, June 9, 2006 07:36, Mike Perham wrote: > I have a set of modules: > > root/ >a/ >b/ > > Both modules are at version 1.1.2-SNAPSHOT and B depends on version > 1.1.1 of A. > > When I run the root build, it builds A and B and version 1.1.2-SNAPSHOT > of A is forced upon B. This is

Re: HELP! multi-projects dependency

2006-06-08 Thread Lee Meador
I'm only answering some questions. You can search the user list here http://www.nabble.com/Maven---Users-f178.html as well as the normal maven 2 places. You have to do a 'mvn install' to get projects into the repo so the eclipse projects that depend on it will be able to find it. When a build fa

FW: Trusted Certificates

2006-06-08 Thread Ole Andreas Hegle
Hi I am trying to add pom.xml over https, but I get an error that the Certificate is not from a trusted issuer, is it possible to add a certificate To a list of trusted hosts? Regards Ole A. Hegle -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus

HELP! multi-projects dependency

2006-06-08 Thread Andrew
Hi: I have spent whole day to try maven2 inside eclipse, its frustrating, and hard to find document. Anyhow, I manage to setup all my dependency to work. But I can't setup the dependency between my projects, I put the dependent project inside tag, but it failed to find it from repository, and ec

multi-module build overriding dependency versions

2006-06-08 Thread Mike Perham
I have a set of modules: root/ a/ b/ Both modules are at version 1.1.2-SNAPSHOT and B depends on version 1.1.1 of A. When I run the root build, it builds A and B and version 1.1.2-SNAPSHOT of A is forced upon B. This is a massive problem for us as it means we can't do independent developm

Continuum and Maven Proxy

2006-06-08 Thread Tamás Cservenák
Hi all, is it possible to setup continuum to use some maven proxy (Proximity or Maven-proxy) for builds? How to inject binary dependencies not on repo1.maven.org? (for maven i use Proximity with internal repository)... All this without tampering the Continuum's local repo Thanx in advance

Re: Apache commons enums question

2006-06-08 Thread namartin
OK, thanks, the following worked: commons-lang commons-lang 2.1 Alexandre Poitras wrote: > > Enums package is there only since version 2.1 (before it was 'enum'). > So just change your dependency version to 2.1 and everything should > work. > > On 6/8/06, namartin

Re: Apache commons enums question

2006-06-08 Thread Alexandre Poitras
And erase the file you just have installed or Maven won't download it. On 6/8/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: Enums package is there only since version 2.1 (before it was 'enum'). So just change your dependency version to 2.1 and everything should work. On 6/8/06, namartin <[EM

Re: Apache commons enums question

2006-06-08 Thread Alexandre Poitras
Enums package is there only since version 2.1 (before it was 'enum'). So just change your dependency version to 2.1 and everything should work. On 6/8/06, namartin <[EMAIL PROTECTED]> wrote: I am trying to work out the dependencies of a project that is being converted to use Maven. The project

Apache commons enums question

2006-06-08 Thread namartin
I am trying to work out the dependencies of a project that is being converted to use Maven. The project uses org.apache.commons.lang.enums. When I try to compile using Maven I get an error saying "package org.apache.commons.lang.enums does not exist", which seems to indicate that there is no plu

Re: [m2] problem w/ dependency-maven-plugin:unpack-dependencies

2006-06-08 Thread dan tran
try the "unpack" mojo in maven-dependency-maven,it works for me. you will need to build it your self -dan On 6/8/06, Adrian Herscu <[EMAIL PROTECTED]> wrote: Any encouraging news about this issue?... Brian E. Fox wrote: > This is a known issue caused by maven reacting differently when run fr

Trusted Certificates

2006-06-08 Thread Ole Andreas Hegle
Hi I am trying to add a maven2 project to continuum by adding pom.xml over https, but I get an error that the Certificate is not from a trusted issuer, is it possible to add a certificate / host to a list of trusted hosts? Regards Ole A. Hegle -- No virus found in this outgoing message. Checked

Re: inhouse WebSphere repo

2006-06-08 Thread Lee Meador
I put them in my local repo with group com.ibm.websphere, artifact like j2ee and version 6.0.0 since I'm using WebSphere 6.0.0. Then I built a script to have maven add a shor tlist of interesting jars into the repo along with a folder containing a few empty poms. I made the assumption everyone w

RE: building assemblies from the top level project directory

2006-06-08 Thread EJ Ciramella
Is there a way to do this folks? -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 5:19 PM To: Maven Users List Subject: Re: building assemblies from the top level project directory On 6/8/06, EJ Ciramella <[EMAIL PROTECTED]> wrote: > ${basedi

RE: Blame mechanism - display SCM commit #, committer, date

2006-06-08 Thread Chris Wall
Continuum version: 1.0.2 Os: Red Hat Enterprise Linux AS release 4 (Nahant Update 2) SVN version: 1.3.0 Language: Java -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: June 08, 2006 3:12 PM To: continuum-users@maven.apache.org Subject: Re: Blame mechanism - disp

Re: building assemblies from the top level project directory

2006-06-08 Thread Wendy Smoak
On 6/8/06, EJ Ciramella <[EMAIL PROTECTED]> wrote: ${basedir} in my assembly descriptor results in this: Embedded error: E:\work\up-svcs-test\proj\P01\${basedir}\target\lib isn't a directory. Should this be working? Probably not. Sorry, I thought it was something in the pom, such as the

Re: Assembly with dependent JARs - (keeping the JARs in a lib dir, or exploding them)

2006-06-08 Thread John Casey
There should be a way to keep the dependencies intact inside the resulting assembly, using with the false option. lib false Give that a whirl...it *should* do what you're describing. -john On 6/8/06, Brian Bonner <[EMAIL PROTECTED]> wrote: I've been experimenting with the as

RE: building assemblies from the top level project directory

2006-06-08 Thread EJ Ciramella
${basedir} in my assembly descriptor results in this: Embedded error: E:\work\up-svcs-test\proj\P01\${basedir}\target\lib isn't a directory. Should this be working? -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 5:01 PM To: Maven Users

Re: building assemblies from the top level project directory

2006-06-08 Thread Wendy Smoak
On 6/8/06, EJ Ciramella <[EMAIL PROTECTED]> wrote: 2 - run from the top parent pom level and I wind up with an error as it doesn't understand what target/lib is in relation to the top level Do you have it defined as ${basedir}/target/lib ? What are people doing in this situation? John made

RE: How to exclude modules from a build lifecycle?

2006-06-08 Thread Chris Wall
Thanks Wayne and Wendy. I will experiment with both options - multiple pom.xmls and profiles. I'll post what I find. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: June 08, 2006 2:21 PM To: Maven Users List Subject: Re: How to exclude modules from a build lifecycle

RE: building assemblies from the top level project directory

2006-06-08 Thread EJ Ciramella
The problem I have when I run this, I have two options - 1 - run from within the child module directory and make sure that all the modules this child depends on have been jarred and installed into my local repository. 2 - run from the top parent pom level and I wind up with an error as it doesn't

Assembly with dependent JARs - (keeping the JARs in a lib dir, or exploding them)

2006-06-08 Thread Brian Bonner
I've been experimenting with the assembly plugin and it looks like it unpacks the dependent jars and creates a large jar with dependencies built-in into one plugin. Is this the preferred deployment mechanism? I can see benefits to this--namely tying it to the build and source more easily. Are t

Re: Subversion post-commit hook

2006-06-08 Thread Emmanuel Venisse
xml-rpc documentation is there : http://maven.apache.org/continuum/guides/mini/guide-xmlrpc-api.html Emmanuel Chris Wall a écrit : We'd like to trigger Continuum builds upon developer commits in Subversion. It sounds like to do so we need to develop an xml-rpc client. Has anyone developed a

Re: Blame mechanism - display SCM commit #, committer, date

2006-06-08 Thread Emmanuel Venisse
Normally, the date and the committer is in the changes screen. Check your logs to see if you have some parsing errors. What is your os, svn version, language used? Emmanuel Chris Wall a écrit : Right now we're just displaying the list of changes when a build breaks. How can I configure Continu

Re: working with custom-built org.apache.maven.plugins

2006-06-08 Thread Doug Douglass
Thanks for feedback Chris. I like your versioning convention. deploy:deploy-file does work, with the caveat and work-around noted in my original item #2. Strike my original item #3, I'm not seeing this behavior anymore, though I'm not sure why. So, I've got things working, but having to manuall

Blame mechanism - display SCM commit #, committer, date

2006-06-08 Thread Chris Wall
Right now we're just displaying the list of changes when a build breaks. How can I configure Continuum to include for each commit the #, committer, and date? We're using Subversion. Thanks. -Chris ___ Notice: This email messa

Re: [m2] problem w/ dependency-maven-plugin:unpack-dependencies

2006-06-08 Thread Adrian Herscu
Any encouraging news about this issue?... Brian E. Fox wrote: > This is a known issue caused by maven reacting differently when run from > a parent. I'll attempt to find a workaround, but IMNSHO, this is a > defect in maven core. > > -Original Message- > From: news [mailto:[EMAIL PROTECT

RE: working with custom-built org.apache.maven.plugins

2006-06-08 Thread Chris Hilton
Someone before suggested making a sort of internal release. Along those lines, I do the following: 1. Add my own distributionManagement info to the pom.xml, overriding the default info from Apache. This way I can deploy it easily to our internal repository with 'mvn deploy'. 2. Change the version

Scm type tasks within maven 2

2006-06-08 Thread EJ Ciramella
Is there any to sync files form perforce (and even better - do something like an rm -rf first? Historically, we've done such things via ant, but I'm having VERY little luck calling maven via ant (via the java ant task). Any suggestions?

RE: Subversion post-commit hook

2006-06-08 Thread Chris Wall
For us, it's more the latter - efficient use of the server. We don't mind if multiple check-ins are built at the same time. Ideally Continuum builds are executed only when requested. That enables the server on which Continuum runs to focus on other functions. A side bonus of a trigger mechanism

working with custom-built org.apache.maven.plugins

2006-06-08 Thread Doug Douglass
I'm struggling with an issue regarding custom-built versions of maven plugins in the org.apache.maven.plugins groupId. Specifically, I've built a custom 2.1-SNAPSHOT version of maven-pmd-plugin that includes http://jira.codehaus.org/browse/MPMD-33. The plugin builds, installs and runs correctly (o

Re: How to exclude modules from a build lifecycle?

2006-06-08 Thread Wendy Smoak
On 6/8/06, Chris Wall <[EMAIL PROTECTED]> wrote: In a mutli-level project, is there a way to exclude modules from a build? Our use case is that we want to minimize build lifecycle time for developer check-ins by excluding less frequently changed modules. For our full builds (nightly), we obviou

Re: [m2] TestNG example integration with Maven?

2006-06-08 Thread Srepfler Srgjan
Mick Knutson wrote: Has anyone used Maven and XDoclet with TestNG and jdk 1.4.2? --- Thank You Mick Knutson BASE logic, inc. (415) 648-1804 (San Francisco, CA) http://www.BASELogic.com http://www.djmick.com --- - To unsubsc

Re: How to exclude modules from a build lifecycle?

2006-06-08 Thread Wayne Fay
Others have asked this question and I've not seen any responses, so I'll assume there is no obvious/built-in way to exclude certain modules from being built. Here's a few alternatives I can think of off the top of my head... 1. Use no modules, only dependencies. Build everything independently. Th

Re: Assembly and multi-levels multi-modules

2006-06-08 Thread Matt Brozowski
On Jun 7, 2006, at 7:24 AM, Roland Asmann wrote: Not 100% sure on this, but what if you try to make 2 assemblies here? the first one for the subsub-modules (inside the subparent) and the second one with the result of the subparent (=assembly of subsub-modules) and submodule? Not sure on how

How to exclude modules from a build lifecycle?

2006-06-08 Thread Chris Wall
In a mutli-level project, is there a way to exclude modules from a build? Our use case is that we want to minimize build lifecycle time for developer check-ins by excluding less frequently changed modules. For our full builds (nightly), we obviously want to include all modules. An example would

Re: Problems while running maven2

2006-06-08 Thread fe2o3
I was receiving the same error. The -e option provided no additional output. When I removed maven-artifact-ant-2.0.4-dep.jar from mvn/lib, I no longer received the error. The ant artifact jar must contain some older profile classes. Sorry, but I just don't know exactly what guidelines to use w

Re: Maven 2 and WTP

2006-06-08 Thread giacumbert
Hello Jamie Thank you for your reply. In the meantime Alexandre helped me to solve the main problem. I still have some questions please look at the post from 2006-06-08 19:29. Thanks a lot in advance Christian -- View this message in context: http://www.nabble.com/Maven-2-and-WTP-t1746013.html

Re: uses for config directory?

2006-06-08 Thread Wayne Fay
This is all theory... Perhaps while writing the docs, someone involved with Maven development thought it might be useful to have a src/main/config directory and so it was included in docs, but since it was never implemented in the code, it is not being used today. Perhaps file a JIRA bug and requ

[m2] TestNG example integration with Maven?

2006-06-08 Thread Mick Knutson
Has anyone used Maven and XDoclet with TestNG and jdk 1.4.2? --- Thank You Mick Knutson BASE logic, inc. (415) 648-1804 (San Francisco, CA) http://www.BASELogic.com http://www.djmick.com --- - To unsubscribe, e-mail: [EMAIL

RE: Error looking up lifecycle mapping to retrieve optional mojos

2006-06-08 Thread andreas.ebbert-karroum
Does somebody have a clue, what's going on here? Can I safely ignore the debug warning? I have no idea what it is trying to tell me... Thanks, Andreas >-Original Message- >From: ext >[EMAIL PROTECTED] >e.org >[mailto:[EMAIL PROTECTED] >en.apache.org] >Sent: 08 June, 2006 01:09 >To: u

RE: uses for config directory?

2006-06-08 Thread rudy.bistrovich
I've seen all the reference information on it as well however Maven 2.X appears to completely ignore that directory...so I really don't understand what its real purpose is. So say I store application configuration files in there...now what? Maven doesn't read them or treat it as a source directo

Re: Maven 2 and WTP

2006-06-08 Thread giacumbert
Hello Alexandre That was the missing component for the magic. With the element war (I put it after the artifactId-element) in the pom.xml the command mvn eclipse:clean eclipse:eclipse created a WTP project in eclipse. But it still needed some extra configuration in the files. I had to set the fol

Re: Internal (intranet) repositories

2006-06-08 Thread mjohnsonaz74
For what it's worth 2 months later, I thought I'd post my experiance using maven-proxy. I followed the setup instructions and had no problem with maven-proxy downloading files from central into the local mirror. However, I did have an issue with my local artifacts being picked up. I setup a mi

RE: exported pom encoding

2006-06-08 Thread Jörg Schaible
Alexandre Poitras wrote on Thursday, June 08, 2006 4:12 PM: > Hi all, > > I have a little problem. My pom.xml encoding is set to "ISO-8859-1" > but each time I run 'mvn package', maven generates an exported pom > which has a 'UTF-8" encoding. I would like to keep the original > encoding because E

RE: install:install-file

2006-06-08 Thread Ian Springer
Try using the deploy plugin instead, and specify the path to your repo as a file URL via the 'url' parameter (see http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.htm l). -Original Message- From: SlinnHawkins, Jon (ELS) [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 0

RE: can maven use junit 4?

2006-06-08 Thread Ian Springer
Right, M2 doesn't support it yet, but there is an issue open for it - http://jira.codehaus.org/browse/SUREFIRE-31. I don't know about the Maven 1 test plugin. -Original Message- From: shen kai [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 9:23 PM To: Maven Users List Subject:

Re: can maven use junit 4?

2006-06-08 Thread Fabiano Cruz
pls, refer to the link below for more information: http://jira.codehaus.org/browse/SUREFIRE-31 so, they are planning to have it in the next version of surefire plugin. BR, -- Fabiano On 6/7/06, shen kai <[EMAIL PROTECTED]> wrote: i think the maven surefire plugin didn't support the junit4 On

Re: [m2] Where to put log4j.properties file

2006-06-08 Thread Wayne Fay
I have a src/main/resources/META-INF directory which includes application.xml, jazn-data.xml, and orion-application.xml. Those files are included in my EAR in the my.ear!META-INF/ directory. My app server (Oracle OAS / OC4J) uses those files to configure security and other j2ee parameters which a

Generating doc for many projects and aggregates them all into one

2006-06-08 Thread Fabiano Cruz
Hello there, I am able to play around with modules using maven 2 (compile, site etc), but the main problem that I am experiencing is that when u have a couple of modules, how to generate documentation sites for many projects and aggregate them all into one. In fact, I can generate the documentati

Re: Thoughts on Apache Jackrabbit

2006-06-08 Thread Doug Douglass
Will, It's my understanding that when communicating with a remote stand-alone JCR server it must be via a network protocol, e.g., RMI over JRMP or WebDAV. Wagon has a WebDAV implementation, therefore you should already be able to use a remote JCR server. At least that's the impression I get fro

Re: [m2] Unit tests and integration tests in the same module?

2006-06-08 Thread Wendy Smoak
On 6/6/06, Vincent Massol <[EMAIL PROTECTED]> wrote: I don't believe it's currently possible within the same build module. We started discussing it on http://docs.codehaus.org/display/MAVEN/best+practices+-+testing+strategies Been there. :) Though it seems to have moved to MNG-1381 and http:

Re: release with gives wrong result

2006-06-08 Thread Roland Asmann
I shouls read a little better before I answer questions... Forget my reply please! :-$ Roland On Thursday 08 June 2006 17:19, Roland Asmann wrote: > Hard to believe that has worked before... If the modules are BELOW the > parent (as you 'drew' it), then do NOT use '../', but just use the names

Re: Errors in adding jcoverage plugin

2006-06-08 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, > I have tried with that. by giving the groupid and artofactid as jcoverage > but it throws an null pointer exception while I run mvn site. Have you tried to run "mvn -e -X ..."? Perhaps you just didn't specify some values such as SCM provider an

Re: release with gives wrong result

2006-06-08 Thread Roland Asmann
Hard to believe that has worked before... If the modules are BELOW the parent (as you 'drew' it), then do NOT use '../', but just use the names. If the modules are NEXT TO the parent, THEN you MUST use the '../'. Roland On Thursday 08 June 2006 16:48, Lee Meador wrote: > I have my projects se

Re: uses for config directory?

2006-06-08 Thread Kris Nuttycombe
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html I've wondered about this too. Kris Wayne Fay wrote: What version of Maven? What "config" directory? Where did you read about this config directory etc? Wayne On 6/8/06, [EMAIL PROTECTED] <[EMAIL

Re: Thoughts on Apache Jackrabbit

2006-06-08 Thread Carlos Sanchez
if somebody volunteers to do it it could be good, but nobody thought about it yet On 6/8/06, William Kinney <[EMAIL PROTECTED]> wrote: Are there any plans to integrate or support jackrabbit for build repositories? Is there a general consensus on how good/useful jackrabbit is? Will ---

Re: Errors in adding jcoverage plugin

2006-06-08 Thread shinjan sen
Hi, I have tried with that. by giving the groupid and artofactid as jcoverage but it throws an null pointer exception while I run mvn site. Kindly advise Thanks Utpal On 6/8/06, Thorsten Heit <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, > Hi, > Can anyone k

Re: uses for config directory?

2006-06-08 Thread Wayne Fay
Found a reference to src/main/config in the Better Builds with Maven book (pg 273): src/main/config/ Standard location for application configuration files. So I guess you'd use that directory for application configuration files. But I have never personally used it, as of this point. Wayne On 6

Re: uses for config directory?

2006-06-08 Thread Wayne Fay
What version of Maven? What "config" directory? Where did you read about this config directory etc? Wayne On 6/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Can someone tell me or give me an example of what the config directory is actually used for? I can't seem to figure out a reasona

Thoughts on Apache Jackrabbit

2006-06-08 Thread William Kinney
Are there any plans to integrate or support jackrabbit for build repositories? Is there a general consensus on how good/useful jackrabbit is? Will - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Re: Errors in adding jcoverage plugin

2006-06-08 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, > Hi, > Can anyone kindly tell me how to integrate jcoverage with maven 2 ? > > I have added the following in the section under in > POM.xml > > > org.apache.maven.plugins > maven-jcoverage-plugin > > > It's throwing an except

Errors in adding jcoverage plugin

2006-06-08 Thread shinjan sen
Hi, Can anyone kindly tell me how to integrate jcoverage with maven 2 ? I have added the following in the section under in POM.xml org.apache.maven.plugins maven-jcoverage-plugin It's throwing an exception telling that it can't find the plugin. "The plugin 'org.apache.maven.pl

release with gives wrong result

2006-06-08 Thread Lee Meador
I have my projects set up in folders all within my base folder. The parent of all the projects uses ../child1 and so forth in the definitions. Here is the "picture" root + parent + child1 + child2 + child3 Normally, I build by going to the root and doing "mvn -f parent/pom.xml install". This

Wagon error with Snapshots

2006-06-08 Thread rudy.bistrovich
Any ideas what this error means? This is occurring when I load a parent POM to a inhouse SNAPSHOT repository and have my subproject (modules) attempt to retrieve them via -U cmd. [WARNING] repository metadata for: 'snapshot west-commons:west-commons:2.0-SNAPSHOT' could not be retrieved from re

Re: [m2] changes plugin configuration

2006-06-08 Thread Allan Ramirez
I think there is already one, but im not sure. But if it doesnt exist then feel free to file an issue :) -allan Wim Deblauwe wrote: Thanks! Do you want me to file a jira to include this into the site documentation? regards, Wim 2006/6/8, Allan Ramirez <[EMAIL PROTECTED]>: configure the pl

maven-metadata.xml, lastUpdated

2006-06-08 Thread raghurajan . x . gurunathan
Hi All, why the 20060607143308 column in maven-metadata.xml is not getting updated everytime i do build, the snippet i placed here is built on today(june8th) eventhough the timestamp of maven-metadata.xml has the right right timestamp(i.e june-8th) the entry inside of maven-metadata.xml is nev

Re: depencency version required

2006-06-08 Thread Lee Meador
Thanks for your suggestions. help:effective-pom gives the same error, "dependencies.dependency.version is missing", as just trying to build. (say, mvn install). I see what you are saying about something wrong with the section. Other children have the same section as the problem child. I even w

RE: Using 3rd party jar with surefire

2006-06-08 Thread Brown, Charles
When I moved the dependencies to be only under the durefire plugin, the [compiler:testCompile] goal failed with compile errors, so I left them both at the top level of the POM, and added them as dependencies to the surefire plugin. I figure that can't hurt. Alas, the result is the same as

Re: Using 3rd party jar with surefire

2006-06-08 Thread Kieran Brady
Something I would try would be adding those as dependencies to the surefire plugin. HTH - Original Message - From: "Brown, Charles" <[EMAIL PROTECTED]> To: "Maven Users List" ; "Maven Users List" Sent: Thursday, June 08, 2006 3:09 PM Subject: RE: Using 3rd party jar with surefire

exported pom encoding

2006-06-08 Thread Alexandre Poitras
Hi all, I have a little problem. My pom.xml encoding is set to "ISO-8859-1" but each time I run 'mvn package', maven generates an exported pom which has a 'UTF-8" encoding. I would like to keep the original encoding because Eclipse complains about bad characters in the generated xml file. Any ide

RE: Using 3rd party jar with surefire

2006-06-08 Thread Brown, Charles
Yes, but I also add the parasoft jtest and junit jars, and the junit-addons, as below; junit junit 3.8.1 test parasoft.com jtest 7.5.43 test

Re: Using 3rd party jar with surefire

2006-06-08 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Charles, > We use Parasoft JTest to generate JUnit based unit tests. Afterward, > I am able to run them in eclipse using "Run As -> JUnit Test", and > they work fine. So, I think I should be able to run them using > surefire, as long as I have th

RE: Docs (Was: Maven-EAR-Plugin - Including an EJB client in an EAR mystery)

2006-06-08 Thread Bravo, Kris
Aren't you describing the Plugin Report pages? For example, http://maven.apache.org/plugins/maven-eclipse-plugin/plugin-info.html http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html Or a report plugin which will consolidate (and I assume index) these? Kris Bravo http://www.cor

Re: Errors in adding cruisecontrol plugin

2006-06-08 Thread Kieran Brady
Hi Shinjan, I'm afraid I don't know about jcoverage, sorry.. Kierna - Original Message - From: "shinjan sen" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Thursday, June 08, 2006 2:27 PM Subject: Re: Errors in adding cruisecontrol plugin Hi, Thanks for the help. I have a similar

[m2] how to generate test reports?

2006-06-08 Thread Mockford, Ian
I am just trying Maven2 for the first time. I have added the following to my POM maven-surefire-plugin maven-clover-plugin and then did "mvn site", but I do not seem to generate the reports. I took these instructions from "Get the most out of Maven 2

RE: Help picking a webapp solution

2006-06-08 Thread Bravo, Kris
I'd recommend using your existing Swing UI via the webstart plugin. You already have a view built, may as well re-use it. Kris Bravo www.Corridor-software.us -Original Message- From: Dane Summers [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 8:49 AM To: users@maven.apache.org

Using 3rd party jar with surefire

2006-06-08 Thread Brown, Charles
All, We use Parasoft JTest to generate JUnit based unit tests. Afterward, I am able to run them in eclipse using "Run As -> JUnit Test", and they work fine. So, I think I should be able to run them using surefire, as long as I have the parasoft jars on the classpath, but I get the errors

Re: eclipse, wtp, maven and web apps

2006-06-08 Thread Jamie Bisotti
On 6/7/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: By the way, when I speak about the Eclipse Maven plugin, I am speaking about this one http://maven.apache.org/eclipse-plugin.html. I guess in the future, there is going to be a more complete Maven builder included. On 6/7/06, Alexandre Poi

RE: scripts/bin directory

2006-06-08 Thread Bravo, Kris
Your assembly descriptor dep.xml should include your scripts directory as a fileset: src/bin /bin Kris Bravo http://www.corridor-software.us -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 5:04 PM To: Maven Users List Su

Re: Errors in adding cruisecontrol plugin

2006-06-08 Thread shinjan sen
Hi, Thanks for the help. I have a similar situation with the jcoverage plugin also. I am trying to use org.apache.maven.plugins maven-jcoverage-plugin which leads to an exception. Can you kindly tell me whether this plugin has been discontinued for maven 2? Many Thanks Shinjan On 6/8/06, Kieran

Re: Errors in adding cruisecontrol plugin

2006-06-08 Thread Kieran Brady
There is no CruiseControl plugin for Maven2 AFAIK, only for maven1. You can just point your CC config.xml at a pom.xml and it will build it: ... - Original Message - From: "shinjan sen" <[EMAIL PROTECTED]> To: Sent: Thursday, June 08, 2006 1:53 PM Subject: Errors in adding crui

uses for config directory?

2006-06-08 Thread rudy.bistrovich
Can someone tell me or give me an example of what the config directory is actually used for? I can't seem to figure out a reasonable use for this directory. Maven doesn't actually appear to do anything with this dir. It doesn't end up on the classpath that I can tell, packaging and assemblie

Docs (Was: Maven-EAR-Plugin - Including an EJB client in an EAR mystery)

2006-06-08 Thread Adam Hardy
OK, I'll throw in my 2 cents worth. It's an idea I had for an ideal world. Invent a configuration section for plugin POMs that contains the configuration options for the plugin including possible values that can be set for each and a short description. Then you can run a batch job that compiles a

Help picking a webapp solution

2006-06-08 Thread Dane Summers
Hello, I'm trying to decide what webapp solution to use for program I have integrated with maven2. Any ideas which solutions work particularly well, or don't work particularly well? Slight reward for a workable solution. Thanks, Dane Summers http://guruza.com/question/84/reward-20.00 -

Errors in adding cruisecontrol plugin

2006-06-08 Thread shinjan sen
Hi, Can anyone kindly tell me how to integrate cruise control with maven2 ? I have added the following in the section under in POM.xml org.apache.maven.plugins maven-cruisecontrol-plugin It's throwing an exception telling that it can't find the plugin. "The plugin 'org.apache.

Re: inhouse WebSphere repo

2006-06-08 Thread Carlos Sanchez
You can upload also the checksums of the jars, so that will work. we should do that for Sun jars. On 6/8/06, Tomasz Pik <[EMAIL PROTECTED]> wrote: On 6/8/06, Jeff Jensen <[EMAIL PROTECTED]> wrote: > That is interesting...how does one then utilize POMs like that once in a > remote repo, with the

Re: [m2] Where to put log4j.properties file

2006-06-08 Thread Stephane Nicoll
Hi, If you want to bootsrap log4j, you'll need to put it in the root of a JAR file included in your EAR. EAR is just an "artifacts container", i.e. it just contains librarries (ejb, jar, etc). Adding single resources file is not forseen (even if app server have custom solutions such as the APP-I

Re: Maven-EAR-Plugin - Including an EJB client in an EAR mystery

2006-06-08 Thread Stephane Nicoll
Nice. If you have ideas to improve the docs, let us know. s/ On 6/7/06, Stefan Arentz <[EMAIL PROTECTED]> wrote: On 6/7/06, Roland Asmann <[EMAIL PROTECTED]> wrote: > There's an ??? I haven't used ejb-client so far (only ejb), but at least I wasn't that far off! ;-) :-) A beer if you can fi

Re: Maven-EAR-Plugin - Including an EJB client in an EAR mystery

2006-06-08 Thread Stephane Nicoll
You don't need to configure it to be included in the application.xml since it's an ejb-client. Declaring it as a dependency is enough. http://maven.apache.org/plugins/maven-ear-plugin/howto.html s/ On 6/7/06, Stefan Arentz <[EMAIL PROTECTED]> wrote: On 6/7/06, Roland Asmann <[EMAIL PROTECTED]>

Re: Maven 2 and WTP

2006-06-08 Thread Alexandre Poitras
Forget about wtpversion, I didn't see it was already set in your pom file. On 6/8/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: If you want a web project, add 'war' just after ''. Also be sure to run 'mvn eclise:eclipse -Dwtpversion=1.0'. If you don't specify the wtpversion, Maven just create

Re: Maven 2 and WTP

2006-06-08 Thread Alexandre Poitras
If you want a web project, add 'war' just after ''. Also be sure to run 'mvn eclise:eclipse -Dwtpversion=1.0'. If you don't specify the wtpversion, Maven just create a regular Eclipse project and not a web project. On 6/8/06, giacumbert <[EMAIL PROTECTED]> wrote: Hello Alexandre I tried to con

Re: inhouse WebSphere repo

2006-06-08 Thread Tomasz Pik
On 6/8/06, Jeff Jensen <[EMAIL PROTECTED]> wrote: That is interesting...how does one then utilize POMs like that once in a remote repo, with the jars in my own proxy or local repo? Somebody, who wants to work on your project will know, where to go to download jars and how to name them so (s)he

Re: Issue in using Maven2 with CruiseControl & Jcoverage

2006-06-08 Thread shinjan sen
Thanks Adam, I have downloaded some jars after trying out with various versions but I am getting a null pointer exception : java.lang.NullPointerException at org.apache.maven.plugin.DefaultPluginManager.addPlugin( DefaultPluginManager.java:292) ... [Stacktrace follows] I am using the following P

  1   2   >