Re: Publishing zips to the maven repo

2011-10-25 Thread Henri Gomez
> I have to search what it's done exactly with that. (BTW version is > defined in poms with maven). > I will try to work on that later this week. Thanks - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional c

Re: Publishing zips to the maven repo

2011-10-24 Thread Olivier Lamy
2011/10/24 Henri Gomez : >>> So I have just commit some stuff in r 1187561. >>> Note: Sources layout not touched. >>> Currently only maven artifacts are build  (I will work later on distrib). >>> >>> to test it on the top of >>> https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk. >>> Just use:

Re: Publishing zips to the maven repo

2011-10-24 Thread Henri Gomez
>> So I have just commit some stuff in r 1187561. >> Note: Sources layout not touched. >> Currently only maven artifacts are build  (I will work later on distrib). >> >> to test it on the top of >> https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk. >> Just use: mvn -f maven/pom.xml clean insta

Re: Publishing zips to the maven repo

2011-10-22 Thread Henri Gomez
Wonderfull Thanks Olivier ! Le 21 oct. 2011 à 23:46, Olivier Lamy a écrit : > So I have just commit some stuff in r 1187561. > Note: Sources layout not touched. > Currently only maven artifacts are build (I will work later on distrib). > > to test it on the top of > https://svn.apache.org/re

Re: Publishing zips to the maven repo

2011-10-21 Thread Olivier Lamy
So I have just commit some stuff in r 1187561. Note: Sources layout not touched. Currently only maven artifacts are build (I will work later on distrib). to test it on the top of https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk. Just use: mvn -f maven/pom.xml clean install. Currently some un

Re: Publishing zips to the maven repo

2011-10-15 Thread Pid
On 14/10/2011 17:26, Mark Thomas wrote: > On 14/10/2011 17:09, David Jencks wrote: >> I really hope that just because the main tomcat developers don't see >> the benefits of the maven ecosystem [sigh] If that were true, I doubt I'd have observed the acceptance of the Maven Tomcat plugin by this

Re: Publishing zips to the maven repo

2011-10-14 Thread David Blevins
On Oct 14, 2011, at 6:05 AM, Olivier Lamy wrote: > 2011/10/14 Mark Thomas : >> On 14/10/2011 09:15, Konstantin Kolinko wrote: >>> 2011/10/14 David Blevins : We've been using plain Tomcat zips for creating TomEE in the OpenEJB maven build for a while now. So far that has been done by >>

Re: Publishing zips to the maven repo

2011-10-14 Thread Henri Gomez
Great Olivier Impatient to see it in action, best of both worlds Le 14 oct. 2011 à 19:37, Olivier Lamy a écrit : > Hello, > I can maybe help here. > A solution I have in mind to not change sources layout. > http://svn.apache.org/repos/asf/tomcat/trunk/ > /maven/pom.xml (root pom.xml

Re: Publishing zips to the maven repo

2011-10-14 Thread Olivier Lamy
Hello, I can maybe help here. A solution I have in mind to not change sources layout. http://svn.apache.org/repos/asf/tomcat/trunk/ /maven/pom.xml (root pom.xml here) /tomcat-coyote/pom.xml etc.. one module for each artifact to produce p

Re: Publishing zips to the maven repo

2011-10-14 Thread Konstantin Kolinko
2011/10/14 Henri Gomez : >> >> This is the first time that I can recall that anyone has stated that >> there is a requirement for this. >> > > I should say many companies, including mine are injecting full Tomcat (as > zip) in their enterprise repositories (Archiva/Nexus/Artifactory powered) Are a

Re: Publishing zips to the maven repo

2011-10-14 Thread Mark Thomas
On 14/10/2011 17:53, Henri Gomez wrote: >> Granted, the Tomcat project currently has no interest in using Maven as >> a build system but that doesn't mean Maven is ignored. A lot of work >> went into improving the Maven artefacts for Tomcat 7. > > > Use of Maven was allready discussed many times

Re: OT Re: Publishing zips to the maven repo

2011-10-14 Thread Henri Gomez
> > > Binary dependencies for any build process do not belong in svn. The > infra team doesn't go looking for them but where a project is found > using them then they will be encouraged to use a more appropriate > approach. The more excessive the usage, the stronger the encouragement. > The odd ja

OT Re: Publishing zips to the maven repo

2011-10-14 Thread Mark Thomas
On 14/10/2011 17:40, David Jencks wrote: > > On Oct 14, 2011, at 9:18 AM, Mark Thomas wrote: > >> On 14/10/2011 17:09, David Jencks wrote: >>> If using a non-tomcat groupId is the only choice I'd keep the >>> openejb copy in apache svn. >> >> That is not an option that is acceptable to the ASF i

Re: Publishing zips to the maven repo

2011-10-14 Thread Henri Gomez
> > This is the first time that I can recall that anyone has stated that > there is a requirement for this. > I should say many companies, including mine are injecting full Tomcat (as zip) in their enterprise repositories (Archiva/Nexus/Artifactory powered) > Granted, the Tomcat project currentl

