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> [...]
What would you say?
Be the first to comment on this blog post! Sign in or Create an account.