Hi Devs, Found the reason. Environment variable was not registered at that point. After restarting the system it got updated.
@Rajjaz thanks. You are correct. Modified the config. Thanks, Nuwan On Mon, Dec 14, 2015 at 12:25 PM, Rajjaz Mohammed <[email protected]> wrote: > > > > export M2_HOME=/usr/local/apache-maven-3.2.5 >> export M2=$M2_HOME/bin >> export PATH=$M2/bin:$PATH >> >> Hi Nuwan, > why you use M2 variable? > its seems like /usr/local/apache-maven-3.2.5/bin/bin > > try > export M2_HOME=/usr/local/apache-maven-3.2.5 > export PATH=$M2_HOME/bin:$PATH > > -- > Thank you > Best Regards > > *Rajjaz HM* > Associate Software Engineer > WSO2 Inc. <http://wso2.com/> > lean | enterprise | middleware > Mobile | +94752833834 > Email | [email protected] > LinkedIn | Blogger | WSO2 Profile > <http://wso2.com/about/team/mohammer_rajjaz/> > -- ---------------------------------------------------------- *Nuwan Chamara Pallewela* *Software Engineer* *WSO2, Inc. *http://wso2.com *lean . enterprise . middleware* Email *[email protected] <[email protected]>* Mobile *+94719079739@*
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
