Re: Explicit Profile Activation doesn't work for me

2008-09-02 Thread Danny
Good observation, but that's not it. I had to edit the profile.xml pasted here to make it easier to follow. Besides, 'mvn validate' would have caught that. Any other ideas? -- View this message in context: http://n2.nabble.com/Explicit-Profile-Activation-doesn%27t-work-for-me-tp834749p835628.

Re: Setting Class Paths in the POM.XML

2008-09-02 Thread Jason van Zyl
That is not the central repository just for clarification. http://repo1.maven.org/maven2/ On 2-Sep-08, at 5:54 PM, Michael McCallum wrote: many of the felix jars are in the central repo which one are you missing? http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/felix/ On Wed, 03 Se

Re: Setting Class Paths in the POM.XML

2008-09-02 Thread Michael McCallum
many of the felix jars are in the central repo which one are you missing? http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/felix/ On Wed, 03 Sep 2008 12:46:51 Michael McGrady wrote: > I should have noted that the dependency I am interested in is not in > the Maven repository. I am intere

Re: Setting Class Paths in the POM.XML

2008-09-02 Thread Michael McCallum
short answer is don't, define the dependencies that you need and let maven figure out the jars... http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html you may need to install the relevant jars into a local repository On Wed, 03 Sep 2008 11:57:17 Michael McGrady

Re: Setting Class Paths in the POM.XML

2008-09-02 Thread Michael McGrady
I should have noted that the dependency I am interested in is not in the Maven repository. I am interested in using the Felix implementation of OSGi. Thanks, again. Mike On Sep 2, 2008, at 4:57 PM, Michael McGrady wrote: How do I configure the pom.xml to pickup jar files in the lib and

Setting Class Paths in the POM.XML

2008-09-02 Thread Michael McGrady
How do I configure the pom.xml to pickup jar files in the lib and devlib directories? Michael McGrady Senior Engineer Topia Technology, Inc. [EMAIL PROTECTED] 1 (253) 720-3365 - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [INFO] Dependency ... has changed ... messages during build

2008-09-02 Thread gotama
Yeah, I see that... I actually edited my post. The groupIds are the same... for the post - I attempted to replace my domain with "mycompany" and pasted over the word "legacy" instead. Oops. Anyway, the groupIds are in fact the same. Sorry for the confusion. Please let me know if you have further

RE: Explicit Profile Activation doesn't work for me

2008-09-02 Thread Martin Gainty
needs an end tag of Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to

Can maven insert into xbean.xml ?

2008-09-02 Thread Mick Knutson
I am using the following plugin: org.apache.servicemix.tooling jbi-maven-plugin true I am wondering if this plugin, or another one will automatically add my into *... ... go here...* in my xbean.xml so I do not have to

Re: [INFO] Dependency ... has changed ... messages during build

