Re: Re: continuum 1.1 snapshot that works under tomcat 5.5.x

2007-02-27 Thread Stephane Nicoll
Yup. Start your tomcat in command line (./catalina.sh run) and you'll see the error. Most probably a classpath issue. Are you using derby or an external DB? Aslo, the WEB-INF/classes/META-INF/plexus/application.xml contains the continuum configuration and it relies on some property such as

perform pmd check on test resources.

2007-02-27 Thread joy.ge
Dear all, Could you advice how to write pom.xml to let pmd perform check also on test resources? Thanks! Regards, Joy IMPORTANT NOTICE Email from OOCL is confidential and may be legally privileged. If it is not intended for you, please delete it immediately unread. The internet

Using alternative JDK

2007-02-27 Thread Bernshtam, Pavel
Hi! How can I tell for one specific pom use a JDK different from my JAVA_HOME for a compilation? Thank you! Pavel Bernshtam mobile: +972-54-5583675 Senior Java Programmer office:

Re: Using alternative JDK

2007-02-27 Thread Tomasz Pik
On 2/27/07, Bernshtam, Pavel [EMAIL PROTECTED] wrote: Hi! How can I tell for one specific pom use a JDK different from my JAVA_HOME for a compilation? http://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-using-different-jdk.html but - never tried myself... HTH, Tomek

RE: Using alternative JDK

2007-02-27 Thread jelle.volckaert
Hi pavel, Check out the 2 following pages: http://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-u sing-different-jdk.html and http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compi ler-source-and-target.html Cheers. Jelle -Original Message- From:

How to generate a report

2007-02-27 Thread Niels Gylling
Can anyone provide a working example of a hello-world report that uses a Sink to generate a simple html report? I have seen various examples of current reports that generate the report differently. It seems that eg. the SiteRenderer has changed location recently, and my report is not

Syntax for file:/// url

2007-02-27 Thread David Leangen
Hi! I have a multi-module project that I'd like to add. I downloaded a local copy of my repo using svn up and I am trying to use a pom from there to add the project. However, I keep getting the error message: [ You must provide a valid url (http, https, ftp and file protocols are

Re: [m2.0.5] Javadoc generation for older code

2007-02-27 Thread Thorsten Heit
Hi Vincent, Isn't there a trick to force the Javadoc command to ignore JDK = 1.5 keywords? No AFAIK Ok, thanks. Bad, though... Cheers Thorsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Re: Re: continuum 1.1 snapshot that works under tomcat 5.5.x

2007-02-27 Thread thorsten
unfortunately there is no more information ;-( I'm running Apache Tomcat with JDK 1.5.11 and Windows 2003.. Are you using derby or an external DB? I'm using the default, what is derby -correct? The tomcat is running after restart, but only the webapp continuum not... Best Regards, Thorsten

Re: Syntax for file:/// url

2007-02-27 Thread Emmanuel Venisse
http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view David Leangen a écrit : Hi! I have a multi-module project that I'd like to add. I downloaded a local copy of my repo using svn up and I am trying to use a pom from there to add the project. However, I keep

Re: Syntax for file:/// url

2007-02-27 Thread David Leangen
Answer to my own question: http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view In addition to the file:// protocol, I think somebody needs to implement a rtfm:// protocol. Could cut down on spam a lot. :-) Cheers, Dave On Tue, 2007-02-27 at 19:02

Re: Syntax for file:/// url

2007-02-27 Thread David Leangen
Thanks! You just beat me by a few minutes. :-) Cheers, Dave On Tue, 2007-02-27 at 11:16 +0100, Emmanuel Venisse wrote: http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view David Leangen a écrit : Hi! I have a multi-module project that I'd like

Re: Mutliple Repositories inheritance

2007-02-27 Thread Thomas Colin de Verdière
Hello, can anyone help, I don't understand how playing with multiple repositories particularly if i set a repository into a profile into the settings.xml. Suppose i want to seach for release in this repository but still have access to the maven repo, how can i do : repositories repository

Re: Using alternative JDK

