RE: assembly:assembly does everything twice

2006-10-10 Thread Jörg Schaible
dan tran wrote on Tuesday, October 10, 2006 4:26 AM: correction about assembly:single ;-) dont remember what it is for ;-) Assembly:single seems to work in multi-project build, while assembly:attach break them ... :-/ http://jira.codehaus.org/browse/MASSEMBLY-97 [snip] - Jörg

RE: creating different packages for different customers

2006-10-10 Thread Jörg Schaible
Marek Chowaniok wrote on Tuesday, October 10, 2006 7:36 AM: We have separate projects (i.e.product-web-customer, product-web-customer1 and product-web-customer2) with just the different files. i.e. we have 20 jsp pages but just the 2 are defferent and are in separate projects. Right now

Re: Getting started with archiva ... still

2006-10-10 Thread Emmanuel Venisse
Dirk Olmes a écrit : Dirk Olmes wrote: Hi, [... first part deleted to focus on my main stumbling point ...] Now I'm trying to start archiva as per Getting Started from the generated site. I have unpacked the plexus package, started the bin/plexus.sh and get the following error when I

RE: Weblogic plugin

2006-10-10 Thread Scott Ryan
Do the other goals work for you? It looks like you might have a snapshot from the old repository. I am headed to Apachecon but will try to look at the code Tuesday after I arrive at the conference. You could also try the 2.9.0 snapshot and just override the weblogic jars to use 8.1 as they

Re: freehep-nar: status documentation?

2006-10-10 Thread Mark Donszelmann
Hi updating the docs this week. Please mail me in a week if I have not put them yet. Regards Mark On Oct 9, 2006, at 11:36 AM, Max Bowsher wrote: What is the status of freehep-nar for Maven 2? I've found tantalizing mentions of it in various places, but the freehep-nar site's usage docs

Re: mvn eclipse:eclipse

2006-10-10 Thread Sybren Stüvel
I had this: build ... resources ... !-- Include this file in the Jar file so that it may be used as a starting point by other components. -- resource directory./directory includes includeproject.xml/include /includes /resource

Resource in-/exclude patterns

2006-10-10 Thread Sybren Stüvel
Hi folks, This resource in my POM: resources resource directorysrc/java/directory includes include**/*/include /includes excludes exclude**/*.java/exclude /excludes /resource /resources Gives me the following warnings when

checkstyle plugin check goal fails with ugly exception instead of nice build failed

2006-10-10 Thread Rolf Strijdhorst
Hi when running the checkstyle plugin and some code styles are violated the build fails with an exception. It does not fail nicely like the pmd plugin. Is this supposed to happen like this? thanx Rolf

Re: Re: Continuum abruptly stopped

2006-10-10 Thread Emmanuel Venisse
You or someone in your team probably sent a kill on continuum: - Executor thread got shutdown signal. 2006-09-25 10:56:33,152 [Thread-0] INFO Continuum - Continuum stopped. Emmanuel Anoop kumar V a écrit : Alright - here is a copy paste... EHLO amp 250-amp.twoliter.com

Re: mvn2: build release

2006-10-10 Thread Geoffrey De Smet
Make a pom which has a list of modules of those projects: modules moduleggg-war/module moduleggg-ear/module ... It will find out the order in which to build them etc. This pom is best to be in a directory above the others: ggg/ pom.xml ggg-war/ pom.xml ggg-ear pom.xml and most likely

AS400

2006-10-10 Thread Johan Vogelzang
Does Maven run on AS400 machine's? Thanx -- Johan Vogelzang

RE: Getting started with archiva ... still

2006-10-10 Thread Mohni, Daniel
Hi Dirk -Original Message- From: Dirk Olmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 2:02 AM To: archiva-users@maven.apache.org Subject: Re: Getting started with archiva ... still Dirk Olmes wrote: Hi, [... first part deleted to focus on my main stumbling

Re: What is the difference between resources and config?

2006-10-10 Thread Rémy Sanlaville
Hi Manuel, As you, I am really interesting to understand how to use the src/main/config directory. It would be nice to have an example that explains the differences between src/main/resources and src/main/config and how to use them in the maven build. Any help would be great, Thanks, Rémy

Re: AS400

2006-10-10 Thread Markus KARG
Maven is 100% pure Java. So if you have Java on your AS400 (which is available from IBM AFAIK) why not just giving it a try and let us all know? ;-) Have Fun Markus Johan Vogelzang schrieb: Does Maven run on AS400 machine's? Thanx begin:vcard fn:Markus KARG n:KARG;Markus org:QUIPSY

