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
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.
---
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
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
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
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
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
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
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