how to find what libraries are used?

2008-12-22 Thread aymen83
hi, i have a question: i want to know what versions of artifacts are used to compile my project? i 'm using mvn dependency:resolve but i have some doubt about the result this command shows the versions which are in my classpath? or the one's used in the compilation? -- View this message in

Re: questions about profiles?

2008-12-22 Thread aymen83
the profile on the command line, it will use 2.5.6, if you specify -Plegacy that will deactivate all other profiles, as specifying a profile on the command line deactivates any profiles that are active by default -Stephen 2008/12/22 aymen83 aymen.bhm...@yahoo.fr the property is used

Re: questions about profiles?

2008-12-22 Thread aymen83
i have changed my pom. the compilation is successful but i want to confirm that the project was compiled with spring 2.0.8 is there any way to know? thanks for help aymen83 wrote: i know that. I've done that way before but i was confused because it seem to me not working thus instead

mvn dependency:resolve what's it for?

2008-12-22 Thread aymen83
-- View this message in context: http://www.nabble.com/mvn-dependency%3Aresolve-what%27s-it-for--tp21125880p21125880.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: mvn dependency:resolve what's it for?

2008-12-22 Thread aymen83
, dependency:resolvehttp://maven.apache.org/plugins/maven-dependency-plugin/resolve-mojo.htmltells Maven to resolve all dependencies and displays the version. This is what it does for my projects. Do you have a specific question about its operation? On Mon, Dec 22, 2008 at 9:52 PM, aymen83 aymen.bhm

Re: mvn dependency:resolve what's it for?

2008-12-22 Thread aymen83
a profile? If you activated a profile, then to see the same results with dependency:resolve, you would also need to activate the same profile when running that goal. On Mon, Dec 22, 2008 at 10:11 PM, aymen83 aymen.bhm...@yahoo.fr wrote: my question is if i compile my project with spring

RE: mvn dependency:resolve what's it for?

2008-12-22 Thread aymen83
- From: aymen83 [mailto:aymen.bhm...@yahoo.fr] Sent: Monday, December 22, 2008 8:04 AM To: users@maven.apache.org Subject: Re: mvn dependency:resolve what's it for? ok, thanks for the clarification cheers Brett Randall-2 wrote: my project was initially compiled with spring 2.5.6

Re: how to find what libraries are used?

2008-12-22 Thread aymen83
or mvn dependency:tree Cheers. PS : btw, saying a little thank you at the end of a question on a mailing is a quite commonly admitted practice, which can even help getting answers sometimes... 2008/12/22 aymen83 aymen.bhm...@yahoo.fr hi, i have a question: i want to know what

Re: mvn dependency:resolve what's it for?

2008-12-22 Thread aymen83
thanks Martin :handshake: matinh wrote: You define a property Spring.Version but use it as ${Spring.version}. You see the difference in upper and lower case? hth, - martin On 22 Dec 2008, aymen83 wrote: i'm really confused. I wrote the following profile but after compilation

Re: questions about profiles?

2008-12-21 Thread aymen83
, but where did you use this property somewhere else in your pom? And how do you run maven? What did you put after -P? Cheers 2008/12/19 aymen83 aymen.bhm...@yahoo.fr two profiles this is what i have done and this the profile for spring 2.0.8 profile idlegacy/id

questions about profiles?

2008-12-19 Thread aymen83
hi i've been searching for a way to override the version of an Artifact using profiles, is that possible? the idea is to change the version of framework when compiling a project, for instance, the project is compiled using spring 2.5 and i want to write a profile to compile it with the version

Re: custuminsing profile

2008-12-19 Thread aymen83
sorry for this spelling error. Any way i searched in order to find something about the subject but there was no result Mark Jackson-8 wrote: Have I missed something, or is 'custuminsing' a new techy word? ;) On 17 Dec 2008, at 14:00, aymen83 wrote: hi all, i have a question: profiles

