How to get project version in an xdoc

2007-03-06 Thread J-C Walmetz
Im writting a XDoc document that will be used by the site plugin. In this document I need to write the version of the project. I have tried to write ${project.version} but when the site is generated, it is not replaced by the project version. Is it possible to get the project version in an

Re: [m2] disappearing dependency

2007-03-06 Thread Guillaume Lederrey
On 05/03/07, John J. Franey [EMAIL PROTECTED] wrote: In your pom, taglibs/standard is not specified as a dependency. Its in dependencyManagement but dependencyManagement has no effect on the dependency graph of the project.Put tagslib/standard within the dependencies element and see what

Re: [m2] disappearing dependency

2007-03-06 Thread Dan Tran
any chance the exclusion in parent pom cancels it out? -D On 3/6/07, Guillaume Lederrey [EMAIL PROTECTED] wrote: On 05/03/07, John J. Franey [EMAIL PROTECTED] wrote: In your pom, taglibs/standard is not specified as a dependency. Its in dependencyManagement but dependencyManagement has no

Re: Problems adding Maven2 project through URL

2007-03-06 Thread Roland Klein
Hi Chris, thanks for your reply. I tried your suggestion, but i didn't realize the correct directory structure, so this won't work for me. Also this solution has one drawback, i have to synchronize my svn repo with this directory by hand, like you do with that shell script. To make it short,

Re: Problems adding Maven2 project through URL

2007-03-06 Thread Roland Klein
Hi Alexander, as i wrote Chris, i installed apache also and now everything works. Thanks to you Roland Morgovsky, Alexander (US - Glen Mills) schrieb: Here is the set-up which I have. I have Apache Web Server in front of SVN, and I add POM's in Continuum by using

[m2] dependency order in 2.0.5

2007-03-06 Thread isabelle . guimiot
Hello, I'd like to have more information about the new way to resolve dependencies in maven 2.0.5. In the release notes, you write ...when two exist at the same depth in the dependency graph, by matching the first encountered.. Picking up the FIRST element means there's a sorted list

Re: [m2] disappearing dependency

2007-03-06 Thread Guillaume Lederrey
Might be ... but it did work correctly before I added the dependency on ojdbc ... strange ... I'll check and let you know. On 06/03/07, Dan Tran [EMAIL PROTECTED] wrote: any chance the exclusion in parent pom cancels it out? On 3/6/07, Guillaume Lederrey [EMAIL PROTECTED] wrote: On

Re: Re: Plugin does not exist or no valid version could be found

2007-03-06 Thread Thorsten Elfert
Thorsten, how can I determine the proxy I use? (NTLM or not) And which post you are referring to? -- Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie

Re: Re: Plugin does not exist or no valid version could be found

2007-03-06 Thread Thorsten Heit
Hi, Thorsten, how can I determine the proxy I use? (NTLM or not) You should ask your network administrator; (s)he should be able to tell you that... And which post you are referring to? Don't remember; I only know that I have seen several posts about NTLM proxies Cheers Thorsten

Re: [m2] multi project interdependencies

2007-03-06 Thread mark_in_gr
Actually, it looks like what was happening is the error which was being caught by the compiler was a result of a private method name mismatch being called from the same class. There would really be no way for module a level above the module/dependency which has changed to know which classes in

RE: [m2] [ANN] Artifactory - new Maven 2 proxy repository

2007-03-06 Thread Reinhard Nägele
This looks quite interesting, and I started to play around with it. The biggest problem is the poor documentation. With Jetty, you can quickly start it out of the box. Accessing the Web interface, you are then stuck with the login screen because the default credentials are not documented

Does Cargo use the proxy settings in my settings.xml?

2007-03-06 Thread Thorsten Heit
Hi *, following the instructions in the Maven 2 quick reference card PDF I tried to let Maven deploy a web app to Tomcat via Cargo: build plugins plugin groupIdorg.codehaus.cargo/groupId artifactIdcargo-maven2-plugin/artifactId executions execution

Re: [m2] [ANN] Artifactory - new Maven 2 proxy repository

2007-03-06 Thread Frederic Simon
Hi, Thanks for the comments, I will try to fix the doc, please review http://www.jfrog.org/sites/artifactory/latest/install.html where we talk about first admin user and system properties. For deploying you first local repository, we use the import from local disk feature. You need to create a

RE: Problems adding Maven2 project through URL

