TMP_PWD=$(pwd)
TEST=true
cd $TMP_PWD/service-stubs/org.wso2.carbon.identity.authenticator.saml2.sso.stub/4.2.1
mvn clean install -Dmaven.test.skip=$TEST
cd $TMP_PWD/service-stubs/org.wso2.carbon.identity.sso.saml.stub/4.2.1/
mvn clean install -Dmaven.test.skip=$TEST

cd $TMP_PWD/components/identity/org.wso2.carbon.identity.core/4.2.2/
mvn clean install -Dmaven.test.skip=$TEST
cd $TMP_PWD/components/identity/org.wso2.carbon.identity.sso.saml/4.2.2/
mvn clean install -Dmaven.test.skip=$TEST
cd $TMP_PWD/components/identity/org.wso2.carbon.identity.sso.saml.ui/4.2.1/
mvn clean install -Dmaven.test.skip=$TEST
cd $TMP_PWD/components/authenticators/saml2-sso-authenticator/org.wso2.carbon.identity.authenticator.saml2.sso/4.2.1
mvn clean install -Dmaven.test.skip=$TEST
cd $TMP_PWD/components/authenticators/saml2-sso-authenticator/org.wso2.carbon.identity.authenticator.saml2.sso.common/4.2.1
mvn clean install -Dmaven.test.skip=$TEST
cd $TMP_PWD/components/sts/org.wso2.carbon.sts/4.2.1
mvn clean install -Dmaven.test.skip=$TEST


cd $TMP_PWD/features/identity/identity-core/org.wso2.carbon.identity.core.server.feature/4.2.2/
mvn clean install -Dmaven.test.skip=$TEST
cd $TMP_PWD/features/identity/identity-core/org.wso2.carbon.identity.core.feature/4.2.2/
mvn clean install -Dmaven.test.skip=$TEST
cd $TMP_PWD/features/identity/sso-saml/org.wso2.carbon.identity.sso.saml.server.feature/4.2.2/
mvn clean install -Dmaven.test.skip=$TEST
cd $TMP_PWD/features/identity/sso-saml/org.wso2.carbon.identity.sso.saml.ui.feature/4.2.1/
mvn clean install -Dmaven.test.skip=$TEST
cd $TMP_PWD/features/identity/sso-saml/org.wso2.carbon.identity.sso.saml.feature/4.2.2/
mvn clean install -Dmaven.test.skip=$TEST

cd $TMP_PWD/features/authenticators/saml2-sso/org.wso2.carbon.identity.authenticator.saml2.sso.server.feature$ cd 4.2.1
mvn clean install -Dmaven.test.skip=$TEST
cd $TMP_PWD/features/authenticators/saml2-sso/org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature/4.2.2
mvn clean install -Dmaven.test.skip=$TEST
cd $TMP_PWD/features/authenticators/saml2-sso$ cd org.wso2.carbon.identity.authenticator.saml2.sso.feature/4.2.2/
mvn clean install -Dmaven.test.skip=$TEST

cd $TMP_PWD/features/sts/org.wso2.carbon.sts.server.feature/4.2.1
mvn clean install -Dmaven.test.skip=$TEST
cd $TMP_PWD/features/sts/org.wso2.carbon.sts.feature/4.2.1
mvn clean install -Dmaven.test.skip=$TEST


    





