Re: versions plugin - "set" goal question

2010-10-07 Thread Jo Support
thanks a lot, it works regards On Wed, Oct 6, 2010 at 5:03 PM, Stephen Connolly wrote: > you need to add -DoldVersion=1.0 > > On 6 October 2010 15:24, Jo Support wrote: >> I'm a bit puzzled by versions plugin. According to versions:set goal's >> documentation, r

versions plugin - "set" goal question

2010-10-06 Thread Jo Support
I'm a bit puzzled by versions plugin. According to versions:set goal's documentation, reading the description it "sets the current project version, updating the details of any child modules as necessary", and it does. But in optional parameters, we can see the "artifactId" parameter, that specify

Re: pom, parent and inheritance

2008-08-28 Thread Jo Support
it worked, great! thanks a lot! On Thu, Aug 28, 2008 at 4:10 PM, MedElb <[EMAIL PROTECTED]> wrote: > Hi > > in the frwpom.xml (the son) > just delete the line where u have > and also > > normaly that will be work > > > > > > 2008/8/28 Jo

pom, parent and inheritance

2008-08-28 Thread Jo Support
Hi everybody, Problem: how to inherit dependecies version from a parent Scenario: superpom.xml (the parent one) -- 4.0.0 it.trend superpom 1.0 pom javax.xml jsr173 1.0 frwpom.xml (the son) -

Re: Maven & WebSphere 6.1

2008-06-11 Thread Jo Support
; > > com.ibm.websphere.appserver > com.ibm.ws.runtime.dist_6.1.0 > 6.1 > > > com.ibm.websphere.appserver > com.ibm.ws.runtime_6.1.0 > 6.1 > > > com.ibm.web

Maven & WebSphere 6.1

2008-06-10 Thread Jo Support
Hello folks, I'm following the instructions from http://www.jroller.com/peter_pilgrim/entry/battling_with_maven_2_integrating in order to deploy EJBs for WebSphere 6.1. According to Pilgrim, I should have the following jars under /lib : - wsanttasks.jar - webservices.jar - wsprofile.jar - ffdc.ja

Re: POM - Forcing JDK version

2007-11-28 Thread Jo Support
it works, thanks very much! On Nov 28, 2007 11:03 AM, Stuart McCulloch <[EMAIL PROTECTED]> wrote: > On 28/11/2007, Jo Support <[EMAIL PROTECTED]> wrote: > > > > hi, > > > > i'm trying to force the use of jdk 1.5 in comp

POM - Forcing JDK version

2007-11-28 Thread Jo Support
hi, i'm trying to force the use of jdk 1.5 in compile time, writing this into my pom: maven-compiler-plugin false 1.5 but i still have this error: for-each loops are not supported in -source 1

Re: plexus-archiver snapshot

2007-10-29 Thread Jo Support
egularly. > > Regards, > Brett > > On 29/10/2007, Jo Support <[EMAIL PROTECTED]> wrote: > > thanks, but i don't really know who depends from it. i think it could be > a > > new version of a plugin, but searching through poms in my local repo, > none

Re: plexus-archiver snapshot

2007-10-29 Thread Jo Support
]> wrote: > > I'm just deploying it now, but I highly recommend ensuring you are not > using a snapshot version of the surefire plugin unless you really have > to. > > On 29/10/2007, Jo Support <[EMAIL PROTECTED]> wrote: > > [mavenBuild] [INFO] Failed to reso

plexus-archiver snapshot

2007-10-29 Thread Jo Support
[mavenBuild] [INFO] Failed to resolve artifact. [mavenBuild] [mavenBuild] Couldn't find a version in [1.0-alpha-7, 1.0-alpha-8, 1.0-alpha-9] to match range [1.0-alpha-10-SNAPSHOT,1.0-alpha-10-SNAPSHOT] [mavenBuild] org.codehaus.plexus:plexus-archiver:jar:null I have http://snapshots.repository.c

System dependency and MANIFEST entry

2007-02-23 Thread Jo Support
hi, how to make system dependency added entries in manifest? I mean, this is my dependency in the pom: ... lit-commons ctgclient 1.0 system ${env.LITTOOLSDIR}/${env.SOURCEDIR}/lit-sl-comm/ctgclient- 1.0.jar ... but in the resulting jar's manifest ctgclient-1.0.jar is missing. any s