2 Replies Latest reply on Mar 30, 2015 6:18 AM by anikulin

    Avoid resolving environment variables durung the build

    anikulin

      Hi,

       

      I'm using environment variables in switchyard.xml file (for example, ${env.TEST_URL}) and the problem is that these variables are resolved during the Maven build. Compiled switchyard.xml has concrete value of this variable that is set on my local. But I want to avoid such behaviour and desire the variables to leave as variables and be resolved at the deployment time.

      Is it possible to do this?

       

      Any help is appreciated.

       

      Thanks, Anton