Re: docbook plugin

2006-10-10 Thread Aleksei Valikov
Hi. It depends. You can use mine if you're looking for: * Configuration of the stylesheets using the plugin configuration mechanism; * A solution that has everything included in the actual plugin; (No manual downloading of stylesheets or the DTD) * Entity

Re: using ant to do the packaging

2006-10-10 Thread Nigel Magnay
I think I fixed one problem which was to do with a case issue. I do have ant separately, but I think maven pulls it down automatically. Now the only problem I have remaining is when I have an assembly item with an ID (so the jar becomes -myid.jar), it doesn't appear in the continuum repository

Customizing Checkstyle Plugin for M2

2006-10-10 Thread Laetitia Juers
I need to customize the Checkstyle plugin with some new rules. They are written in a package and defined in a configuration XML file. I have follow the M2 recommendations http://maven.apache.org/plugins/maven-checkstyle-plugin/customize.html. When i use the mvn checkstyle:checkstyle, i have

Re: docbook plugin

2006-10-10 Thread Aleksei Valikov
Wilfred, I've searched for about half an hour but could not find any installation instructuons for your plugin. Yes I saw some pom fragments - but how do I install/download your plugin? Which pluginRepository should I use? I'd really appreciate a ready-to-use sample project. Bye. /lexi

Does it make sense?

2006-10-10 Thread RobertK
Hey, using Maven 1.0.2 with multiproject, have about 8 sub projects. At the moment each of the sub projects have their own unit tests and are totally independent. My question, does it make sense to break these unit tests out and into a 9th project, a project only for unit tests and testing. I

Re: Customizing Checkstyle Plugin for M2

2006-10-10 Thread Rolf Strijdhorst
Sorry, but what error this is just a link, I think there went something wrong with your copy-past action On 10/10/06, Laetitia Juers [EMAIL PROTECTED] wrote: I need to customize the Checkstyle plugin with some new rules. They are written in a package and defined in a configuration XML file.

Re: Customizing Checkstyle Plugin for M2

2006-10-10 Thread Laetitia Juers
Oops sorry, you're right ... = I need to customize the Checkstyle plugin with some new rules. They are written in a package and defined in a configuration XML file. I have follow the M2 recommendations

RE: creating different packages for different customers

2006-10-10 Thread Marek Chowaniok
Thanks Jorg, if I understand it corectly than product-web-customer will have in pom.xml packagingpom/packaging and the 3 others will have in pom.xml packagingwar/packaging and those 3 will have dependecy on the parent ? thanks Jörg Schaible wrote: Marek Chowaniok wrote on Tuesday,

RE: docbook plugin

2006-10-10 Thread Wilfred Springer
Hi Aleksei, I'll add to the manual that - at this stage - you need to add my personal repository (http://agilejava.com/maven/) to your list of repositories. I have been trying to get the plugin uploaded to the central repository, but for some reason you can only upload plugins if you set up

Re: docbook plugin

2006-10-10 Thread Andrés
Ok, I fixed my problem with the pre-site phase. It was because I was invoking mvn site:site instead of mvn site, so I was invoking the plug-in instead of the phase. Aleksei asked for the plugin configuration: El 10/10/2006 10:37, Aleksei Valikov escribió: Wilfred, I've searched for about

RE: creating different packages for different customers

2006-10-10 Thread Jörg Schaible
Marek Chowaniok wrote on Tuesday, October 10, 2006 11:22 AM: Thanks Jorg, if I understand it corectly than product-web-customer will have in pom.xml packagingpom/packaging and the 3 others will have in pom.xml packagingwar/packaging and those 3 will have dependecy on the parent ? No, all

Re: freehep-nar: status documentation?

2006-10-10 Thread Max Bowsher
Mark Donszelmann wrote: Hi updating the docs this week. Please mail me in a week if I have not put them yet. That's excellent news! Thank you very much, -- Max Bowsher [EMAIL PROTECTED] http://www.mxtelecom.com - To

RE: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-10 Thread Shute, James
Arnaud, I've succesfully been using 1.1b2 for a while so thought I'd give this a spin. I'm having trouble with the scm:prepare-release goal. I've included the output when running with -X below. I'm no expert but it looks a bit suspicious that the version of maven-scm-plugin mentioned in the