Re: Error compiling hello world maven plugin

2008-12-19 Thread aymen83
hi; org.apache.maven i think this must be declared as plugin not a dependency. Every thing related to maven as well Enrico Boldrini wrote: Hello, I'm not able to compile the following hello world maven plugin (composed by two files): pom.xml: ?xml version=1.0 encoding=UTF-8?

Re: questions about profiles?

2008-12-19 Thread aymen83
not working since when i tape mvn dependency:resolve i only have spring2.5.6 thanks for helping aymen83 wrote: hi i've been searching for a way to override the version of an Artifact using profiles, is that possible? the idea is to change the version of framework when compiling a project

Re: mvn dependency:analyse

2008-12-19 Thread aymen83
thanks John sometimes i do silly things? John Prystash wrote: Maybe try: mvn dependency:analyze Using a z instead of s? From: aymen83 aymen.bhm...@yahoo.fr To: users@maven.apache.org Sent: Friday, December 19, 2008 10:23:02 AM Subject: mvn

RE: mvn dependency:analyse

2008-12-19 Thread aymen83
of confusion. I haven't really played with it myself but I thought I would mention that it is there. --- Todd Thiessen -Original Message- From: aymen83 [mailto:aymen.bhm...@yahoo.fr] Sent: Friday, December 19, 2008 10:46 AM To: users@maven.apache.org Subject: Re: mvn

RE: mvn dependency:analyse

2008-12-19 Thread aymen83
of confusion. I haven't really played with it myself but I thought I would mention that it is there. --- Todd Thiessen -Original Message- From: aymen83 [mailto:aymen.bhm...@yahoo.fr] Sent: Friday, December 19, 2008 10:46 AM To: users@maven.apache.org Subject: Re: mvn

RE: mvn dependency:analyse

2008-12-19 Thread aymen83
of confusion. I haven't really played with it myself but I thought I would mention that it is there. --- Todd Thiessen -Original Message- From: aymen83 [mailto:aymen.bhm...@yahoo.fr] Sent: Friday, December 19, 2008 10:46 AM To: users@maven.apache.org Subject: Re: mvn

RE: mvn dependency:analyse

2008-12-19 Thread aymen83
. I haven't really played with it myself but I thought I would mention that it is there. --- Todd Thiessen -Original Message- From: aymen83 [mailto:aymen.bhm...@yahoo.fr] Sent: Friday, December 19, 2008 10:46 AM To: users@maven.apache.org Subject: Re: mvn dependency:analyse

override the maven profile doesn't work

2008-12-17 Thread aymen83
hi all, i have a question: profiles are done to provide a specific environment of building a project, so what i wanna do is: - i wanna provide a profile for building my project using a différent version of framework such as spring, to do this i changed the settings.xml of maven and added another

custuminsing profile

2008-12-17 Thread aymen83
hi all, i have a question: profiles are done to provide a specific environment of building a project, so what i wanna do is: - i wanna provide a profile for building my project using a différent version of framework such as spring, to do this i changed the settings.xml of maven and added another

Re: warning

2008-12-15 Thread aymen83
thanks for the response :handshake: aymen83 wrote: hi, i resolved my problem. It's due to a broken jar, now my projects compiles but i have somze warnings. Any one knows what does means? Do i have to make some changes to my pom.xml? [WARNING] D:\MyWorkspace\WebService Plateform

Re: mvn -e clean install errors

2008-12-15 Thread aymen83
thanks for reply, i know it's compilation failure but what i don't know if it's related to maven or to my project. NB: i compiled my project successfully before but after installing Artifactory it fails aymen83 wrote: hi everybody, when i try to compile my project i have these errors. I'm

warning

2008-12-15 Thread aymen83
hi, i resolved my problem. It's due to a broken jar, now my projects compiles but i have somze warnings. Any one knows what does means? Do i have to make some changes to my pom.xml? [WARNING] D:\MyWorkspace\WebService