Re: Migrate project to maven

2007-11-07 Thread Sean Qiu
I am interested in this topic. I have another question, what can maven handle the native code that is distinct from operation systems? Is there any reference to follow? 2007/11/7, Vanja Petreski [EMAIL PROTECTED]: 1) Manually 2) You can play with super pom to override default settings, so

Re: Migrate project to maven

2007-11-07 Thread Vanja Petreski
Operating system can trigger activation of specific profile, so you can have operating system specific builds. On Nov 7, 2007 9:39 AM, Sean Qiu [EMAIL PROTECTED] wrote: I am interested in this topic. I have another question, what can maven handle the native code that is distinct from

Re: Migrate project to maven

2007-11-07 Thread Sean Qiu
thanks, :) 2007/11/7, Vanja Petreski [EMAIL PROTECTED]: Operating system can trigger activation of specific profile, so you can have operating system specific builds. On Nov 7, 2007 9:39 AM, Sean Qiu [EMAIL PROTECTED] wrote: I am interested in this topic. I have another question, what

Migrate project to maven

2007-11-06 Thread Riaz uddin
Hi, I am trying to add a build process to my current project using maven. How do I do this? The documentation shows creating a maven project from scratch but how do i proceed when I already have code? Thanks __ Do You Yahoo!? Tired of spam?

Re: Migrate project to maven

2007-11-06 Thread Vanja Petreski
1) Manually 2) You can play with super pom to override default settings, so that Maven knows for your custom project structure. V On Nov 7, 2007 6:02 AM, Riaz uddin [EMAIL PROTECTED] wrote: Hi, I am trying to add a build process to my current project using maven. How do I do this? The