Re: docbook plugin

2006-10-10 Thread Aleksei Valikov
Hi. Ok, I fixed my problem with the pre-site phase. It was because I was invoking mvn site:site instead of mvn site, so I was invoking the plug-in instead of the phase. Aleksei asked for the plugin configuration: El 10/10/2006 10:37, Aleksei Valikov escribió: Wilfred, I've searched for

Re: mvn eclipse:eclipse

2006-10-10 Thread Max Cooper
The resource dirs are probably marked as source in Eclipse so that Eclipse can copy their contents to the output directory (when the files are changed), which means that they will be available in the classpath if you execute a program or test within Eclipse. -Max Sybren Stüvel wrote: I had

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-10 Thread Lukas Theussl
This seems to be the cause indeed, the scm:status goal was only added in version 1.6 of the scm plugin. You don't have a dependency on 1.5 by any chance? Try to remove the .maven/cache/maven-scm-plugin-1.5/ directory and see what happens.. -Lukas Shute, James wrote: Arnaud, I've

RE: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-10 Thread Shute, James
You're quite correct - I had put an explicit dependency on scm-1.5 in my project.xml a while back when we were on 1.0.2 and I wanted to force people up to the later version of the plugin. Taking that out fixes things. thanks very much James -Original Message- From: Lukas Theussl

Re: Customizing Checkstyle Plugin for M2

2006-10-10 Thread Rolf Strijdhorst
Hi on the Treewalker class I found this method. my guess is that your configuration is not correct /** * Instantiates, configures and registers a Check that is specified * in the provided configuration. * [EMAIL PROTECTED] */ public void setupChild(Configuration aChildConf)

SCM:Checkout using mavenEmbedder

2006-10-10 Thread jacob thomas
Hi 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. here is the sample piece of code i am trying to use:

Eclipse WTP setup

2006-10-10 Thread Kev D'Arcy
Hi, Would anyone have a sample set of Eclipse configuration files (.classpath mainly) that is configured for WTP? I have the java/class forlders configured properly to match the standard maven file structure, but I'm having problems getting the web root folder to be src/main/webapp instead of

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

Re: docbook plugin

2006-10-10 Thread Aleksei Valikov
Hi. I'll add to the manual that - at this stage - you need to add my personal repository (http://agilejava.com/maven/) to your list of repositories. I have been trying to get the plugin uploaded to the central repository, but for some reason you can only upload plugins if you set up an rsync

Re: maven and jalopy plugin

2006-10-10 Thread Stephen More
On 10/8/06, Raphaël Piéroni [EMAIL PROTECTED] wrote: http://mojo.codehaus.org/jalopy-maven-plugin/ The example includes: plugin groupIdorg.codehaus.mojo/groupId artifactIdjalopy-maven-plugin/artifactId version1.0-SNAPSHOT/version /plugin But when I

[m1/2] New Lirbrary in Maven Central Repo for Date Calculations

2006-10-10 Thread Benoitx
ObjectLab is pleased to announce the release 1.0.1 in Maven Repository of Objectlab Kit for Java 1.5 Open source Date Calculators for Business and Finance. http://objectlabkit.sourceforge.net The ObjectLab Kit is released under the business friendly Apache License v2.0. It is available

[m2] Transfering *-sources.jar from releaseRepository to localRe pository

2006-10-10 Thread Fred . Hauschel
Hi all, sometimes the sources jar will be downloaded to my local repository, but not always. Does anybody knows the rule for that featute? How can I force to download the sources.jar ev everytime? Thanks Fredy Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer

M2 - side effect with phase

2006-10-10 Thread leahpar
Hello, One task 'foo' is called 3 times and it should be only one: in a super pom, I want jar with sources, test ... (default for all project). in my pom I want to call 'foo' at the phase generate-sources. the first call is made by the expected execution id1 at the beginning. the second call

how do i disable the sunconvention check with checkstyle?

2006-10-10 Thread Rolf Strijdhorst
Hi I have a custom configuration. But both the sun conventions are checked as well as my own. I don't need the sun conventions btw the build needs to fail on violations so I added the check goal. here is the part of the config: plugin

How do I generate test javadocs?

2006-10-10 Thread Mark . Crocker
How do I get the maven-javadoc-plugin to include the test classes as well as the runtime classes when generating Javadocs? From the maven-javadoc-plugin site (http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html), I can see that there's a sourcepath option, but I don't have

cruise control in maven 2.x

