> Problem is: I have a war which should run Websphere and I also
> on jetty or tomcat. The war contains a business.jar, which holds Spring
> configuration, beans etc.

Instead of 2 profiles, I would make a few projects. One would be a
common WAR with the common elements. Then another WAR depending on the
common one which creates your jetty WAR (use War overlaying), and
finally a third one with the Websphere WAR file. Your build process
should build and install/deploy all three at once, use slightly
different artifactIds of course across the three projects.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to