2007-03-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
Sounds good, thanks. -Original Message- From: Roland Klein [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 4:54 AM To: continuum-users@maven.apache.org Subject: Re: Problems adding Maven2 project through URL Hi Alexander, as i wrote Chris, i installed apache also and now

Re: [m2] [ANN] Artifactory - new Maven 2 proxy repository

2007-03-06 Thread Frederic Simon
Hi, Thanks for the comments, I will try to fix the doc, please review http://www.jfrog.org/sites/artifactory/latest/install.html where we talk about first admin user and system properties. For deploying you first local repository, we use the import from local disk feature. You need to create a

Adding project with many sub modules

2007-03-06 Thread Justin Deoliveira
Hi all, I am using continuum to build a project which contains upwards of 90+ modules in a nested hierarchy. When I create a new project from the root pom I end up getting a project for each sub pom as well. Is there any way to change this behavior so only the single project gets created. Or

RE: Adding project with many sub modules

2007-03-06 Thread Helfrich, Eric
See http://jira.codehaus.org/browse/CONTINUUM-1178 I was thinking about creating a patch to do this. I looked into it and the modification would be pretty simple but I just haven't had the time yet. :) -Original Message- From: Justin Deoliveira [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: [m2] [ANN] Artifactory - new Maven 2 proxy repository

2007-03-06 Thread Reinhard Nägele
Thanks for the quick reply. I still can't get web dav to work. I did exactly what you suggested. Additionally I copied wagon-webdav-1.0-beta-2.jar and its dependencies to maven's lib folder. - [INFO]

Re: Archetype: create resources as companions to java source files

2007-03-06 Thread Howard Lewis Ship
Any point in me looking at it at this point? The structure you have in the quickstart matches what I'm trying to do. On 3/3/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 3/3/07, Wendy Smoak [EMAIL PROTECTED] wrote: Howard, can you take a look at it? It demonstrates your use case with a

Re: Username and password for deploy plugin

2007-03-06 Thread Paul Gier
Thanks. Yes that issue is similar to what I'm asking for. I linked my issue to that one, and voted for it. I also found this issue which is the same as what I was asking for: http://jira.codehaus.org/browse/WAGON-52 On Sat, 2007-03-03 at 16:50 +0530, Gregory Kick wrote: I think that you might

Re: [m2] [ANN] Artifactory - new Maven 2 proxy repository

2007-03-06 Thread Frederic Simon
You just got into a maven extensions issue. Maven extensions needs to be in the maven local repository so they will be activated, not in the lib dir. I also did a mistake in my command it is -Dpackaging=jar not -Dtype=... The dav wagon is on repo1.maven.org. If you cannot access it deploy the

Re: [m2] How to specify the next version of a project when releasing (in batch mode) ?

2007-03-06 Thread Wayne Fay
Not starting with a letter, but letters are used in the version of the Xpp3 parser: http://www.extreme.indiana.edu/dist/java-repository/xpp3/jars/ Yes I'm extremely familiar with Xpp3... I've even filed a few bugs against it a while back when the versions and classifiers in the poms weren't

Re: Re: Plugin does not exist or no valid version could be found

2007-03-06 Thread Wayne Fay
Search the mailing list archives at Nabble.com for ntlm... As I recall, many people are using a program called ntlmaps when they are dealing with NTLM proxies. But I don't know any specifics as I've not had to deal with them as yet. Wayne On 3/6/07, Thorsten Heit [EMAIL PROTECTED] wrote: Hi,

Re: [m2] dependency order in 2.0.5

2007-03-06 Thread Thierry Lach
I'm not sure about how maven does this, but matching the first encountered does not necessarily imply anything sorted. On 3/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I'd like to have more information about the new way to resolve dependencies in maven 2.0.5. In the release

Profiles, settings, and distributionManagement

2007-03-06 Thread Helck, Christopher
Hi, I'm confused. I want to have two profiles with different repositories and distributionManagement elements. I've created a settings.xml and defined the new profiles in it. Putting repositories in settings.xml is ok, but putting distributionManagement seems to be illegal. Why? What's wrong

Re: [m2] [ANN] Artifactory - new Maven 2 proxy repository

2007-03-06 Thread nicolas de loof
Just a simple question about artifactory features : Does it support BOTH maven1 style and maven2 style for artifact requests ? For example, if my repo has javax/servlet/servlet-api/2.3/servlet- api-2.3.jar and I ask for /javax.servlet/jars/servlet-api-2.3.jar, do I get the expected jar ? If

[m2] How to have target/classes in the plugin classpath?

2007-03-06 Thread Alessio Pace
Hi, I can't figure out how what I should do to make the target/classes content (populated in the compile phase) be in the classpath of the plugin, because the plugin needs to access some resources.. My MOJO definition is just: /* * @goal run * @requiresDependencyResolution runtime * @execute

Would maven 2 help me with some dependencies evolution issues ?

2007-03-06 Thread Haryon
Hi all, [Using Maven 1 can maven 2 help me here ?] I have a common dependency D (jar), used by multiple main modules Ma, Mb (wars), all bundled into an ear E (the jar is not deployed in the webapp, but in the ear). The first version of the ear E is easy to build. D1, Ma1, Mb1, E1. When

included features with PDE-maven-plugin

2007-03-06 Thread Magali Helene
Hello I am using the PDE-maven plugin to build plugins. I have a first core plugin. I placed a pom.xml in the features repository and the build is ok. It takes into account the features and all the plugins listed in it. Then I have a second plugin, which features includes my first core plugin's

server side includes for site

2007-03-06 Thread Tilman.Rossmy
Is there something like server side includes for site/xdocs? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: After attempting download from repo1, build fails?

2007-03-06 Thread Wayne Fay
Sounds like a transient network failure caused the pom download to fail, which caused the rest of your build to fail. What exactly is the question/problem? Wayne On 3/6/07, Dees, Ian (GE Healthcare) [EMAIL PROTECTED] wrote: Hi list, I'm trying to upgrade surefire to version 2.3. I switched

After attempting download from repo1, build fails?

2007-03-06 Thread Dees, Ian \(GE Healthcare\)
Hi list, I'm trying to upgrade surefire to version 2.3. I switched the dependency version in our projects' POM files on and did a build on my local machine, allowing it through our proxy to determine what new files were needed. I copied these updates and dependencies over to our local repository

Re: [m2] How to get project version in an xdoc

2007-03-06 Thread JC Walmetz
I have found a solution in a previous thread: http://www.nabble.com/-M2--Insert-variables-in-xdoc-apt-files-tf1956665s177.html#a5371135 That fix my problem JC Walmetz wrote: Im writting a XDoc document that will be used by the site plugin. In this document I need to write the version of

Re: included features with PDE-maven-plugin

2007-03-06 Thread Dan Tran
Does the second plugin has its own feature.xml? On 3/6/07, Magali Helene [EMAIL PROTECTED] wrote: Hello I am using the PDE-maven plugin to build plugins. I have a first core plugin. I placed a pom.xml in the features repository and the build is ok. It takes into account the features and all

RE: deploying an axis service

2007-03-06 Thread Kurtis.Walker
Thanks Robert. I was able to use the assembly plugin to copy the artifacts into the axis lib. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Watkins Sent: Monday, March 05, 2007 5:38 PM To: Maven Users List Subject: Re: deploying an axis service

binding goals to a phase

2007-03-06 Thread Kurtis.Walker
I'm trying to get my build to execute goals of a plugin during a phase. There is plenty of documentation available how to do this, but I can't get it to work. Is there a setting somewhere that I need to turn executions on? The XML below will run fine with mvn antrun:run, but when I run mvn

Re: [m2] Build-number plug-in and install goal conflict?

2007-03-06 Thread Julian Wood
There's no way to do this that I know of. The install goal generates it's own finalName and ignores any finalName that has been specified in the build section of the pom, while the package goal, for instance, respects the finalName. It's not got anything to do with the build number plugin.

Re: binding goals to a phase

2007-03-06 Thread Eric Redmond
Is this description in the pom you are running, or in a parent pom? If the latter, you have inherited turned off so it won't work. If the former, could you send the command-line args you use and the output? This shouldn't happen. Eric On 3/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm

Tools.jar Apple

2007-03-06 Thread Ryan Cuprak
Hello, I am trying to get the jaxws-maven-plugin up and running on my box. Evidently Apple has been kind enough to stick tools.jar elsewhere. Any reason why the snippet below wouldn't work? -Ryan Snippet: plugins plugin groupIdorg.codehaus.mojo/groupId

RE: Tools.jar Apple

2007-03-06 Thread Chris Hilton
I don't think you need to add tools.jar as a dependency on Mac. See http://maven.apache.org/general.html#tools-jar-dependency Chris -Original Message- From: Ryan Cuprak [mailto:[EMAIL PROTECTED] Sent: Tuesday, 06 March, 2007 13:19 To: Maven Users List Subject: Tools.jar Apple

Re: Tools.jar Apple

2007-03-06 Thread Ryan Cuprak
That didn't work either, complete pom.xml is below... this is really baffling. I have it sprinkled liberally throughout the file. project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http:// www.w3.org/2001/XMLSchema-instance

Re: Tools.jar Apple

2007-03-06 Thread Dan Tran
jaxws is capable of automatically pickup tools.jar from ${java.home}/lib/tools.jar ( MacOS specific) What is the error? you may need to get the latest source and build your self. -D On 3/6/07, Ryan Cuprak [EMAIL PROTECTED] wrote: Hello, I am trying to get the jaxws-maven-plugin up and

Re: [m2] PVCS SCM

2007-03-06 Thread JC Walmetz
I'm afraid the donation of a plugin by serena is in a bad way. Few month ago we ask to Serena if it was planned. Their answer was NO. It looks it somewhere in a wish list. Maybe if you are a Serena Customer you can contact their support. In JIRA there is a startup for a PVCS plugin (just the

Re: Tools.jar Apple

2007-03-06 Thread Ryan Cuprak
The error message is: Missing: -- 1) sun.jdk:tools:jar:1.5.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=sun.jdk -DartifactId=tools \ -Dversion=1.5.0 -Dpackaging=jar

