You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Rafael Weingartner <ra...@gmail.com> on 2015/03/18 21:15:48 UTC

Cloudstack modules on maven repository

Hi devs,

I just started extending Cloustack, I have spent almost a whole day
configuring and building everything on eclipse. I noticed that CS modules
are not in maven central repository, therefore, I have to download,
configure, compile and build everything in order to work in one or other
module. I was wondering is there any repository out there on the Internet,
maybe an apache dev repository, with all of those modules ready to use that
I can point as an extra repository in maven?

-- 
Rafael Weingärtner

Re: Cloudstack modules on maven repository

Posted by Ian Duffy <ia...@ianduffy.ie>.
Hey,

There is an apache Nexus repository available at https://repository.apache.org

If you search cloudstack you will see there are some old builds up
there https://repository.apache.org/#nexus-search;quick~cloudstack

There is documentation on the apache site about pushing items up there
http://www.apache.org/dev/publishing-maven-artifacts.html

It would be neat if we could get our CI to do versioning and push a
build artifact for each build.

** slightly off topic **  Awhile back I changed some of the jenkins
jobs to expose the cloud-client-ui war. All of the JARs are included
within this. This script
(https://github.com/imduffy15/cloudstack-cloudmonkey/blob/master/.tools/ci/cloudstack-simulator.sh)
shows downloading that war, unzipping it, finding the database util
classes, running the database creator scripts and deploying the WAR
with jetty. http://jenkins.buildacloud.org/view/4.3/job/cloudstack-4.3-maven-build-noredist/lastSuccessfulBuild/

On 18 March 2015 at 21:15, Rafael Weingartner
<ra...@gmail.com> wrote:
> Got it.
> Thanks for registering the jira issue.
> I was going to do that. ;)
>
> On Wed, Mar 18, 2015 at 6:00 PM, Laszlo Hornyak <la...@gmail.com>
> wrote:
>
>> Hi,
>>
>> As far asI know, there is no such repsoitory. It would be great to use the
>> central repository, but first we have to get rid of extra maven
>> repositories. (libvirt and ceph for example)
>> I registered a jira issue:
>> https://issues.apache.org/jira/browse/CLOUDSTACK-8335
>>
>>
>> On Wed, Mar 18, 2015 at 9:15 PM, Rafael Weingartner <
>> rafaelweingartner@gmail.com> wrote:
>>
>> > Hi devs,
>> >
>> > I just started extending Cloustack, I have spent almost a whole day
>> > configuring and building everything on eclipse. I noticed that CS modules
>> > are not in maven central repository, therefore, I have to download,
>> > configure, compile and build everything in order to work in one or other
>> > module. I was wondering is there any repository out there on the
>> Internet,
>> > maybe an apache dev repository, with all of those modules ready to use
>> that
>> > I can point as an extra repository in maven?
>> >
>> > --
>> > Rafael Weingärtner
>> >
>>
>>
>>
>> --
>>
>> EOF
>>
>
>
>
> --
> Rafael Weingärtner

Re: Cloudstack modules on maven repository

Posted by Rafael Weingartner <ra...@gmail.com>.
Got it.
Thanks for registering the jira issue.
I was going to do that. ;)

On Wed, Mar 18, 2015 at 6:00 PM, Laszlo Hornyak <la...@gmail.com>
wrote:

> Hi,
>
> As far asI know, there is no such repsoitory. It would be great to use the
> central repository, but first we have to get rid of extra maven
> repositories. (libvirt and ceph for example)
> I registered a jira issue:
> https://issues.apache.org/jira/browse/CLOUDSTACK-8335
>
>
> On Wed, Mar 18, 2015 at 9:15 PM, Rafael Weingartner <
> rafaelweingartner@gmail.com> wrote:
>
> > Hi devs,
> >
> > I just started extending Cloustack, I have spent almost a whole day
> > configuring and building everything on eclipse. I noticed that CS modules
> > are not in maven central repository, therefore, I have to download,
> > configure, compile and build everything in order to work in one or other
> > module. I was wondering is there any repository out there on the
> Internet,
> > maybe an apache dev repository, with all of those modules ready to use
> that
> > I can point as an extra repository in maven?
> >
> > --
> > Rafael Weingärtner
> >
>
>
>
> --
>
> EOF
>



-- 
Rafael Weingärtner

Re: Cloudstack modules on maven repository

Posted by Laszlo Hornyak <la...@gmail.com>.
Hi,

As far asI know, there is no such repsoitory. It would be great to use the
central repository, but first we have to get rid of extra maven
repositories. (libvirt and ceph for example)
I registered a jira issue:
https://issues.apache.org/jira/browse/CLOUDSTACK-8335


On Wed, Mar 18, 2015 at 9:15 PM, Rafael Weingartner <
rafaelweingartner@gmail.com> wrote:

> Hi devs,
>
> I just started extending Cloustack, I have spent almost a whole day
> configuring and building everything on eclipse. I noticed that CS modules
> are not in maven central repository, therefore, I have to download,
> configure, compile and build everything in order to work in one or other
> module. I was wondering is there any repository out there on the Internet,
> maybe an apache dev repository, with all of those modules ready to use that
> I can point as an extra repository in maven?
>
> --
> Rafael Weingärtner
>



-- 

EOF