2007-02-27 Thread Rémy Sanlaville
Hi all, Be aware of that configuration [1] plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration source1.4/source target1.4/target /configuration /plugin [1]

Re: Mutliple Repositories inheritance

2007-02-27 Thread Rémy Sanlaville
In short, you need to use a proxy like proximity. http://proximity.abstracthorizon.org/ HTH, Rémy 2007/2/27, Thomas Colin de Verdière [EMAIL PROTECTED]: Hello, can anyone help, I don't understand how playing with multiple repositories particularly if i set a repository into a profile into

how to get a non empty jar out of maven-antrun-plugin + build.xml?

2007-02-27 Thread Chris Miner
Hi All I am trying to integrate my maven 2.0 oriented build system with another project which uses ant. So I thought to use the maven-antrun-plugin to execute an ant task during the compile phase, and thus take advantage of the existing build.xml file. The problems come at jar creation

Re: how to get a non empty jar out of maven-antrun-plugin + build.xml?

2007-02-27 Thread Siegfried Goeschl
Hi Chris, what is your build.xml actually doing?! Is it creating sources than this is supported by the maven-antrun-plugin. If it is creating a JAR you might be able to upload it to your repo. So the main question is which build system is in charge Cheers, Siegfried Goeschl Chris

Re: Using alternative JDK

2007-02-27 Thread Niels Gylling
Or, if you for some obscure reason need jdk 1.3: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration forktrue/fork executableyour-jdk1.3-javac.exe/executable compilerVersion1.3/compilerVersion

Re: how to get a non empty jar out of maven-antrun-plugin + build.xml?

2007-02-27 Thread Chris Miner
Hi Siegfried, Thanks for the response. The build.xml in question is already being used by another project as part of their standard build process. As such it compiles all the code for their jar and produces this jar as output. It is not producing sources. So yes it is creating a jar, but I

copy repository from another computer

2007-02-27 Thread Edney Imme
Hi guys, How everybody nows i have a big problem with my network configuration. At home, i configurate my laptop to work with my project and maven. and everithink work fine. i would like know if I can copy the repository from another computer and pastle in my computer at the company. Can I do

Re: copy repository from another computer

2007-02-27 Thread Jo Vandermeeren
Hi Edney, Told you that you got network issues at work ;) Yes, you can copy/paste your repository.. Cheers Jo On 2/27/07, Edney Imme [EMAIL PROTECTED] wrote: Hi guys, How everybody nows i have a big problem with my network configuration. At home, i configurate my laptop to work with my

Re: copy repository from another computer

2007-02-27 Thread Edney Imme
Hello. I already get a big problem with the CIO about these problem. :) Maybe i will loose my job because this problem. he dosn´t understant that I need this to do the project. thank you. On 2/27/07, Jo Vandermeeren [EMAIL PROTECTED] wrote: Hi Edney, Told you that you got network issues at

Using java1.6 with java1.5 source

2007-02-27 Thread Erik Drolshammer
Rémy Sanlaville wrote: Hi all, Be aware of that configuration [1] plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration source1.4/source target1.4/target /configuration /plugin Hi! My

next releases of Continuum?

2007-02-27 Thread Christophe Grosjean
Hi, Can you tell me if a next release of Continuum is likely to appear soon? Thanks, Christophe

Re: Using java1.6 with java1.5 source

2007-02-27 Thread Thorsten Heit
Hi Erik, My build fails if java1.6 is used instead of java1.5. (No java1.6 specific functionality is employed.) Shouldn't the following configuration fix this? plugin artifactIdmaven-compiler-plugin/artifactId configuration source1.5/source target1.5/target

Re: next releases of Continuum?

2007-02-27 Thread Stephane Nicoll
Hi Christophe ;) We're busy discussing this on the dev list[1]. HTH, Stéphane [1] http://www.nabble.com/Poll%3A-release-continuum-alpha-tf3281369.html On 2/27/07, Christophe Grosjean [EMAIL PROTECTED] wrote: Hi, Can you tell me if a next release of Continuum is likely to appear soon?