RE: binding goals to a phase

2007-03-06 Thread Kurtis.Walker
Yes, it is in the pom that I am running. Here is the output. Thanks. C:\ BrightonCommonmvn compile [INFO] Scanning for projects... [INFO] [INFO] Building Unnamed - medstat:BrightonCommon:jar:1.0-SNAPSHOT [INFO]

Re: Order of plugin execution

2007-03-06 Thread uma_rk
Hello... Could the users of assembly plugin tell me to which phase of the lifecycle they bind the assembly plugin to? Also, how do I order the execution of plugins attached to the same phase in the scope of the current POM? Any help appreciated... Regards, /U -- Original message

Re: Tools.jar Apple

2007-03-06 Thread Ryan Cuprak
Managed to get around the problem. I edited the pom file under .m2 to point directly at the classes.jar file on MacOS X. A bit of a hack but it worked. -Ryan On Mar 6, 2007, at 2:37 PM, Ryan Cuprak wrote: The error message is: Missing: -- 1) sun.jdk:tools:jar:1.5.0 Try

Re: Tools.jar Apple

2007-03-06 Thread Dan Tran
Apple renames tools.jar to classes.jar? -D On 3/6/07, Ryan Cuprak [EMAIL PROTECTED] wrote: Managed to get around the problem. I edited the pom file under .m2 to point directly at the classes.jar file on MacOS X. A bit of a hack but it worked. -Ryan On Mar 6, 2007, at 2:37 PM, Ryan Cuprak