2008-09-02 Thread Wayne Fay
You do see the differences, right? > {groupId=com.stubhub.mycompany.globalLib, artifactId=saxon-xpath, version=8, > {groupId=com.mycompany.legacy.globalLib, artifactId=saxon-xpath, version=8, com.stubhub... vs ...legacy.globalLib Don't ask me what is going on -- I have no idea. But this is certai

Explicit Profile Activation doesn't work for me

2008-09-02 Thread Danny
Hi! It seems that the profile activation isn't working for me, even though I explicitly tell Maven to activate it with the -P option. Background: I have an external profile file (profiles.xml) that has some properties in each profile section: prof1 X prof2

[INFO] Dependency ... has changed ... messages during build

2008-09-02 Thread gotama
After installing 3rd party dependencies in Nexus and then building a war, the first time the build runs the dependencies are downloaded fine from Nexus, the second time I get a INFO message for every one of the dependencies I added: [INFO] Dependency[Dependency {groupId=com.stubhub.mycompany.glo

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-02 Thread Pedro Viegas
I think I know the reason... Not Maven or Eclipse related! My other projects were AspectJ ones. They have many aspects and these classes are not hot replaced. I guess this is a limitation/feature of AspectJ. :-( On Tue, Sep 2, 2008 at 2:50 PM, Pedro Viegas <[EMAIL PROTECTED]> wrote: > Martin... T

Re: Approach for multi-projects based on same base code

2008-09-02 Thread Geoffrey Wiseman
On Mon, Sep 1, 2008 at 9:26 AM, jfbaro <[EMAIL PROTECTED]> wrote: > I am studying Maven now and I think it might be just what we need to make > our builds easier and also (more important) standardizing our projects's > structures. > > See our scenario: > > We have the same trunk application but wi

Re: [ANN] Maven Dependency Tree 1.2 Released

2008-09-02 Thread Mark Hobson
2008/9/2 Geoffrey Wiseman <[EMAIL PROTECTED]>: > On Tue, Sep 2, 2008 at 10:42 AM, Mark Hobson <[EMAIL PROTECTED]> wrote: > >> ** Improvement >>* [MSHARED-5] - Track selectVersionFromRange event in dependency tree >> nodes > > Is this an entirely internal capaibility, or does it result in some >

Re: [ANN] Maven Dependency Tree 1.2 Released

2008-09-02 Thread Geoffrey Wiseman
On Tue, Sep 2, 2008 at 11:18 AM, Geoffrey Wiseman < [EMAIL PROTECTED]> wrote: > On Tue, Sep 2, 2008 at 10:42 AM, Mark Hobson <[EMAIL PROTECTED]> wrote: > >> ** Improvement >>* [MSHARED-5] - Track selectVersionFromRange event in dependency tree >> nodes >> > > Is this an entirely internal capai

Re: maven-native-plugin

2008-09-02 Thread Dan Tran
http://mojo.codehaus.org/maven-native/native-maven-plugin/ On Tue, Sep 2, 2008 at 3:26 AM, Laura Lozano <[EMAIL PROTECTED]> wrote: > hello, > > I'm trying to use the maven native plugin in order to compile a c++ project > with maven. > In the pom.xml I have added the next entry to obtain the plugi

Re: [ANN] Maven Dependency Tree 1.2 Released

2008-09-02 Thread Geoffrey Wiseman
On Tue, Sep 2, 2008 at 10:42 AM, Mark Hobson <[EMAIL PROTECTED]> wrote: > ** Improvement >* [MSHARED-5] - Track selectVersionFromRange event in dependency tree > nodes > Is this an entirely internal capaibility, or does it result in some end-user-visible enhancement that I'm not currently und

[ANN] Maven Dependency Tree 1.2 Released

2008-09-02 Thread Mark Hobson
The Maven team is pleased to announce the release of Maven Dependency Tree, version 1.2 This component constructs a tree model of a Maven project's dependencies. http://maven.apache.org/shared/maven-dependency-tree/ You should specify the version in your project's plugin configuration: org.ap

Re: Maven release plugin

2008-09-02 Thread Zucchi Alessandro
I'm interested in particulary to new future MRELEASE-321, but the real problem (for me) is that I must apply my patch (MRELEASE-323 not and I think will never be fixed) to a stable version and not to a snapshot version to use maven-release-plugin in my factory. Bye Wendy Smoak-3 wrote: >

Re: Maven release plugin

2008-09-02 Thread Wendy Smoak
On Tue, Sep 2, 2008 at 6:12 AM, Zucchi Alessandro <[EMAIL PROTECTED]> wrote: > Someone know when the 2.0-beta-8 of maven release plugin will be released ? > Regards Is there a particular issue you're interested in? Release is on the top of the list of plugins with bugs that are already fixed, h

Re: Maven release plugin

2008-09-02 Thread Olivier Lamy
Sorry not for me. There is only 26 hours per day :-) 2008/9/2 Zucchi Alessandro <[EMAIL PROTECTED]>: > > Not possbile at the begin of September? > Bye > > > > Olivier Lamy wrote: >> >> Hi, >> Personnaly, I have planned to do it near end of September. >> >> -- >> Olivier >> >> 2008/9/2 Zucchi Aless

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-02 Thread Pedro Viegas
Martin... THANKS! I tried the antiJARLocking=true like you said and the inner modules began to work. I now have all classes hot-code replacing fine, as long as they are of the same eclipse project (in it's build path). Only one little detail is missing, and it would be very handy. Dependent proje

Re: Maven release plugin

2008-09-02 Thread Zucchi Alessandro
Not possbile at the begin of September? Bye Olivier Lamy wrote: > > Hi, > Personnaly, I have planned to do it near end of September. > > -- > Olivier > > 2008/9/2 Zucchi Alessandro <[EMAIL PROTECTED]>: >> >> Someone know when the 2.0-beta-8 of maven release plugin will be >> released ? >> R

Re: Maven release plugin

2008-09-02 Thread Mark Struberg
+1 The list of open Jiras is long, so we should start working on this asap. LieGrü, strub --- Olivier Lamy <[EMAIL PROTECTED]> schrieb am Di, 2.9.2008: > Von: Olivier Lamy <[EMAIL PROTECTED]> > Betreff: Re: Maven release plugin > An: "Maven Users List" > Datum: Dienstag, 2. September 2008, 15

Re: Maven release plugin

2008-09-02 Thread Olivier Lamy
Hi, Personnaly, I have planned to do it near end of September. -- Olivier 2008/9/2 Zucchi Alessandro <[EMAIL PROTECTED]>: > > Someone know when the 2.0-beta-8 of maven release plugin will be released ? > Regards > Alex. > -- > View this message in context: > http://www.nabble.com/Maven-release-

Maven release plugin

2008-09-02 Thread Zucchi Alessandro
Someone know when the 2.0-beta-8 of maven release plugin will be released ? Regards Alex. -- View this message in context: http://www.nabble.com/Maven-release-plugin-tp19269992p19269992.html Sent from the Maven - Users mailing list archive at Nabble.com. --

RE: Help with getting plugins

2008-09-02 Thread Paul van Leeuwen (Collis)
The following text is copied from: http://maven.apache.org/general.html#importing-jars If you understand the layout of the maven repository, you can copy the jar directly into where it is meant to go. Maven will find this file next time it is run. If you are not confident about the layout of the

maven-native-plugin

2008-09-02 Thread Laura Lozano
hello, I'm trying to use the maven native plugin in order to compile a c++ project with maven. In the pom.xml I have added the next entry to obtain the plugin: maven maven-native-plugin 1.1 The plugin is correctly downloaded, but when I try to execute the install g

Help with getting plugins

2008-09-02 Thread Tsao, L (Lewis)
I am trying to download Maven plugins manually and need some help. Reason for doing this is because I am behind a very tight company firewall where downloads are highly controlled. Maven auto download of plugins is not possible. I have found some of the documents on setting up local repositorie