Re : Using alternative JDK

2007-02-27 Thread Julien HENRY
AND if for some other obscure reason use w2k OR have very many source files, the forked compiler command line will blow up and fail. Should be fixed with latest compiler-plugin. FYI : http://jira.codehaus.org/browse/MCOMPILER-22 ++ Julien

Project appears in duplicate - SQL Exception when removed

2007-02-27 Thread David Leangen
Hello! For some strange reason, one of my projects appears in duplicate. When I try to remove it, I get the following exception. Any ideas? Thanks, Dave ognl.MethodFailedException: Method removeProject failed for object [EMAIL PROTECTED] [javax.jdo.JDOUserException: One or more

Re: Using alternative JDK

2007-02-27 Thread Rémy Sanlaville
Hi Niels, Or, if you for some obscure reason need jdk 1.3: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration forktrue/fork executableyour-jdk1.3-javac.exe/executable

Re: Using java1.6 with java1.5 source

2007-02-27 Thread Erik Drolshammer
Thorsten Heit wrote: My build fails if java1.6 is used instead of java1.5. (No java1.6 specific functionality is employed.) What error messages do you get? Have you tried mvn -e -X ...? http://rafb.net/p/4Hfl1t68.html The NotImplementedException I can fix, but the error regarding

clean install without check new updates

2007-02-27 Thread Edney Imme
hi How I said yesterday, i'm dummy for Maven. Can i do a mvn clean install and dont check new updates? Thank On 2/27/07, Edney Imme [EMAIL PROTECTED] wrote: Hello. I already get a big problem with the CIO about these problem. :) Maybe i will loose my job because this problem. he

maven-compiler-plugin missing in central (ibiblio)?

2007-02-27 Thread hochraldo
Hi! I am getting an error that the maven-compiler plugin can not be found in central. If i take a look at http://mirrors.ibiblio.org/pub/mirrors/maven2/maven/maven-compiler-plugin/ the directory is empty. Has the maven-compiler-plugin been deleted? Btw. i am using maven version 2.0.5. -- View

Re: Project appears in duplicate - SQL Exception when removed

2007-02-27 Thread Emmanuel Venisse
It's a known issue in 1.0.3. Try to remove all build definitions on your project, than delete your project. Emmanuel David Leangen a écrit : Hello! For some strange reason, one of my projects appears in duplicate. When I try to remove it, I get the following exception. Any ideas?

Re: maven-compiler-plugin missing in central (ibiblio)?

2007-02-27 Thread Markku Saarela
Hi, look at: http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/maven/plugins/maven-compiler-plugin/ instead. - markku hochraldo wrote: Hi! I am getting an error that the maven-compiler plugin can not be found in central. If i take a look at

Re: how to get a non empty jar out of maven-antrun-plugin + build.xml?

2007-02-27 Thread Siegfried Goeschl
Hi Chris, when the external build.xml creates a JAR you can always use the maven-install/deploy-plugin to upload the JAR into the repository (even with providing a custom pom.xml) Cheers, Siegfried Goeschl Chris Miner wrote: Hi Siegfried, Thanks for the response. The build.xml in

Re: clean install without check new updates

2007-02-27 Thread Jo Vandermeeren
Hi Edney, Haven't tried it yet, but you could set offline mode to true in your settings.xml.. settings offlinetrue/offline /settings Cheers Jo On 2/27/07, Edney Imme [EMAIL PROTECTED] wrote: hi How I said yesterday, i'm dummy for Maven. Can i do a mvn clean install and dont check new

Re: clean install without check new updates

2007-02-27 Thread Jo Vandermeeren
Edney Another thing you could do is set the updatePolicy of your repositories to never.. This setting will force maven to use local versions. Maven will only attempt to download an artifact if you don't have it installed in your local repository, Here's a snippet: settings repositories

Re: Using java1.6 with java1.5 source

2007-02-27 Thread Thorsten Heit
What error messages do you get? Have you tried mvn -e -X ...? http://rafb.net/p/4Hfl1t68.html The NotImplementedException I can fix, but the error regarding org.apache.commons.validator remains a mystery to me. It seems you're missing a dependency in your pom.xml: dependencies

Re: Mutliple Repositories inheritance

2007-02-27 Thread Thomas Colin de Verdière
Ok that's what i was thinking of. I also saw Archiva on the Maven site and maven-proxy (http://maven-proxy.codehaus.org/) Merci Rémy Sanlaville a écrit : In short, you need to use a proxy like proximity. http://proximity.abstracthorizon.org/ HTH, Rémy 2007/2/27, Thomas Colin de Verdière

Re: maven-compiler-plugin missing in central (ibiblio)?

2007-02-27 Thread Rémy Sanlaville
Hi, Mirrors are not always well synchronized. I think, Markku wanted to say: look at: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/ instead, Rémy

[m2] binding to the site phase

2007-02-27 Thread Adrian Herscu
Hi all, Is it possible to bind something to the site phase? In META-INF/plexus/components.xml I have tried: component roleorg.apache.maven.lifecycle.mapping.LifecycleMapping/role role-hintfoo/role-hint

Re: Using java1.6 with java1.5 source

2007-02-27 Thread Erik Drolshammer
Thorsten Heit wrote: What error messages do you get? Have you tried mvn -e -X ...? http://rafb.net/p/4Hfl1t68.html The NotImplementedException I can fix, but the error regarding org.apache.commons.validator remains a mystery to me. It seems you're missing a dependency in your pom.xml:

MVN Repository firefox search engine

2007-02-27 Thread Alexandre Touret
Hello, do you know if there are any firefox extension (search engine) available for the website mvn repository ? Thanks. Regards, Alexandre Touret - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [m2] binding to the site phase

2007-02-27 Thread Eric Redmond
Try: ... configuration lifecycles lifecycle idsite/id phases siteorg.foo.buildsys.maven:foo-buildsys-maven:generate-docs /site /phases ... Eric On 2/27/07, Adrian Herscu [EMAIL PROTECTED] wrote: Hi all, Is it possible to

Re: Problems with maven

2007-02-27 Thread Edney Imme
Hallo, The autentication server is ISA Server. This can be a problem??? Or not??? Thank On 2/26/07, Jo Vandermeeren [EMAIL PROTECTED] wrote: Hi Edney, The only other thing that I can think of is that you need to supply a username/password for your proxy. Does your proxy server need

Re: perform pmd check on test resources.

2007-02-27 Thread Daniel Kulp
On Tuesday 27 February 2007 03:28, [EMAIL PROTECTED] wrote: Dear all, Could you advice how to write pom.xml to let pmd perform check also on test resources? Already logged as a bug: http://jira.codehaus.org/browse/MPMD-30 Feel free to vote for it. Dan Thanks! Regards, Joy

RE: Mutliple Repositories inheritance

2007-02-27 Thread Siegmann Daniel, NY
I would point out that maven-proxy is no longer being developed, so you should avoid it (though I am currently using it and it does work). You should investigate Archiva and Proximity and determine which is best for you. -Original Message- From: Thomas Colin de Verdière [mailto:[EMAIL

Re: Compilation of single class

2007-02-27 Thread Dan Tran
you can configure maven-compiler-plugin to include only your desired class. http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html -D On 2/26/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: We have still not gotten into complete test-driven development... We got a simple

Re: system scope dependency

2007-02-27 Thread Thierry Lach
OK then what would be the purpose for using a system scoped dependency? On 2/27/07, Wayne Fay [EMAIL PROTECTED] wrote: System scoped dependencies are not handled as you might expect by various packaging plugins ie EAR, WAR etc. They are not bundled into the package like other dependency Jars

Re: Problem building war file

2007-02-27 Thread Enrique Gaona
Hi Jo, I only see this error on my SLES10 dev box, but not on my RHEL3 build server. The workaround wouId be to add the attribute to the children pom.xml files rather than the parent, but I would have to do so in 50 different poms, would be a PITA, imo;-) Cheers Enrique

Re: system scope dependency

2007-02-27 Thread Wayne Fay
I've seen people use it to include the JDK tools.jar as a dependency but that's it. Many of us would probably argue that's one of the only proper uses of system scope, though lots of people will abuse it as they are comfortable with their Ant builds and their /lib directories. and don't want to

NullPointerExcetion while starting up archiva 'command-line', jetty, and tomcat.

2007-02-27 Thread Barry Egbert
I get the following exception while trying to run the archiva-webapp module. 2007-02-27 08:14:42.746::WARN: Failed startup of context [EMAIL PROTECTED]/,/Users/barryegbert/Projects/Personal/archiva-site/archiva-webapp/src/main/webapp} java.lang.NullPointerException: configuration can not be

Maven 1.x to run SQL scripts

2007-02-27 Thread Build Admin
How to run SQL scripts using maven 1.x? Is there any plugin to use? Frenz, I am looking for your help in this. Thanks in Advance.

RE: Problems with maven

2007-02-27 Thread Brendon Matheson
Is your proxy server a Microsoft proxy using NTLM? For example Microsoft ISA server? If this was the case then what your network guy told you might make sense, because it wants you to supply it with Windows credentials before it will let you pass. If this does turn out to be the case, then you

RE: Problems with maven

2007-02-27 Thread Brendon Matheson
Oh man, I just missed this. ISA is a nasty proxy server. You can get around it by proxying the proxy server with something like NTLMaps. I use this at my place of work to run PuTTY and other tools through the proxy that would otherwise be blocked. NTLMaps is pretty easy to get going. It runs

Re: NullPointerExcetion while starting up archiva 'command-line', jetty, and tomcat.

2007-02-27 Thread Emmanuel Venisse
You can fix this problem by creating a little archiva.xml file in ${user.home}/.m2/ that contain only configuration/ Emmanuel Barry Egbert a écrit : I get the following exception while trying to run the archiva-webapp module. 2007-02-27 08:14:42.746::WARN: Failed startup of context [EMAIL

Re: Maven 1.x to run SQL scripts

2007-02-27 Thread Jeff Jensen
Not aware of one. An idea is to enhance the dbUnit plugin at SourceForge to do so - add a goal that runs a script specified by a property. The db infrastructure needed is all there. Quoting Build Admin [EMAIL PROTECTED]: How to run SQL scripts using maven 1.x? Is there any plugin to use?

RE: Problems with maven

2007-02-27 Thread Manos Batsis
Quoting Brendon Matheson [EMAIL PROTECTED]: Oh man, I just missed this. ISA is a nasty proxy server. +1. I was working for an M$ shop years ago and the darn thing only allowed IE to get out. Plain evil :-) Manos - To

Re: Mutliple Repositories inheritance

2007-02-27 Thread Thomas Colin de Verdière
To be determined is the only way to use maven :) I succeed to build archiva but the sources from svn are not correct (they are missing dependencies in the pom(s)) Will see. Thank you, Thomas Siegmann Daniel, NY a écrit : I would point out that maven-proxy is no longer being developed, so you