RE: binding goals to a phase

2007-03-06 Thread Brad Szabo
Your configuration element with the task definition needs to be specified within the context of the execution 'someid', not the standard plugin configuration element. plugin artifactIdmaven-antrun-plugin/artifactId executions execution idsomeid/id

RE: binding goals to a phase

2007-03-06 Thread Kurtis.Walker
Thanks Brad. I've tried that setup and it doesn't work either. -Original Message- From: Brad Szabo [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 3:19 PM To: Maven Users List Subject: RE: binding goals to a phase Your configuration element with the task definition needs to be

Re: [m2] [ANN] Artifactory - new Maven 2 proxy repository

2007-03-06 Thread Frederic Simon
Reading your needs, for first import of a lot of artifacts, you should use the Import/Export feature, which enables you to load in one click a full tree of a maven repository. That will give you a sense of the Derby DB speed ;-) I updated the doc

Re: Tools.jar Apple

2007-03-06 Thread Wayne Fay
There is no tools.jar on Mac. Instead, the classes from tools.jar are included in a larger classes.jar file. Don't ask me... Wayne On 3/6/07, Dan Tran [EMAIL PROTECTED] wrote: Apple renames tools.jar to classes.jar? -D On 3/6/07, Ryan Cuprak [EMAIL PROTECTED] wrote: Managed to get around

Build dependencies into the jar file?

2007-03-06 Thread Sasha O
Dear All, What would be the best way to build all the dependencies into the resulting JAR file? I want the JAR file to be double-clickable. With Ant, I was using zipfileset. With Maven2 I have no idea how to run it on all the dependent JARs. Any help is appreciated, Sasha

Re: Order of plugin execution