Re: Publishing zips to the maven repo

2011-10-14 Thread David Jencks
On Oct 14, 2011, at 9:18 AM, Mark Thomas wrote: > On 14/10/2011 17:09, David Jencks wrote: >> If using a non-tomcat groupId is the >> only choice I'd keep the openejb copy in apache svn. > > That is not an option that is acceptable to the ASF infrastructure team. In this context, it's pretty mu

Re: Publishing zips to the maven repo

2011-10-14 Thread Mark Thomas
On 14/10/2011 17:09, David Jencks wrote: > > On Oct 14, 2011, at 4:06 AM, Mark Thomas wrote: >> Since the requirements for this are driven by the OpenEJB project >> and - as far as I am aware - they are the only folks with this >> requirement, I suggest that OpenEJB runs with this and publishes >

Re: Publishing zips to the maven repo

2011-10-14 Thread Mark Thomas
On 14/10/2011 17:09, David Jencks wrote: > If using a non-tomcat groupId is the > only choice I'd keep the openejb copy in apache svn. That is not an option that is acceptable to the ASF infrastructure team. Mark - To unsubscrib

Re: Publishing zips to the maven repo

2011-10-14 Thread David Jencks
On Oct 14, 2011, at 4:06 AM, Mark Thomas wrote: > On 14/10/2011 09:15, Konstantin Kolinko wrote: >> 2011/10/14 David Blevins : >>> We've been using plain Tomcat zips for creating TomEE in the >>> OpenEJB maven build for a while now. So far that has been done by >>> publishing the Tomcat zips to

Re: Publishing zips to the maven repo

2011-10-14 Thread Olivier Lamy
2011/10/14 Mark Thomas : > On 14/10/2011 09:15, Konstantin Kolinko wrote: >> 2011/10/14 David Blevins : >>> We've been using plain Tomcat zips for creating TomEE in the >>> OpenEJB maven build for a while now.  So far that has been done by >>> publishing the Tomcat zips to a maven repo in svn.  Not

Re: Publishing zips to the maven repo

2011-10-14 Thread Mark Thomas
On 14/10/2011 09:15, Konstantin Kolinko wrote: > 2011/10/14 David Blevins : >> We've been using plain Tomcat zips for creating TomEE in the >> OpenEJB maven build for a while now. So far that has been done by >> publishing the Tomcat zips to a maven repo in svn. Not the best >> idea to have them

Re: Publishing zips to the maven repo

2011-10-14 Thread Konstantin Kolinko
2011/10/14 David Blevins : > We've been using plain Tomcat zips for creating TomEE in the OpenEJB maven > build for a while now.  So far that has been done by publishing the Tomcat > zips to a maven repo in svn.  Not the best idea to have them in svn, so we're > trying to get them in the actual

Re: Publishing zips to the maven repo

2011-10-14 Thread Olivier Lamy
except some webapps included in distrib are not in central repo: * manager * host-manager * examples * docs * ROOT 2011/10/14 Henri Gomez : >>> The goal is to have this as a maven artifact: >>> >>> >>> http://www.apache.org/dist/tomcat/tomcat-7/v7.0.22/bin/apache-tomcat-7.0.22.zip >> >> You

Re: Publishing zips to the maven repo

2011-10-14 Thread Henri Gomez
>> The goal is to have this as a maven artifact: >> >> >> http://www.apache.org/dist/tomcat/tomcat-7/v7.0.22/bin/apache-tomcat-7.0.22.zip > > You really need this file? I think you just use the jars in the file, > correct? David, why do you want to use a complete distro instead of independants art

Re: Publishing zips to the maven repo

2011-10-14 Thread jean-frederic clere
On 10/14/2011 09:17 AM, David Blevins wrote: On Oct 14, 2011, at 12:07 AM, jean-frederic clere wrote: On 10/14/2011 02:01 AM, David Blevins wrote: We've been using plain Tomcat zips for creating TomEE in the OpenEJB maven build for a while now. So far that has been done by publishing the To

Re: Publishing zips to the maven repo

2011-10-14 Thread David Blevins
On Oct 14, 2011, at 12:07 AM, jean-frederic clere wrote: > On 10/14/2011 02:01 AM, David Blevins wrote: >> We've been using plain Tomcat zips for creating TomEE in the OpenEJB maven >> build for a while now. So far that has been done by publishing the Tomcat >> zips to a maven repo in svn. No

Re: Publishing zips to the maven repo

2011-10-14 Thread jean-frederic clere
On 10/14/2011 02:01 AM, David Blevins wrote: We've been using plain Tomcat zips for creating TomEE in the OpenEJB maven build for a while now. So far that has been done by publishing the Tomcat zips to a maven repo in svn. Not the best idea to have them in svn, so we're trying to get them in

Publishing zips to the maven repo

2011-10-13 Thread David Blevins
We've been using plain Tomcat zips for creating TomEE in the OpenEJB maven build for a while now. So far that has been done by publishing the Tomcat zips to a maven repo in svn. Not the best idea to have them in svn, so we're trying to get them in the actual maven repo. It's pretty slick to b