Re: [m2] maven embedder

2007-02-27 Thread Dmitry Beransky
On 2/14/07, Jason van Zyl [EMAIL PROTECTED] wrote: On the IDEA side the Maven Reloaded Plugin by Brian Kate, and the Maven 2.x Integration by Ralf Quebbemann. I am also working on this in addition to the embedder as it's the IDE I use. Thanks! I didn't see the Reloaded plugin when I did the

assembly excludes not working?

2007-02-27 Thread Andy DePue
Short version: I have a module in a multi-module maven build that depends on other modules in the same project. I'd like to merge all 3rd party transitive dependencies into a single .jar, but NOT include any dependencies from the project in that .jar. I can't find a way to get the assembly

Profile Activation

2007-02-27 Thread Ben Tatham
Hello All, I am having trouble getting a profile to activate. My scenario is as follows...I have a complicated build process for making webapps that includes xdoclet and jspc. I have all the necessary plugins defined in a profile on parent pom. I can't define those plugins in the normal

Re: Profile Activation

2007-02-27 Thread Mick Knutson
try mvn -P build-web install -e On 2/27/07, Ben Tatham [EMAIL PROTECTED] wrote: Hello All, I am having trouble getting a profile to activate. My scenario is as follows...I have a complicated build process for making webapps that includes xdoclet and jspc. I have all the necessary plugins

