Re: Publish SNAPSHOT artifacts on Maven Central

2017-06-21 Thread Jia Zhai
FYI. Here is the wiki page from INFRA Jenkins: https://cwiki.apache.org/confluence/display/INFRA/Jenkins On Wed, Jun 21, 2017 at 5:49 PM, Enrico Olivelli wrote: > 2017-06-06 9:28 GMT+02:00 Flavio Junqueira : > > I have used Jenkins extensively, but not the

Re: Publish SNAPSHOT artifacts on Maven Central

2017-06-21 Thread Enrico Olivelli
2017-06-06 9:28 GMT+02:00 Flavio Junqueira : > I have used Jenkins extensively, but not the job builder you're referring to, > which I think is this one: > > https://docs.openstack.org/infra/jenkins-job-builder/ > > > I

Re: Publish SNAPSHOT artifacts on Maven Central

2017-06-05 Thread Sijie Guo
I think we will still need Jenkins, because it has more flexibilities than Travis. On Mon, Jun 5, 2017 at 6:31 AM, Enrico Olivelli wrote: > I took a look at jenkins job builder, it seems a great tool. > Two points before getting started: > 1) do anyone ever used this tool

Re: Publish SNAPSHOT artifacts on Maven Central

2017-06-05 Thread Enrico Olivelli
I took a look at jenkins job builder, it seems a great tool. Two points before getting started: 1) do anyone ever used this tool or something like that? 2) it needs calling the API and it is possible to delete all jenkins jobs with a single command, surely there will be some kind of permissions to

Re: Publish SNAPSHOT artifacts on Maven Central

2017-06-03 Thread Enrico Olivelli
Il sab 3 giu 2017, 02:24 Sijie Guo ha scritto: > On Sat, Apr 22, 2017 at 2:43 AM, Ivan Kelly wrote: > > > > I volunteer to setup the jenkins job and deal with infra > > Is there already a nightly job? I remember in the past there was only > > a precommit

Re: Publish SNAPSHOT artifacts on Maven Central

2017-06-02 Thread Sijie Guo
On Sat, Apr 22, 2017 at 2:43 AM, Ivan Kelly wrote: > > I volunteer to setup the jenkins job and deal with infra > Is there already a nightly job? I remember in the past there was only > a precommit job. It would be good to have a nightly job so that flakes > can be easily

Re: Publish SNAPSHOT artifacts on Maven Central

2017-05-31 Thread Enrico Olivelli
I managed to configure the daily master build to publish snapshots. I have configured the job to go ahead even in case of test failures. Snapshots are not signed Enrico Il mar 30 mag 2017, 22:23 Sijie Guo ha scritto: > Cool, thank you Enrico! > > - Sijie > > On Tue, May

Re: Publish SNAPSHOT artifacts on Maven Central

2017-05-30 Thread Sijie Guo
Cool, thank you Enrico! - Sijie On Tue, May 30, 2017 at 1:21 PM, Enrico Olivelli wrote: > 2017-05-30 22:07 GMT+02:00 Sijie Guo : > > Sorry for late response. > > > > I just added you. Please check and let me know if it works. > > Now I can edit the

Re: Publish SNAPSHOT artifacts on Maven Central

2017-05-30 Thread Enrico Olivelli
2017-05-30 22:07 GMT+02:00 Sijie Guo : > Sorry for late response. > > I just added you. Please check and let me know if it works. Now I can edit the configuration. Thank you! I am going to do some trials -- Enrico > > - Sijie > > On Tue, May 30, 2017 at 12:52 PM, Enrico

Re: Publish SNAPSHOT artifacts on Maven Central

2017-05-30 Thread Sijie Guo
Sorry for late response. I just added you. Please check and let me know if it works. - Sijie On Tue, May 30, 2017 at 12:52 PM, Enrico Olivelli wrote: > I apologize, did you have time to check the wiki? > Thanks > Enrico > > Il mar 16 mag 2017, 16:16 Enrico Olivelli

Re: Publish SNAPSHOT artifacts on Maven Central

2017-05-30 Thread Enrico Olivelli
I apologize, did you have time to check the wiki? Thanks Enrico Il mar 16 mag 2017, 16:16 Enrico Olivelli ha scritto: > 2017-05-03 11:23 GMT+02:00 Sijie Guo : > > Gotcha. Let me check the wiki. (I am currently traveling.) I will try to > > get this ready

Re: Publish SNAPSHOT artifacts on Maven Central

2017-05-16 Thread Enrico Olivelli
2017-05-03 11:23 GMT+02:00 Sijie Guo : > Gotcha. Let me check the wiki. (I am currently traveling.) I will try to > get this ready for you when I have a better access to internet. > Did you have time to check this activity ? Thanks -- Enrico > - Sijie > > On Tue, May 2,

Re: Publish SNAPSHOT artifacts on Maven Central

2017-05-03 Thread Sijie Guo
Gotcha. Let me check the wiki. (I am currently traveling.) I will try to get this ready for you when I have a better access to internet. - Sijie On Tue, May 2, 2017 at 8:48 PM, Enrico Olivelli wrote: > 2017-05-02 3:27 GMT+02:00 Sijie Guo : > > Enrico, >

Re: Publish SNAPSHOT artifacts on Maven Central

2017-05-02 Thread Enrico Olivelli
2017-05-02 3:27 GMT+02:00 Sijie Guo : > Enrico, > > Let me check it out. But I think you can apply for permissions to access > apache jenkins. Probably an INFRA ticket? > I'm sorry I cannot edit the configuration. According to this guide

Re: Publish SNAPSHOT artifacts on Maven Central