2006-10-10 Thread Neeraj Bisht
hi all i had already cofigure cruise control with maven 1.X but now we are shifting to maven 2.X i searched in the google and did not find any plugin is there any cruise control plugin available for maven 2.x i also came to know on googling that * Continuum is also an alternative of

RE: cruise control in maven 2.x

2006-10-10 Thread Siegmann Daniel, NY
I don't know what you need a plugin for, but recent versions of Cruise Control (2.4.1+ IIRC) work just fine with Maven2. See here for configuration: http://cruisecontrol.sourceforge.net/main/configxml.html#maven2 -- Daniel Siegmann FJA-US, Inc. (212) 840-2618 ext. 139

Re: maven and jalopy plugin

2006-10-10 Thread Raphaël Piéroni
Found in the snapshot repository http://snapshots.repository.codehaus.org/org/codehaus/mojo/jalopy-maven-plugin/ Raphaël 2006/10/10, Stephen More [EMAIL PROTECTED]: On 10/8/06, Raphaël Piéroni [EMAIL PROTECTED] wrote: http://mojo.codehaus.org/jalopy-maven-plugin/ The example includes:

[m2] release plugin - how to automatic releasing (nightly build)

2006-10-10 Thread Fred . Hauschel
Does anybody nightly builds with maven release plugin? Is it possible to run the plugin withaout user interaction? Thanks Fredy Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer Hand. Informieren Sie sich �ber unsere Produkte unter www.kabeldeutschland.de

Re: [m2] release plugin - how to automatic releasing (nightly build)

2006-10-10 Thread Geoffrey De Smet
Do a nightly mvn deploy instead. It will probably do all what you want: snapshot with timestamp etc. A release won't work: you 'll have snapshot dependencies and the release will fail, maven won't know which is the version number, ... [EMAIL PROTECTED] wrote, On 2006-10-10 4:49 PM: Does

Ant Mojo: How to use echoproperties (optional task)

2006-10-10 Thread Gisbert Amm
I get this error message: Could not create task or type of type: echoproperties. I found this discussion: http://mail-archives.apache.org/mod_mbox/maven-users/200603.mbox/[EMAIL PROTECTED] and the mentioned documentation at:

Re: checkstyle plugin check goal fails with ugly exception instead of nice build failed

2006-10-10 Thread Dennis Lundberg
Rolf Strijdhorst wrote: Hi when running the checkstyle plugin and some code styles are violated the build fails with an exception. It does not fail nicely like the pmd plugin. Is this supposed to happen like this? thanx Rolf Do you have an example that you can share with us? -- Dennis

Re: how do i disable the sunconvention check with checkstyle?

2006-10-10 Thread Dennis Lundberg
Rolf Strijdhorst wrote: Hi I have a custom configuration. But both the sun conventions are checked as well as my own. I don't need the sun conventions btw the build needs to fail on violations so I added the check goal. here is the part of the config: plugin

Re: [m2] release plugin - how to automatic releasing (nightly build)

2006-10-10 Thread dan tran
mvn scm:bootstrap -DconnectionUrl=yoururl -Dgoals=-B,release:prepare,release:perform wonder if that would work ;-) On 10/10/06, Geoffrey De Smet [EMAIL PROTECTED] wrote: Do a nightly mvn deploy instead. It will probably do all what you want: snapshot with timestamp etc. A release won't

Are the parameters in settings.xml suppose to override filter.properties?

2006-10-10 Thread Mick Knutson
Are the parameters in settings.xml suppose to override filter.properties? -- Thanks DJ MICK http://www.djmick.com http://www.myspace.com/mickknutson

Re: build release