Re: Profile Activation

2007-02-27 Thread Ben Tatham
Well, I realized my first mistake. Profiles are not inherited from poms. Uh oh. Anybody have any other ideas on how to do this? Thanks in advance, again! -Ben Ben Tatham wrote: Hello All, I am having trouble getting a profile to activate. My scenario is as follows...I have a complicated

Re: Profile Activation

2007-02-27 Thread Ben Tatham
Nope. Apparently profiles are not inherited. Excerpt from POM Reference: The elements in the parent POM that are inherited by its children are: * dependencies * developers and contributors * plugin lists * reports lists * plugin executions with matching ids * plugin

RE: release:prepare problem with Perforce SCM

2007-02-27 Thread Heck, Joe
When you run the command with -X -e (to get all the debugging output - i.e. mvn -X -e release:prepare ), what do you see towards that failure? I've just run into a similar problem myself, and from what I've gathered so far, it is related to having a parent pom that's in the repository. Still

Re: Profile Activation

2007-02-27 Thread Mick Knutson
Are you trying to share plugin info between projects, or modules? On 2/27/07, Ben Tatham [EMAIL PROTECTED] wrote: Nope. Apparently profiles are not inherited. Excerpt from POM Reference: The elements in the parent POM that are inherited by its children are: * dependencies *