2007-03-06 Thread Eric Redmond
Assemblies bundle files into an artifact, so they tend to belong in the package phase. Eric On 3/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello... Could the users of assembly plugin tell me to which phase of the lifecycle they bind the assembly plugin to? Also, how do I order the

Re: [m2] [ANN] Artifactory - new Maven 2 proxy repository

2007-03-06 Thread Yoav Landman
We currently support only Maven 2 clients. Technically, it should not be too difficult to add Maven 1, but we never needed it since none of the organizations we used Artifactory with was using Maven 1 for managing enterprise builds. As for support for relocation, I would assume this logic is

Re: Build dependencies into the jar file?

2007-03-06 Thread Eric Redmond
mvn assembly:assemble -DdescriptorId=jar-with-dependencies http://maven.apache.org/plugins/maven-assembly-plugin/ Eric On 3/6/07, Sasha O [EMAIL PROTECTED] wrote: Dear All, What would be the best way to build all the dependencies into the resulting JAR file? I want the JAR file to be

Selenium, profiles and executing certain browsers on certain OSs

2007-03-06 Thread mraible
I'm using the salenese Ant task to run some Selenium tests in my project. I want tests to run in Firefox on all platforms, and Firefox and IE when running on Windows. I've got everything working using the XML below, but it's quite verbose. Is there a way to simplify, or is this the recommended

Separation, webapp

2007-03-06 Thread Misura, Gabriel
Hi, To keep the users happy, I want to filter what projects they can see. There doesn't seem to be a build in feature for this (I see the user admin can block adding/edit/delete/etc of projects, but seems that all of the projects always show up on the home page). Is there a way to do this, or

Re: [m2] multi project interdependencies

2007-03-06 Thread franz see
Good day to you, M, Yes, the current solution that I know of is to use mvn clean install. That is why that continuum uses that as its default build ( to prevent any adverse effect ). I am not sure though if the maven developers can find an alternative to that. On top of my head, I can only

MultiModule checkstyle config

2007-03-06 Thread Christian Goetze
I've been trying to reproduce the example setup described in http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html The example doesn't show me the pom.xml file to be used for the build-tools module. I tried making the obvious pom for it with a parent

Re: [ANN] Hibernate3 Maven Plugin 2.0-alpha-1 released

2007-03-06 Thread David J. M. Karlsen
Johann Reyes skrev: Hello David Thanks for the report, documentation has been fixed. Thanks - I'm using annotations, and call the goals goalhbm2hbmxml/goal goalhbm2cfgxml/goal Is there any way to prevent the plugin from trying to connect to the DB - as the annotations are source

Best practices for using mvn release, then releasing against the branch

2007-03-06 Thread neil hart
When we use the release plugin it works well by: - Changing our x.x-SNAPSHOT to x.x - Checks in and tags our code with the x.x version number - Changes x.x to x.x+1. We would like to have some way of starting a branch from the tagged code and have it change our x.x to x.x.1-SNAPSHOT so we

Re: Archetype: create resources as companions to java source files

2007-03-06 Thread Wendy Smoak
On 3/6/07, Howard Lewis Ship [EMAIL PROTECTED] wrote: Any point in me looking at it at this point? The structure you have in the quickstart matches what I'm trying to do. I think we have the info we need at this point. Thanks for bringing this up, it's something I noticed a while ago but

[Maven2] xmlbeans-maven-plugin Issue -- StAX transitive dependencies

2007-03-06 Thread Brad Szabo
Hey everyone, I am having a terrible time with xmlbeans-maven-plugin and transitive StAX issues relating to xmlbeans-jsr173-api.jar. I am using Maven 2.0.5. The error Maven is throwing is that it cannot find the xmlbeans-jsr173-api.jar. I know this jar does not exist in a public repository

RE: [ANN] Hibernate3 Maven Plugin 2.0-alpha-1 released

2007-03-06 Thread Johann Reyes
Hello David Actually yes, set the export flag to false Regards Johann Reyes -Original Message- From: David J. M. Karlsen [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 8:21 PM To: Maven Users List Subject: Re: [ANN] Hibernate3 Maven Plugin 2.0-alpha-1 released Johann Reyes

Maven newbie alert - incorrect archetype version.

2007-03-06 Thread Owen Thomas
Hello. I am a Maven newbie. Having discovered the merit in using Maven over Ant on Monday, I downloaded and started fiddling with it yesterday. I am rather fresh. My problem relates to the following error when trying to create a new JBI BC project with maven. I am following the tutorial at

RE: Maven newbie alert - incorrect archetype version.

2007-03-06 Thread Owen Thomas
These might be of interest too: H:\CurrentProjectsmvn --version Maven version: 2.0.5 H:\CurrentProjectsjava -version java version 1.5.0_11 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode) Owen. -Original

