Thanks Nirmal! From: Nirmal Fernando <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Monday, June 2, 2014 10:20 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: What version of Stratos is currently stored on WSO2 repository
If you want to maintain a custom distribution, you should change the version. On Mon, Jun 2, 2014 at 10:13 PM, Jeffrey Nguyen (jeffrngu) <[email protected]<mailto:[email protected]>> wrote: Super! Could you also confirm that the "<version>4.0.0-SNAPSHOT</version>" will also need to change the whatever version I'm compiling locally, e.g. 4.0.0-incubating if I'm using 4.0.0 RC3? Or does that become irrelevant since remote decency is now disabled? Thanks, -Jeffrey From: Nirmal Fernando <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Monday, June 2, 2014 9:25 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: What version of Stratos is currently stored on WSO2 repository Lahiru informed me that following would do. <releases> <enabled>false</enabled> <updatePolicy>daily</updatePolicy> <checksumPolicy>ignore</checksumPolicy> </releases> On Mon, Jun 2, 2014 at 9:53 PM, Jeffrey Nguyen (jeffrngu) <[email protected]<mailto:[email protected]>> wrote: Thanks Lahiru, Imesh for looking into this. The reason I ask because we're currently building topology listener with the dependency on org.apache.stratos.messaging defined below. Is the URL correct? Also, say if I want to define the dependency so that topology listener will only use org.apache.stratos.messaging produced as a result of building my local copy of Stratos. How do I do that without making topology listener part of Stratos maven project? <repositories> <repository> <id>wso2-nexus</id> <name>WSO2 internal Repository</name> <url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> <checksumPolicy>ignore</checksumPolicy> </releases> </repository> </repositories> <dependencies> <dependency> <groupId>org.apache.stratos</groupId> <artifactId>org.apache.stratos.messaging</artifactId> <version>4.0.0-SNAPSHOT</version> </dependency> </dependencies> Thanks, -Jeffrey From: Imesh Gunaratne <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Monday, June 2, 2014 2:27 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: What version of Stratos is currently stored on WSO2 repository Hi Jeffrey, I think we have a misunderstanding here. http://maven.wso2.org/nexus is a Nexus repository therefore it could contain any maven artifact cached by the Nexus. WSO2 maven repository could be found at dist.wso2.org<http://dist.wso2.org>. I checked dist.wso2.org<http://dist.wso2.org> and it does not have any Stratos artifacts. [1] http://maven.wso2.org/nexus [2] http://dist.wso2.org/maven2 Thanks On Mon, Jun 2, 2014 at 9:54 AM, Lahiru Sandaruwan <[email protected]<mailto:[email protected]>> wrote: Seems we have mistakenly uploaded artifacts to a wrong repository. Will look into this. Thanks. On Mon, Jun 2, 2014 at 9:27 AM, Lahiru Sandaruwan <[email protected]<mailto:[email protected]>> wrote: Hi Jeffrey, There is no WSO2 repository used for storing Apache Stratos artifacts AFAIK. Did you see this Url during a maven build? If so, Maven tries to pull artifacts from all the possible repositories mentioned in the pom.xml. Hence you can see Maven trying to download artifacts from wrong Urls. Send the error logs if you are facing any building issues etc. Thanks. On Mon, Jun 2, 2014 at 8:49 AM, Jeffrey Nguyen (jeffrngu) <[email protected]<mailto:[email protected]>> wrote: Hi, Can someone tell me what branch/version of Stratos is currently built under http://maven.wso2.org/nexus/content/groups/wso2-public/org/apache/stratos/org.apache.stratos.messaging/4.0.0-SNAPSHOT/? It looks to me these snapshots are being built from the Stratos release branch and it is updated according to the release branch RC. Is this the official maven repository for Apache Stratos? Thanks, -Jeffrey -- -- Lahiru Sandaruwan Committer and PMC member, Apache Stratos, Senior Software Engineer, WSO2 Inc., http://wso2.com lean.enterprise.middleware email: [email protected]<mailto:[email protected]> cell: (+94) 773 325 954<tel:%28%2B94%29%20773%20325%20954> blog: http://lahiruwrites.blogspot.com/ twitter: http://twitter.com/lahirus linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146 -- -- Lahiru Sandaruwan Committer and PMC member, Apache Stratos, Senior Software Engineer, WSO2 Inc., http://wso2.com lean.enterprise.middleware email: [email protected]<mailto:[email protected]> cell: (+94) 773 325 954<tel:%28%2B94%29%20773%20325%20954> blog: http://lahiruwrites.blogspot.com/ twitter: http://twitter.com/lahirus linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146 -- Imesh Gunaratne Technical Lead, WSO2 Committer & PPMC Member, Apache Stratos -- Best Regards, Nirmal Nirmal Fernando. PPMC Member & Committer of Apache Stratos, Senior Software Engineer, WSO2 Inc. Blog: http://nirmalfdo.blogspot.com/ -- Best Regards, Nirmal Nirmal Fernando. PPMC Member & Committer of Apache Stratos, Senior Software Engineer, WSO2 Inc. Blog: http://nirmalfdo.blogspot.com/
