Re: Maven plugin for Eclipse

2007-09-06 Thread Achim Abeling
Hi, did you refresh the settings in eclipse? It has to be done under Window->Preferences->Maven->Refresh Settings. Best regards Achim De Vleeschauwer Nele wrote: Hi, I have configured my settings.xml in this way and if I execute a maven command from a dos box, it is using our company's repos

Re: Version numbering

2007-08-14 Thread Achim Abeling
Hi, I think you can just omit the version element in the child pom. Best regards Achim EJ Ciramella wrote: Is there any way for a child pom to simply inherit the version number from the parent? We have a few use cases where this would be very helpful. ---

How does maven decide which dependencies to update from remote repositories

2007-07-06 Thread Achim Abeling
Hi, I have a project A using a parent project which is defined like that foo bar RELEASE The intention of the RELEASE version is that the latest release is used. I would expect that the latest release of my local repository is used if I do not call maven with option -U or with an updat

Using axistools-maven-plugin to create Axis 1.1 stubs

2007-07-05 Thread Achim Abeling
Hi, I would like to use the axistools-maven-plugin to create Axis 1.1 stubs. Version 1.1-SNAPSHOT of the plugin has Axis 1.4 as dependencies and therefore creates stubs for Axis 1.4. I tried adding axis 1.1 dependencies to the plugin. From the maven output with option -X I can see the followi

Release several artifacts depending on profiles

2007-07-04 Thread Achim Abeling
Hi, we have the following scenario we want to solve with maven: we have projects generating axis clients using the axistools-maven-plugin. Depending on the environment in which these client projects are deployed the clients are build with either axis 1.1 or axis 1.3. Now we want to use mave

How to provide own codegen-config.properties for axis2-wsdl2code-maven-plugin

2007-02-08 Thread Achim Abeling
Hi, I would like to provide my own codegen-config.properties for the axis2-wsdl2code-maven-plugin. Looking at the sources I found out that the location of the properties file can be set via a system property org.apache.axis2.codegen.config As far as I can see the value of the property has t

maven-install-plugin: checksum case sensitivity

2006-11-29 Thread Achim Abeling
Hi, the maven-install-plugin can generate checksum files when the property createChecksum=true is set. In my environment (a continuum server) the checksum contains upper case letters. When such a dependency is downloaded (e.g. during the compile phase of another project) the checksum is checked

Re: Password ignored when checking out using CVS with ext

2006-07-11 Thread Achim Abeling
Hi, Barrie Treloar wrote: On 7/11/06, Mike Lee <[EMAIL PROTECTED]> wrote: I had a similar problem as you described. I believe I had to do a "xhost +" command before I ssh'ed into the machine as root to start the Continuum server. Err, xhost + is a very insecure solution to the problem. And

Password ignored when checking out using CVS with ext

2006-07-10 Thread Achim Abeling
Hi, I am using continuum 1.0.3 on linux. The continuum server is run as root. I added an ant project with a scm url like scm:cvs:ext:server:path:module and defined username and password. When building the project continuum fails to do any cvs operation with the error Error: Can't open displ