Connect with Peer Bloggers

Get your Bloggers ID and network with best bloggers around the world.

20

How to activate maven profile inside eclipse

Czetsuya
czetsuya's tech ― Normally maven is use for project dependency management and lifecycle, so there are several developers working on it. Each has its own development environment either in windows, linux or mac.To do this we create several profiles for each developer in pom.xml. <profiles> <profile> <id>windows</id> <properties> <jboss.home>C:/manaty/jboss-4.2.3.GA</jboss.home> </properties> </profile> <profile> <id>linux</id> [...]
How to activate maven profile inside eclipse

Voted by 1 User



What would you say?

Be the first to comment on this blog post! Sign in or Create an account.