|
View:
New views
15 Messages
—
Rating Filter:
Alert me
|
|
|
Maven 3: Latest snapshot distro?I know the official Alpha 2 is here:
http://www.apache.org/dist/maven/binaries/ But where can I get the latest snapshot distro of alpha 3? Paul --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Maven 3: Latest snapshot distro?There is no alpha-3
On 2009-10-25, at 8:55 PM, Paul Benedict wrote: > I know the official Alpha 2 is here: > http://www.apache.org/dist/maven/binaries/ > > But where can I get the latest snapshot distro of alpha 3? > > Paul > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl ---------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Maven 3: Latest snapshot distro?Hi Paul,
You can follow this instructions to build/install Maven3 from trunk: http://bit.ly/1DhsHA HTH, Hubert. On Mon, Oct 26, 2009 at 4:55 AM, Paul Benedict <pbenedict@...> wrote: > I know the official Alpha 2 is here: > http://www.apache.org/dist/maven/binaries/ > > But where can I get the latest snapshot distro of alpha 3? > > Paul > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > |
|
|
Re: Maven 3: Latest snapshot distro?Jason,
I realize there is no alpha-3, but I was hoping there were snapshot distros somewhere. It's difficult to wait for 200 issues to clear without an easy way to test current projects. Paul On Mon, Oct 26, 2009 at 5:38 AM, Hubert Iwaniuk <neotyk@...> wrote: > Hi Paul, > > You can follow this instructions to build/install Maven3 from trunk: > http://bit.ly/1DhsHA > > HTH, > Hubert. > > > On Mon, Oct 26, 2009 at 4:55 AM, Paul Benedict <pbenedict@...> wrote: > >> I know the official Alpha 2 is here: >> http://www.apache.org/dist/maven/binaries/ >> >> But where can I get the latest snapshot distro of alpha 3? >> >> Paul >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Maven 3: Latest snapshot distro?Paul Benedict wrote:
> I realize there is no alpha-3, but I was hoping there were snapshot > distros somewhere. CI is spitting those out here: https://grid.sonatype.org/ci/job/maven-3.0.x-bootstrap/jdk=1.5,label=ubuntu/ws/trunk/apache-maven/target/ Benjamin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Maven 3: Latest snapshot distro?Thanks!!!
Just my 2 cents, but if you want more people to test out Maven 3 while it is in development, adding a link on Apache may be beneficial. I searched the Internet for "maven 3 download", "how to get maven 3", etc. without any hits. If an official link was in place, search engines would pick it up. Paul On Mon, Oct 26, 2009 at 9:43 AM, Benjamin Bentmann <benjamin.bentmann@...> wrote: > Paul Benedict wrote: > >> I realize there is no alpha-3, but I was hoping there were snapshot >> distros somewhere. > > CI is spitting those out here: > > https://grid.sonatype.org/ci/job/maven-3.0.x-bootstrap/jdk=1.5,label=ubuntu/ws/trunk/apache-maven/target/ > > > Benjamin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Maven 3: Latest snapshot distro?I was of the opinion that right now the focus is on getting
integration test coverage up and not having bodies raise lots of issues from high exposure... but I am sure Jason will correct me if/ when I am wrong Sent from my [rhymes with tryPod] ;-) On 26 Oct 2009, at 14:59, Paul Benedict <pbenedict@...> wrote: > Thanks!!! > > Just my 2 cents, but if you want more people to test out Maven 3 while > it is in development, adding a link on Apache may be beneficial. I > searched the Internet for "maven 3 download", "how to get maven 3", > etc. without any hits. If an official link was in place, search > engines would pick it up. > > Paul > > On Mon, Oct 26, 2009 at 9:43 AM, Benjamin Bentmann > <benjamin.bentmann@...> wrote: >> Paul Benedict wrote: >> >>> I realize there is no alpha-3, but I was hoping there were snapshot >>> distros somewhere. >> >> CI is spitting those out here: >> >> https://grid.sonatype.org/ci/job/maven-3.0.x-bootstrap/jdk=1.5,label=ubuntu/ws/trunk/apache-maven/target/ >> >> >> Benjamin >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Maven 3: Latest snapshot distro?On 2009-10-26, at 7:39 AM, Paul Benedict wrote: > Jason, > > I realize there is no alpha-3, but I was hoping there were snapshot > distros somewhere. That's not what you asked. It's all here: https://grid.sonatype.org/ci/view/Maven%203.0.x/job/maven-3.0.x-bootstrap/ Just take the workspace from the latest successful build. > It's difficult to wait for 200 issues to clear > without an easy way to test current projects. > > Paul > > On Mon, Oct 26, 2009 at 5:38 AM, Hubert Iwaniuk <neotyk@...> > wrote: >> Hi Paul, >> >> You can follow this instructions to build/install Maven3 from trunk: >> http://bit.ly/1DhsHA >> >> HTH, >> Hubert. >> >> >> On Mon, Oct 26, 2009 at 4:55 AM, Paul Benedict >> <pbenedict@...> wrote: >> >>> I know the official Alpha 2 is here: >>> http://www.apache.org/dist/maven/binaries/ >>> >>> But where can I get the latest snapshot distro of alpha 3? >>> >>> Paul >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@... >>> For additional commands, e-mail: dev-help@... >>> >>> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl ---------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Maven 3: Latest snapshot distro?On 2009-10-26, at 7:59 AM, Paul Benedict wrote: > Thanks!!! > > Just my 2 cents, but if you want more people to test out Maven 3 while > it is in development, adding a link on Apache may be beneficial. I > searched the Internet for "maven 3 download", "how to get maven 3", > etc. without any hits. If an official link was in place, search > engines would pick it up. We're not allowed to do that here. > > Paul > > On Mon, Oct 26, 2009 at 9:43 AM, Benjamin Bentmann > <benjamin.bentmann@...> wrote: >> Paul Benedict wrote: >> >>> I realize there is no alpha-3, but I was hoping there were snapshot >>> distros somewhere. >> >> CI is spitting those out here: >> >> https://grid.sonatype.org/ci/job/maven-3.0.x-bootstrap/jdk=1.5,label=ubuntu/ws/trunk/apache-maven/target/ >> >> >> Benjamin >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl ---------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Maven 3: Latest snapshot distro?On 2009-10-26, at 8:05 AM, Stephen Connolly wrote: > I was of the opinion that right now the focus is on getting > integration test coverage up and not having bodies raise lots of > issues from high exposure Yup, exactly. > ... but I am sure Jason will correct me if/when I am wrong > > Sent from my [rhymes with tryPod] ;-) > > On 26 Oct 2009, at 14:59, Paul Benedict <pbenedict@...> wrote: > >> Thanks!!! >> >> Just my 2 cents, but if you want more people to test out Maven 3 >> while >> it is in development, adding a link on Apache may be beneficial. I >> searched the Internet for "maven 3 download", "how to get maven 3", >> etc. without any hits. If an official link was in place, search >> engines would pick it up. >> >> Paul >> >> On Mon, Oct 26, 2009 at 9:43 AM, Benjamin Bentmann >> <benjamin.bentmann@...> wrote: >>> Paul Benedict wrote: >>> >>>> I realize there is no alpha-3, but I was hoping there were snapshot >>>> distros somewhere. >>> >>> CI is spitting those out here: >>> >>> https://grid.sonatype.org/ci/job/maven-3.0.x-bootstrap/jdk=1.5,label=ubuntu/ws/trunk/apache-maven/target/ >>> >>> >>> Benjamin >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@... >>> For additional commands, e-mail: dev-help@... >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl ---------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Maven 3: Latest snapshot distro?On Mon October 26 2009 11:36:44 am Jason van Zyl wrote:
> On 2009-10-26, at 7:59 AM, Paul Benedict wrote: > > Thanks!!! > > > > Just my 2 cents, but if you want more people to test out Maven 3 while > > it is in development, adding a link on Apache may be beneficial. I > > searched the Internet for "maven 3 download", "how to get maven 3", > > etc. without any hits. If an official link was in place, search > > engines would pick it up. > > We're not allowed to do that here. Actually, we can, as long as they are CLEARLY labeled as non-official releases and that the official releases are also clearly available and preferred. See: http://cxf.apache.org/download.html There are several projects at Apache that provide nightly snapshots, but they all make sure the releases are promoted more than the snapshots and such. I wouldn't put them in the menu on the right of: http://maven.apache.org/ but having them listed at the bottom of: http://maven.apache.org/download.html would be appropriate (WITH the appropriate disclaimers and such). Probably below the "Previous Releases" section. Dan > > > Paul > > > > On Mon, Oct 26, 2009 at 9:43 AM, Benjamin Bentmann > > > > <benjamin.bentmann@...> wrote: > >> Paul Benedict wrote: > >>> I realize there is no alpha-3, but I was hoping there were snapshot > >>> distros somewhere. > >> > >> CI is spitting those out here: > >> > >> https://grid.sonatype.org/ci/job/maven-3.0.x-bootstrap/jdk=1.5,label=ubu > >>ntu/ws/trunk/apache-maven/target/ > >> > >> > >> Benjamin > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: dev-unsubscribe@... > >> For additional commands, e-mail: dev-help@... > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@... > > For additional commands, e-mail: dev-help@... > > Thanks, > > Jason > > ---------------------------------------------------------- > Jason van Zyl > Founder, Apache Maven > http://twitter.com/jvanzyl > ---------------------------------------------------------- > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > -- Daniel Kulp dkulp@... http://www.dankulp.com/blog --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Maven 3: Latest snapshot distro?Even if Apache won't(?) allow it because of a snapshot isn't a
release, any link -- from sonatype.com or .org -- would be useful. It is not obvious the grid is the right place to go unless I am a devoted Maven hacker. :-) Paul On Mon, Oct 26, 2009 at 10:54 AM, Daniel Kulp <dkulp@...> wrote: > On Mon October 26 2009 11:36:44 am Jason van Zyl wrote: >> On 2009-10-26, at 7:59 AM, Paul Benedict wrote: >> > Thanks!!! >> > >> > Just my 2 cents, but if you want more people to test out Maven 3 while >> > it is in development, adding a link on Apache may be beneficial. I >> > searched the Internet for "maven 3 download", "how to get maven 3", >> > etc. without any hits. If an official link was in place, search >> > engines would pick it up. >> >> We're not allowed to do that here. > > Actually, we can, as long as they are CLEARLY labeled as non-official releases > and that the official releases are also clearly available and preferred. > See: > http://cxf.apache.org/download.html > > There are several projects at Apache that provide nightly snapshots, but they > all make sure the releases are promoted more than the snapshots and such. > > I wouldn't put them in the menu on the right of: > http://maven.apache.org/ > but having them listed at the bottom of: > http://maven.apache.org/download.html > would be appropriate (WITH the appropriate disclaimers and such). Probably > below the "Previous Releases" section. > > > > Dan > > >> >> > Paul >> > >> > On Mon, Oct 26, 2009 at 9:43 AM, Benjamin Bentmann >> > >> > <benjamin.bentmann@...> wrote: >> >> Paul Benedict wrote: >> >>> I realize there is no alpha-3, but I was hoping there were snapshot >> >>> distros somewhere. >> >> >> >> CI is spitting those out here: >> >> >> >> https://grid.sonatype.org/ci/job/maven-3.0.x-bootstrap/jdk=1.5,label=ubu >> >>ntu/ws/trunk/apache-maven/target/ >> >> >> >> >> >> Benjamin >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: dev-unsubscribe@... >> >> For additional commands, e-mail: dev-help@... >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: dev-unsubscribe@... >> > For additional commands, e-mail: dev-help@... >> >> Thanks, >> >> Jason >> >> ---------------------------------------------------------- >> Jason van Zyl >> Founder, Apache Maven >> http://twitter.com/jvanzyl >> ---------------------------------------------------------- >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> > > -- > Daniel Kulp > dkulp@... > http://www.dankulp.com/blog > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Maven 3: Latest snapshot distro?On 27/10/2009, at 2:59 AM, Paul Benedict wrote: > Even if Apache won't(?) allow it because of a snapshot isn't a > release, any link -- from sonatype.com or .org -- would be useful. It > is not obvious the grid is the right place to go unless I am a devoted > Maven hacker. :-) That's kind of the point. Those services are for those developing (or seeking to contribute to the development) of Maven, not for end users. - Brett --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Maven 3: Latest snapshot distro?To be honest, I don't understand the contention and resistance to
setting up a link for easy download of Maven 3 snapshots. The point is granted that nobody wants to be bothered by end user requests. Thanks for providing the link to the grid, but I had to ask for it -- I couldn't find it myself on the Internet. Perhaps you could get other hackers to participate easier if a link was at least indexable by a search engine, but all this is coming off a bit too covert. Paul On Mon, Oct 26, 2009 at 11:08 AM, Brett Porter <brett@...> wrote: > > On 27/10/2009, at 2:59 AM, Paul Benedict wrote: > >> Even if Apache won't(?) allow it because of a snapshot isn't a >> release, any link -- from sonatype.com or .org -- would be useful. It >> is not obvious the grid is the right place to go unless I am a devoted >> Maven hacker. :-) > > That's kind of the point. Those services are for those developing (or > seeking to contribute to the development) of Maven, not for end users. > > - Brett > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Maven 3: Latest snapshot distro?On 27/10/2009, at 3:14 AM, Paul Benedict wrote: > To be honest, I don't understand the contention and resistance to > setting up a link for easy download of Maven 3 snapshots. The point is > granted that nobody wants to be bothered by end user requests. If you read Daniel's response, he did say that it could be done if clearly marked... > Thanks > for providing the link to the grid, but I had to ask for it -- I > couldn't find it myself on the Internet. Perhaps you could get other > hackers to participate easier if a link was at least indexable by a > search engine, but all this is coming off a bit too covert. Hackers participating will need the source, of which there are plenty of instructions on the site. The binaries are a convenience - you should generally be building the source code. - Brett --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |