Hi

I would like Continuum to install multiple versions of jars (dev, test and
live). I have successfully edited my pom.xml to deploy a different jar
depending on an ${env} property (set in a profile):

<plugin>
  <artifactId>maven-jar-plugin</artifactId>
  <configuration>
  <classifier>${env}</classifier>
  </configuration>
</plugin>

However, although you can specify a comma-separated list of profiles, it
appears that only the last one given is used when installing the jar. Is it
possible to configure the pom so that I don't have to set up multiple
projects in Continuum, indentical in all respects apart from specifying a
different profile?

Thanks

Jonny
-- 
View this message in context: 
http://www.nabble.com/Installing-multiple-environment-specific-JARs-in-one-go-tp15587869s177p15587869.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to