2017-05-01 Thread Sijie Guo
Enrico, Let me check it out. But I think you can apply for permissions to access apache jenkins. Probably an INFRA ticket? - Sijie On Mon, May 1, 2017 at 1:07 PM, Enrico Olivelli wrote: > The PR has been merged, so now any committer can publish all the > artifacts to the

Re: Publish SNAPSHOT artifacts on Maven Central

2017-05-01 Thread Enrico Olivelli
The PR has been merged, so now any committer can publish all the artifacts to the Apache snapshots repo just issuing from the cmd line: mvn clean deploy -DskipTests -Pdeploy I would like to try to add the 'deploy' goal to our daily build on jenkins On the users@infra list they told me that it

Re: Publish SNAPSHOT artifacts on Maven Central

2017-04-28 Thread Enrico Olivelli
I am currently discussing on the users@infra mailing list about how to achieve our goal. While playing with the deploy goal I succeeded in publishing the -SNAPSHOT version to the official apache snapshots repository In order to achieve it manually it is enough to follow the guide

Re: Publish SNAPSHOT artifacts on Maven Central

2017-04-27 Thread Enrico Olivelli
I will start inspecting the possibilities with the INFRA team I will come back to the list with some proposal 2017-04-27 15:31 GMT+02:00 Bobby Evans : > There is a special SNAPSHOTS repo that is already setup. I know that hadoop > has been using it for a while, so

Re: Publish SNAPSHOT artifacts on Maven Central

2017-04-27 Thread Bobby Evans
There is a special SNAPSHOTS repo that is already setup.  I know that hadoop has been using it for a while, so you should just need to ask where the snapshot repo is.  Maven also will only push a -SNAPSHOT build to a repo that has been confiugred to accept snapshots. - Bobby On Thursday,

Re: Publish SNAPSHOT artifacts on Maven Central

2017-04-27 Thread Enrico Olivelli
2017-04-24 23:35 GMT+02:00 Sijie Guo : > On Sat, Apr 22, 2017 at 12:30 AM, Enrico Olivelli > wrote: > >> Il sab 22 apr 2017, 02:27 Sijie Guo ha scritto: >> >> > I don't have any objections on doing this, if we can figure out >>

Re: Publish SNAPSHOT artifacts on Maven Central

2017-04-24 Thread Sijie Guo
On Sat, Apr 22, 2017 at 12:30 AM, Enrico Olivelli wrote: > Il sab 22 apr 2017, 02:27 Sijie Guo ha scritto: > > > I don't have any objections on doing this, if we can figure out > following: > > > > - does Apache infra allow doing this? > > > > Yes. See

Re: Publish SNAPSHOT artifacts on Maven Central

2017-04-22 Thread Enrico Olivelli
Il sab 22 apr 2017, 12:21 Enrico Olivelli ha scritto: > > > Il sab 22 apr 2017, 12:10 Ivan Kelly ha scritto: > >> > Now we have a nightly job. We can make it deploy the artifacts in case >> of >> > full success. >> > I think that adding the 'deploy' goal

Re: Publish SNAPSHOT artifacts on Maven Central

2017-04-22 Thread Ivan Kelly
> Now we have a nightly job. We can make it deploy the artifacts in case of > full success. > I think that adding the 'deploy' goal to the config of the job will do the > trick > Like > Mvn clean deploy Does it not need some credentials configured to be able to push to nexus? -Ivan

Re: Publish SNAPSHOT artifacts on Maven Central

2017-04-22 Thread Enrico Olivelli
Il sab 22 apr 2017, 11:43 Ivan Kelly ha scritto: > > I volunteer to setup the jenkins job and deal with infra > Is there already a nightly job? I remember in the past there was only > a precommit job. It would be good to have a nightly job so that flakes > can be easily

Re: Publish SNAPSHOT artifacts on Maven Central

2017-04-22 Thread Enrico Olivelli
Il sab 22 apr 2017, 02:27 Sijie Guo ha scritto: > I don't have any objections on doing this, if we can figure out following: > > - does Apache infra allow doing this? > Yes. See the lonk from tomcat mailing kist. Maybe we can ask Mark. > - what does SNAPSHOT mean? How many

Re: Publish SNAPSHOT artifacts on Maven Central

2017-04-21 Thread Sijie Guo
I don't have any objections on doing this, if we can figure out following: - does Apache infra allow doing this? - what does SNAPSHOT mean? How many snapshots do you want to publish? - why not shorten the release scope and publish a release instead? Thoughts? On Apr 21, 2017 9:29 AM,

Re: Publish SNAPSHOT artifacts on Maven Central

2017-04-21 Thread Venkateswara Rao Jujjuri
+1 On Fri, Apr 21, 2017 at 8:16 AM, Matteo Merli wrote: > +1 > On Fri, Apr 21, 2017 at 7:06 AM Enrico Olivelli > wrote: > > > I wonder if we can start publishing the 4.5.0-SNAPSHOT binaries on > > Maven Central. > > > > This will help projects which

Re: Publish SNAPSHOT artifacts on Maven Central

2017-04-21 Thread Matteo Merli
+1 On Fri, Apr 21, 2017 at 7:06 AM Enrico Olivelli wrote: > I wonder if we can start publishing the 4.5.0-SNAPSHOT binaries on > Maven Central. > > This will help projects which want to try the upcoming version without > dealing with custom local Maven Repositories. > > I

Publish SNAPSHOT artifacts on Maven Central

2017-04-21 Thread Enrico Olivelli
I wonder if we can start publishing the 4.5.0-SNAPSHOT binaries on Maven Central. This will help projects which want to try the upcoming version without dealing with custom local Maven Repositories. I see recently Apache Tomcat started doing so http://marc.info/?l=tomcat-dev=149269803006113=2