You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by Lahiru Sandaruwan <la...@wso2.com> on 2014/11/25 11:10:51 UTC

Eclipse Paho Mqtt client maven repo do not have the jar

Hi,

I faced a build failure due to $subject. It worked after adding "
http://repo.springsource.org/plugins-release/" as mentioned at [2].

Seems we need to find out what is the issue. Shall we move to [2] until
that?

Thanks.

[1]
https://repo.eclipse.org/content/repositories/paho-releases/org/eclipse/paho/mqtt-client/0.4.0/
[2] http://maven-repository.com/artifact/org.eclipse.paho/mqtt-client/0.4.0


-- 
--
Lahiru Sandaruwan
Committer and PMC member, Apache Stratos,
Senior Software Engineer,
WSO2 Inc., http://wso2.com
lean.enterprise.middleware

email: lahirus@wso2.com blog: http://lahiruwrites.blogspot.com/
linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146

Re: Eclipse Paho Mqtt client maven repo do not have the jar

Posted by Lahiru Sandaruwan <la...@wso2.com>.
It has a released one,

 <repository>
    <id>spring-plugin-releases</id>
    <url>http://repo.springsource.org/plugins-release/</url>
  </repository>


On Tue, Nov 25, 2014 at 3:44 PM, Rajkumar Rajaratnam <ra...@wso2.com>
wrote:

> Yes. I also faced the same issue just now.
>
> Solve it with this repo.
>
>         <repository>
>           <id>spring-milestones</id>
>           <url>http://repo.springsource.org/libs-milestone/</url>
>         </repository>
>
> I guess we can include this repo as well.
>
> Thanks.
>
> On Tue, Nov 25, 2014 at 3:40 PM, Lahiru Sandaruwan <la...@wso2.com>
> wrote:
>
>> Hi,
>>
>> I faced a build failure due to $subject. It worked after adding "
>> http://repo.springsource.org/plugins-release/" as mentioned at [2].
>>
>> Seems we need to find out what is the issue. Shall we move to [2] until
>> that?
>>
>> Thanks.
>>
>> [1]
>> https://repo.eclipse.org/content/repositories/paho-releases/org/eclipse/paho/mqtt-client/0.4.0/
>> [2]
>> http://maven-repository.com/artifact/org.eclipse.paho/mqtt-client/0.4.0
>>
>>
>> --
>> --
>> Lahiru Sandaruwan
>> Committer and PMC member, Apache Stratos,
>> Senior Software Engineer,
>> WSO2 Inc., http://wso2.com
>> lean.enterprise.middleware
>>
>> email: lahirus@wso2.com blog: http://lahiruwrites.blogspot.com/
>> linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
>>
>>
>
>
> --
> Rajkumar Rajaratnam
> Committer & PMC Member, Apache Stratos
> Software Engineer, WSO2
>



-- 
--
Lahiru Sandaruwan
Committer and PMC member, Apache Stratos,
Senior Software Engineer,
WSO2 Inc., http://wso2.com
lean.enterprise.middleware

email: lahirus@wso2.com blog: http://lahiruwrites.blogspot.com/
linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146

Re: Eclipse Paho Mqtt client maven repo do not have the jar

Posted by Isuru Haththotuwa <is...@apache.org>.
I'm ok with using these repositories to solve the build failure, but we
need to check why it was deleted from the official paho maven repository
itself. AFAIK, after releasing an artifact it's not usually removed from
the maven repository.

On Tue, Nov 25, 2014 at 3:44 PM, Rajkumar Rajaratnam <ra...@wso2.com>
wrote:

> Yes. I also faced the same issue just now.
>
> Solve it with this repo.
>
>         <repository>
>           <id>spring-milestones</id>
>           <url>http://repo.springsource.org/libs-milestone/</url>
>         </repository>
>
> I guess we can include this repo as well.
>
> Thanks.
>
> On Tue, Nov 25, 2014 at 3:40 PM, Lahiru Sandaruwan <la...@wso2.com>
> wrote:
>
>> Hi,
>>
>> I faced a build failure due to $subject. It worked after adding "
>> http://repo.springsource.org/plugins-release/" as mentioned at [2].
>>
>> Seems we need to find out what is the issue. Shall we move to [2] until
>> that?
>>
>> Thanks.
>>
>> [1]
>> https://repo.eclipse.org/content/repositories/paho-releases/org/eclipse/paho/mqtt-client/0.4.0/
>> [2]
>> http://maven-repository.com/artifact/org.eclipse.paho/mqtt-client/0.4.0
>>
>>
>> --
>> --
>> Lahiru Sandaruwan
>> Committer and PMC member, Apache Stratos,
>> Senior Software Engineer,
>> WSO2 Inc., http://wso2.com
>> lean.enterprise.middleware
>>
>> email: lahirus@wso2.com blog: http://lahiruwrites.blogspot.com/
>> linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
>>
>>
>
>
> --
> Rajkumar Rajaratnam
> Committer & PMC Member, Apache Stratos
> Software Engineer, WSO2
>
> --
> Thanks and Regards,
>
> Isuru H.
> +94 716 358 048* <http://wso2.com/>*
>
>
> * <http://wso2.com/>*
>
>
>

Re: Eclipse Paho Mqtt client maven repo do not have the jar

Posted by Rajkumar Rajaratnam <ra...@wso2.com>.
Yes. I also faced the same issue just now.

Solve it with this repo.

        <repository>
          <id>spring-milestones</id>
          <url>http://repo.springsource.org/libs-milestone/</url>
        </repository>

I guess we can include this repo as well.

Thanks.

On Tue, Nov 25, 2014 at 3:40 PM, Lahiru Sandaruwan <la...@wso2.com> wrote:

> Hi,
>
> I faced a build failure due to $subject. It worked after adding "
> http://repo.springsource.org/plugins-release/" as mentioned at [2].
>
> Seems we need to find out what is the issue. Shall we move to [2] until
> that?
>
> Thanks.
>
> [1]
> https://repo.eclipse.org/content/repositories/paho-releases/org/eclipse/paho/mqtt-client/0.4.0/
> [2]
> http://maven-repository.com/artifact/org.eclipse.paho/mqtt-client/0.4.0
>
>
> --
> --
> Lahiru Sandaruwan
> Committer and PMC member, Apache Stratos,
> Senior Software Engineer,
> WSO2 Inc., http://wso2.com
> lean.enterprise.middleware
>
> email: lahirus@wso2.com blog: http://lahiruwrites.blogspot.com/
> linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
>
>


-- 
Rajkumar Rajaratnam
Committer & PMC Member, Apache Stratos
Software Engineer, WSO2