Re: Selenium, profiles and executing certain browsers on certain OSs

2007-03-06 Thread Eric Redmond
Sure... pull the build configurations out of the profiles into the project build and replace the ant config values with properties... then use the profiles to set those property values. Eric On 3/6/07, mraible [EMAIL PROTECTED] wrote: I'm using the salenese Ant task to run some Selenium

Building using Maven tool

2007-03-06 Thread Vaishali.Pande
Hi, Can anybody of the Maven Users group help me resolve the issue. I am trying to build a java project with Maven2.And stuck with some package not found error at compile time.The required package includes all the jars and libs , even I have kept it inside the project directory structure

Re: Maven newbie alert - incorrect archetype version.

2007-03-06 Thread Wayne Fay
Looks like the artifacts you need are in the Apache Snapshots repository on people.apache.org: http://people.apache.org/maven-snapshot-repository/org/apache/servicemix/tooling/servicemix-binding-component/ Also note the hello-world-bc webpage says at the top Work In Progress. So this is more

Re: Building using Maven tool

2007-03-06 Thread Neeraj Bisht
i think you are missing required jar in repository or you have not provided in your pom like com.sun.xml.bind.util does not work on the following area in your pom dependencies dependencyhttp://maven.apache.org/ref/2.0.3-SNAPSHOT/maven-model/maven.html#class_dependency

Re: Building using Maven tool

2007-03-06 Thread Wayne Fay
Maven2 does not use jars in a project lib directory for compilation etc. Instead you must construct a pom.xml file with proper dependencies declared etc. I suggest you read the Better Builds with Maven free e-book, available as a PDF from http://www.mergere.com to get up to speed on how Maven2

Re: Best practices for using mvn release, then releasing against the branch

2007-03-06 Thread Wayne Fay
You're not the first person who has asked for this functionality, but as far as I know, it does not currently exist in the release plugin. The release plugin only handles a few very specific use cases at the moment. Feel free to add an enhancement request to the JIRA for release plugin for this

Re: [m2] PVCS SCM

2007-03-06 Thread Gregory Kick
That would be very great. I think the bug you're talking about is at http://jira.codehaus.org/browse/SCM-34 On 3/7/07, JC Walmetz [EMAIL PROTECTED] wrote: I'm afraid the donation of a plugin by serena is in a bad way. Few month ago we ask to Serena if it was planned. Their answer was NO. It

Re: Tools.jar Apple

2007-03-06 Thread Gregory Kick
Since classes.jar is always on the classpath, you could probably just use an exclusion to disregard the dependency. Otherwise, you actually end up with classes.jar on your classpath twice. On 3/7/07, Wayne Fay [EMAIL PROTECTED] wrote: There is no tools.jar on Mac. Instead, the classes from

Re: Tools.jar Apple

2007-03-06 Thread Gregory Kick
Actually, I take that back... you can define exclusions for dependencies within a plugin, but it doesn't look like you can define them for a plugin itself. Anybody know of a good way to do that? On 3/7/07, Gregory Kick [EMAIL PROTECTED] wrote: Since classes.jar is always on the classpath, you

Re: [m2] Selenium, profiles and executing certain browsers on certain OSs

2007-03-06 Thread mraible
My current setup only executes Cargo and Selenium when -Dmaven.test.skip=true is not passed in. If I move the plugin information to the regular build part of my pom.xml, do I leave the execution information in profiles? After adding another profile for Selenium on OS X (for Safari), my

RE: Maven newbie alert - incorrect archetype version.

2007-03-06 Thread Owen Thomas
Hello again. Thanks for your reply Wayne. I have followed the advice of a respondent to an identical message I put in the ServiceMix user's mailing list, and my actions appear (at least) to have rectified my earlier problem. See the Service Mix response within the thread at:

RE: Maven newbie alert - incorrect archetype version.

2007-03-06 Thread hermod.opstvedt
Hi If you get the error: Embedded error: The META-INF/maven/archetype.xml descriptor cannot be found. then the archtype is broke. This is the file that controls the archetype itself. Try removing the previously downloaded archetype from your local repo and then do a new run. Hermod