Cloudstack modules on maven repository

2015-03-18 Thread Rafael Weingartner
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

2015-03-18 Thread Laszlo Hornyak
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 <
rafaelweingart...@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


Re: Cloudstack modules on maven repository

2015-03-18 Thread Rafael Weingartner
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 
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 <
> rafaelweingart...@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

2015-03-18 Thread Ian Duffy
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
 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 
> 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 <
>> rafaelweingart...@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