Re: Profile Activation

2007-02-27 Thread Ben Tatham
between projects -- we don't use modules. and the projects are pretty separate except for the build tools required. Is it possible to make my own plugin of plugins easily...with just xml? is there another solution for this? -Ben Mick Knutson wrote: Are you trying to share plugin info

RE: release:prepare problem with Perforce SCM

2007-02-27 Thread David Jackman
We're also using Perforce, and apparently Perforce support wasn't added to the release plugin until after the current (beta 4) release. I haven't seen anything about when beta 5 will release to fix this problem, but I was able to get the release plugin code and build it myself and releases work

Re: Is it possible to run cobertura with the eclipse plugin Maven 2.0 integration

2007-02-27 Thread Fabricio Lemos
I have the same problem. Does anyone know what´s wrong? On 1/31/07, Markus Baumgartner [EMAIL PROTECTED] wrote: Hi, There was a problem running the cobertura from within Eclipse with the Maven 2.0 integration, version 0.0.10 and Cobertura 1.7 I can run mvn cobertura:cobertura and it runs. I

Re: Profile Activation

2007-02-27 Thread Mick Knutson
Hmm. Not sure I understand. But you can always create a master pom, and have each of your projects create a sub module on your project that way they will always extend your master pom.xml for everyone. You could also mandate that each pom.xml only have access to your remote repo not the main

Re: Profile Activation

2007-02-27 Thread Ben Tatham
basically, I have a parent pom...ie a maven project with packagingpom/packaging Each of my projects use that as the parent. Option one sounds interesting...do submodules have to be subdirectories? Does the top-level pom module have to be able to build on its own, because it won't in my

Re: Profile Activation

2007-02-27 Thread Mick Knutson
do submodules have to be subdirectories? Yes. Does the top-level pom module have to be able to build on its own, because it won't in my configuration because it expects certain directories to exist that don't exist except for in the real projects. No, not if there are no actual artifacts that

Re: Profile Activation

2007-02-27 Thread Brad Szabo
Have you considered using the build/pluginManagement element to define common inheritable plugin configurations instead of using profiles? -Brad On Tue, 2007-02-27 at 14:15 -0500, Ben Tatham wrote: basically, I have a parent pom...ie a maven project with packagingpom/packaging Each of my