2006-10-10 Thread Attila Mezei-Horvati
Thanks for the answer. I have modules like this: modules moduleggg-jar/module moduleggg-war/module /modules My problem is that when I do mvn package for this pom it will compile ggg-jar and then die at ggg-war because it cannot find the ggg-jar in the installed modules (ggg-war depends on

reactor issue?

2006-10-10 Thread Swenson, Eric
I have a large project with a top-level pom building lower-level projects. When each of the lower-level projects had as their packaging target a jar file, everything worked as I would expect. I could do a mvn install in the top-level directory and maven would recurse into each sub-project

Re: [m1/2] New Lirbrary in Maven Central Repo for Date Calculations

2006-10-10 Thread Jason van Zyl
Do not announce products going into the central repository. This is not a free advertising forum. It's a total abuse of this list. Jason. On 10 Oct 06, at 8:35 AM 10 Oct 06, Benoitx wrote: ObjectLab is pleased to announce the release 1.0.1 in Maven Repository of Objectlab Kit for Java

Re: Ant Mojo: How to use echoproperties (optional task)

2006-10-10 Thread Jason van Zyl
Just to be clear an Ant-based Mojo is not the same thing as using the Ant Run plugin. I have just merged the underlying utilities for the Ant Run plugin and the Ant-based Mojos. Prior to yesterday Ant-based mojos were not very useful as there was no way to get hold of the various

Re: [m1/2] New Lirbrary in Maven Central Repo for Date Calculations

2006-10-10 Thread Jason van Zyl
On 10 Oct 06, at 1:33 PM 10 Oct 06, Jason van Zyl wrote: Do not announce products going into the central repository. This is not a free advertising forum. It's a total abuse of this list. Projects or products. Doesn't matter if it's open source or not. Jason. On 10 Oct 06, at 8:35 AM

Re: Are the parameters in settings.xml suppose to override filter.properties?

2006-10-10 Thread Jason van Zyl
On 10 Oct 06, at 11:15 AM 10 Oct 06, Mick Knutson wrote: Are the parameters in settings.xml suppose to override filter.properties? No. The resources plugin doesn't know about settings.xml. I assume you're talking about the resources plugin. Raise an issue in the resources plugin in

[M2] Classifier removed during packaging

2006-10-10 Thread Andreas Guther
I have the following situation with Maven 2, classifier usage, and packaging to a war file: The classified jar file is correctly downloaded from repository but ends in the war file without the classifier part in the jar file name. I.e. in my local repository I get the dependency

Re: [m1/2] New Lirbrary in Maven Central Repo for Date Calculations

2006-10-10 Thread Benoitx
Jason Maven community, Please accept our apologies, we saw quite a few announcements on this list but, on second look, they seems to have plugins or so related to them, not just being an open source project in the repository. I feel that a list for announcing new projects/products arriving to

[m2] Multiproject execution directory

2006-10-10 Thread Daniel Brolund
Hello! I've tried googling for this, but with no success so far. When running multi-project/multi-module/sub-module builds, does maven2 use the execution directory of the aggregating project for /all/ projects? If so, is it possible to make sure each sub-projects is being run in its own root?

[m2] Using the eclipse (3.2) compiler

2006-10-10 Thread Nigel Magnay
I've been trying to get maven(2) to use the eclipse compiler, which is implied to be possible by fiddling with maven-compiler-plugin and plexus-compiler. However, I can't get it to work (in particular, I can't persuade it that the project is java 1.5, even if I pass the right values in

Re: Eclipse WTP setup

2006-10-10 Thread Bill Manuel
Anyone know the answer to this? I have the same problem. Thanks On 10/10/06, Kev D'Arcy [EMAIL PROTECTED] wrote: Hi, Would anyone have a sample set of Eclipse configuration files (.classpath mainly) that is configured for WTP? I have the java/class forlders configured properly to match the

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

MavenEmbedder question

2006-10-10 Thread Morgovsky, Alexander \(US - Glen Mills\)
I got the Maven embedder to execute a phase of the pom.xml's lifecycle. However, I couldn't get it execute a specific goal. For example, here is my usage: maven.execute(pom, Collections.singletonList(scm:checkout), eventMonitor, new ConsoleDownloadMonitor (),null,targetDirectory); This results in

Null Pointer Exception when compiling with the maven-xdoclet-plugin

2006-10-10 Thread Jeffrey R. Phillips
I am using Maven 2.0.4. This is my POM file and below that is the output from running mvn install Any help would be greatly appreciated. ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: [m1/2] New Lirbrary in Maven Central Repo for Date Calculations

2006-10-10 Thread Jason van Zyl
On 10 Oct 06, at 1:53 PM 10 Oct 06, Benoitx wrote: Jason Maven community, Please accept our apologies, we saw quite a few announcements on this list but, on second look, they seems to have plugins or so related to them, not just being an open source project in the repository. I feel

Re: [m204] Issue with transistive dependancies and Springframework

2006-10-10 Thread Mick Knutson
Is anyone else using spring 2.0 and acegi 1.0.2 It seems acegi 1.0.2 is requiring spring 1.2.7 and adds 1.2.7 and 2.0 into my ear. Is this an issue with the spring libs I imported? On 9/18/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 9/18/06, Mick Knutson [EMAIL PROTECTED] wrote: I am

Re: [m204] Issue with transistive dependancies and Springframework

2006-10-10 Thread Wayne Fay
Mick, I'm not using Spring and Acegi, so this might not work, but perhaps try adding an excludes node on the Acegi dependency to exclude Spring, and then add the Spring dependency by itself. If this doesn't work, post your pom back to the list and we'll try to help debug it some more... Wayne

Re: [m204] Issue with transistive dependancies and Springframework

2006-10-10 Thread Max Cooper
Mick, I am using Spring 2.0 and Acegi 1.0.2. Use dependency excludes to suppress the Spring 1.2.7 stuff. -Max Mick Knutson wrote: Is anyone else using spring 2.0 and acegi 1.0.2 It seems acegi 1.0.2 is requiring spring 1.2.7 and adds 1.2.7 and 2.0 into my ear. Is this an issue with the

Re: [m204] Issue with transistive dependancies and Springframework

2006-10-10 Thread Carlos Sanchez
That's actually wrong. See http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html You don't use excludes to change the version of a dependency, you have to explicitly add that dependency in your pom in the version you want. Dependency mediation - this determines

Re: [m204] Issue with transistive dependancies and Springframework

2006-10-10 Thread Mick Knutson
What does your exclusions look like: exclusionsorg.springframework.spring-1.2.7/exclusions or something else? On 10/10/06, Max Cooper [EMAIL PROTECTED] wrote: Mick, I am using Spring 2.0 and Acegi 1.0.2. Use dependency excludes to suppress the Spring 1.2.7 stuff. -Max Mick Knutson

Re: [m204] Issue with transistive dependancies and Springframework

2006-10-10 Thread Mick Knutson
My EAR has spring-2.0.jar spring-[partial lib]-1.2.7 (i.e spring-aop-1.2.7) On 10/10/06, Carlos Sanchez [EMAIL PROTECTED] wrote: That's actually wrong. See http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html You don't use excludes to change the version

Re: [m204] Issue with transistive dependancies and Springframework

2006-10-10 Thread Carlos Sanchez
You have to exclude spring then. On 10/11/06, Mick Knutson [EMAIL PROTECTED] wrote: My EAR has spring-2.0.jar spring-[partial lib]-1.2.7 (i.e spring-aop-1.2.7) On 10/10/06, Carlos Sanchez [EMAIL PROTECTED] wrote: That's actually wrong. See

Re: maven and jalopy plugin

2006-10-10 Thread Stephen More
On 10/10/06, Raphaël Piéroni [EMAIL PROTECTED] wrote: Found in the snapshot repository http://snapshots.repository.codehaus.org/org/codehaus/mojo/jalopy-maven-plugin/ Raphaël How or why is that different than http://repo1.maven.org/maven2/jalopy/jalopy/ ? -Steve

Re: Eclipse WTP setup

2006-10-10 Thread Dudu
mvn eclipse:eclipse -Dwtpversion=1.0 or mvn eclipse:eclipse -Dwtpversion=r7 On 10/10/06, Bill Manuel [EMAIL PROTECTED] wrote: Anyone know the answer to this? I have the same problem. Thanks On 10/10/06, Kev D'Arcy [EMAIL PROTECTED] wrote: Hi, Would anyone have a sample set of Eclipse

maven-proxy with https?

2006-10-10 Thread Christofer Jennings
Is there any documentation for setting up maven-proxy to use https? ,chris

command line options to mvn

2006-10-10 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Is there an environment variable that can be used to pass options to mvn? I have found $MAVEN_OPTS, but it appears that any options specified there are passed straight through to java. That is no doubt handy, but I'd also like one for maven itself. I tried $M2_OPTS and $MVN_OPTS, and neither

Re: Getting started with archiva ... still

2006-10-10 Thread Dirk Olmes
Emmanuel Venisse wrote: Now I'm trying to start archiva as per Getting Started from the generated site. I have unpacked the plexus package, started the bin/plexus.sh and get the following error when I access the front page: WARNUNG: /: Unable to find a javac compiler;

Re: using ant to do the packaging

2006-10-10 Thread Nigel Magnay
I think I fixed one problem which was to do with a case issue. I do have ant separately, but I think maven pulls it down automatically. Now the only problem I have remaining is when I have an assembly item with an ID (so the jar becomes -myid.jar), it doesn't appear in the continuum repository