Re: HOW TO RUN MULTIPLE PACKAGING USING DIFFERENT ENV?

2007-10-30 Thread mailming
gt; mvn package -DEnv=Alpha >>>> >>>> maven package into file-0.5-snapshot-alpha.ear >>>> >>>> and then >>>> >>>> mvn package -DEnv=Delta >>>> >>>> maven pack

Re: HOW TO RUN MULTIPLE PACKAGING USING DIFFERENT ENV?

2007-10-29 Thread Tim Kettler
mailming schrieb: > This is a great approach, and I do see the ear-plugin package twice. > > However, after server testing, I c the filters in the profile doesn't get to > processed, that is, the packaging doesn't go back to resource level redo > filtering, which is I need. > > Do I have some k

Re: HOW TO RUN MULTIPLE PACKAGING USING DIFFERENT ENV?

2007-10-23 Thread mailming
ta >> >> maven package into file-0.5-snapshot-delta.ear >> >> but I need to do multiple packaging which is >> >> do something like mvn package -DEnv=Delta package -DEnv=Alpha, so it can >> package twice in the same process and with different Env profile, >> >

Re: HOW TO RUN MULTIPLE PACKAGING USING DIFFERENT ENV?

2007-10-03 Thread Tim Kettler
Hi, please don't write in all caps (even if it's just the subject), this is considered rude. People will decide to read and answer you question not based on how strong you try to advertise it but on how good you describe your problem and if they know an answer. Regarding your question. this

HOW TO RUN MULTIPLE PACKAGING USING DIFFERENT ENV?

2007-10-01 Thread mailming
to do multiple packaging which is do something like mvn package -DEnv=Delta package -DEnv=Alpha, so it can package twice in the same process and with different Env profile, Hopefully this is doable. --Ming -- View this message in context: http://www.nabble.com/HOW-TO-RUN-MULTIPLE-PACKAGING