> > Bad sample case. That can be done with properties. What I would nead now is > the property that would come from file that is not commited to SVN. I would > like to set target dir with that property. So everyone that works with > project can set target dir pointing to Tomcat webapp dir. If properties > would be in some .properties file than every developer could set those > properties only once. The problem is that POMs are soposed to be commited so > everyone must set its taget dir in POM and be careful not to commit them. > --
properties can also be set in each user's settings.xml, so create a property in your pom, you can then optionally give it a default value in that pom, then have each user over-ride it in their settings.xml file. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