profile prob

2007-02-27 Thread EJ Ciramella
Can anyone help me find the source of this warning/error? [WARNING] Overriding profile: 'ca-olive' (source: profiles.xml) with new instance from source: profiles.xml I only have on entry in profiles.xml that is called ca-olive...

Re: Profile Activation

2007-02-27 Thread Mick Knutson
I only use pluginManagement in my main pom. I let my modules only use what I defined in my master pom.xml On 2/27/07, Brad Szabo [EMAIL PROTECTED] wrote: Have you considered using the build/pluginManagement element to define common inheritable plugin configurations instead of using profiles?

Re: assembly excludes not working?

2007-02-27 Thread Andy DePue
The problem lies in the wildcards I used. Wildcards don't seem to work as advertised. Maybe assembly doesn't support simple groupId wildcards in the form of groupId:*? Instead, I have to manually list every single module to exclude, which means I'm repeating myself since this list mirrors

Re: Profile Activation

2007-02-27 Thread Ben Tatham
Ah-Ha! Thank you so much. I think that is the best solution yet! Although, even better would be if maven had an additional param on plugin in which it meant inherited, but not run. And then I wouldn't even have to put the definition there. One can dream... Thanks again, -Ben Brad

Re: [m2] Maven-buildnumber plugin

2007-02-27 Thread shinsato
The maven-buildnumber-plugin seems to have disappeared from the ucalgary site. http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/index.html Any hints of where it might have gone? I don't see it on codehaus. -- View this message in context:

RE: profile prob

2007-02-27 Thread EJ Ciramella
NVM - I did have a nested duplicated profile. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 2:37 PM To: Maven Users List Subject: profile prob Can anyone help me find the source of this warning/error? [WARNING] Overriding profile:

POM Inheritance

2007-02-27 Thread jp4
I have posted about this question several times before but haven't received many responses. I am hoping that someone has done or knows how to accomplish the following. Basically, I have several multi module projects. Each project defines a parent pom.xml file which contains a list of modules

Re: scp distribution from Windows XP client

2007-02-27 Thread Dennis Lundberg
mark_in_gr skrev: Do I need cygwin installed if I want to use the scp style of distribution from a Windows box? No you don't. I do distributions from XP using putty. -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL

Re: [m2] scp distribution from Windows XP client

2007-02-27 Thread mark_in_gr
Thanks, but most of that seems to be applicable to Maven1. Would this be the same w/in Maven2 poms? I am also now getting this message in the stack trace when running the deploy goal: org.apache.maven.wagon.TransferFailedException: Unsupported Protocol: 'scp': Cannot find wagon which supports the

Version name to use for a release candidate?

2007-02-27 Thread Dan Adams
So I have a library that is in release candidate and I want to have it deployed to our releases repository and not be a snapshot. Because even though the library isn't finally released I still want people to be able to get the release candidates by version without using our snapshot repo. So the

Problems with timestamps

2007-02-27 Thread kalebral
Using Maven 2.0.4, we have several jar files (with a SNAPSHOT version) which are built and deployed to our company repository. Other projects which use these jar files are having problems as the dependent jar files are sometimes included with the timestamp included in their name instead of the

Re: Version name to use for a release candidate?

2007-02-27 Thread Roland Asmann
You could use the maven release-plugin and tell it that your release-version is something like '1.0-rc1'. Then when it asks you for the new snapshot (development) version, tell it to be '1.0-SNAPSHOT' again... I believe that is the way to go... But Maven is pretty flexible with the versions...

Re: Version name to use for a release candidate?

2007-02-27 Thread Wayne Fay
People generally use alpha or alpha-1, rc or rc1, etc to designate release candidates. So in this case, I would probably use 1.0-alpha-1 or 1.0-rc1. Wayne On 2/27/07, Dan Adams [EMAIL PROTECTED] wrote: So I have a library that is in release candidate and I want to have it deployed to our

RE: release:prepare problem with Perforce SCM

