| Author |
Maven Profile Usage
|
Joe Harry
Ranch Hand
Joined: Sep 26, 2006
Posts: 8795
|
|
Guys,
I have a doubt on using Maven profiles for my application. Can I use profiles to compile using different versions of JDK? Say for example, I have a profile which compiles against JDK 1.4 and the other one with JDK 1.5. I guess this should be possible? Isn't it?
|
SCJP 1.4, SCWCD 1.4 - Hints for you, SCBCD Hints - Demnachst, SCDJWS - Auch Demnachst
Did a rm -R / to find out that I lost my entire Linux installation!
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8145
|
|
|
Yes it's possible. This doc has the details http://maven.apache.org/guides/introduction/introduction-to-profiles.html
|
[My Blog] [JavaRanch Journal]
|
 |
Joe Harry
Ranch Hand
Joined: Sep 26, 2006
Posts: 8795
|
|
|
Thanks for the link!
|
 |
 |
|
|
subject: Maven Profile Usage
|
|
|