2007-02-27 Thread Heck, Joe
I'm not sure that's 100% accurate, as we're using Perforce and are also using the release plug-in without too much issue. A few quirks here and there, but mostly it's been our own learning curve of how to do X. The one issue we've unexpectedly hit most recently was using a disassociated parent

Re: Creation of a tag for a stable 'just works' Archiva version

2007-02-27 Thread Brett Porter
I thought (3) already worked. I didn't think this was about identifying the client, but correctly serving a legacy layout request off either type of repo (whether its m1 or m2 with legacy layout). - Brett On 27/02/2007, at 2:37 AM, Joakim Erdfelt wrote: Out of curiosity, what's

Re: [m2] POM Inheritance

2007-02-27 Thread jp4
I have been doing some reading and it looks like the pluginManagement section will allow me to achieve part of what I want to do with reusing plugin configurations. jp4 jp4 wrote: I have posted about this question several times before but haven't received many responses. I am hoping that

Re: [m2] POM Inheritance

2007-02-27 Thread jp4
I wonder if it would make sense to create a project of type jar that does nothing more than declare common dependencies like spring and hibernate. This way, by including a common data access jar file, all other data access modules would transitively include the spring and hibernate jars. Any

RE: Compilation of single class

2007-02-27 Thread Vijay.Nair
Thanks...VJ -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 8:24 PM To: Maven Users List Subject: Re: Compilation of single class you can configure maven-compiler-plugin to include only your desired class.

Changing the goal of a project

2007-02-27 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. How can I set the goal of the project to always be deploy and have the argument be -P dev-111? This way, when I add a new project, this will be the configuration by default. Thanks. This message (including any attachments) contains confidential information intended for a specific

401 SVN Apache error returned when adding new project

2007-02-27 Thread Morgovsky, Alexander \(US - Glen Mills\)
When I try to add a new project by providing the POM URL, I see a 401 error in the logs. I have Apache in front of SVN, no https. When I process the URL from an Internet browser, I have no issues accessing the POM after I input the username and password prompted by Apache. Please let me know

Re: Changing the goal of a project

2007-02-27 Thread Wendy Smoak
On 2/27/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: Hi. How can I set the goal of the project to always be deploy and have the argument be -P dev-111? This way, when I add a new project, this will be the configuration by default. Thanks. The default build definition

RE: 401 SVN Apache error returned when adding new project

2007-02-27 Thread Morgovsky, Alexander \(US - Glen Mills\)
I would like to add some more details. I am using Continuum 1.0.3. Should I include some configuration in my settings.xml, maybe the Continuum configuration XML? Please help, I have tried what I know. Thanks. _ From: Morgovsky, Alexander

RE: scp distribution from Windows XP client

2007-02-27 Thread Randall Fidler
Hi Dennis, Are you deploying to a Windows server? I tried using putty with Windows XP to do SCP deployments and the SCP server I used had issues with the commands putty was issuing to it. I assume since the Maven site recommends putty and noting your success that it's not putty's fault

RE: scp distribution from Windows XP client

2007-02-27 Thread Brendon Matheson
Hi Randall, You're talking about deploying to a SCP server running on Windows, rather than deploying with a SCP client on Windows, right? Although I haven't used it in a Maven context, I have OpenSSH for Windows (http://sshwindows.sourceforge.net/) running on a Windows box. This allows you to

Sources for WERKZ

2007-02-27 Thread KiOrKY
Hello, i'm trying to build maven from sources (in order to package it for a linux distro) and i'm wondering where can i find sources for werkz (and not a binary jar from ibiblio). Does anybody know where can i find those sources ? werks.sf.net is dead, also werkz.codehaus.org and werken.com...

jjtree-javacc

2007-02-27 Thread Steffen Mazanek
Hello, I am pretty new to maven. Currently I try to run jjtree on a file and pass the result to javacc. Is there a standard way to do this with the javacc-maven-plugin? The default outputDirectory of the jjtree goal is target/generated-sources/jjtree, but javacc is looking for files in

  1   2   >