Re: [VOTE] Run-off for mascot's name

2014-12-11 Thread James Green
B L G

On 9 December 2014 at 10:52, Stephen Connolly 
stephen.alan.conno...@gmail.com wrote:

 This is a run-off vote to select the top two options for our new mascot's
 name.

 The entries with the highest number of votes will be selected for the final
 round. If there is only one entry with the highest number of votes then the
 entries with the second highest number of votes will also be included in
 the final round.

 The vote will be open for 72 hours.

 The entries are as follows:

 A. Abraham
 B. Boo
 C. Darth Mowl
 D. Jacob
 E. Kaboom
 F. Moses
 G. Rap
 H. Shotgun
 K. The Maven Owl
 L. Ty

 It is not clear whether all of the above suggestions were completely
 serious, but I have included them anyway for this first round.

 Please respond with at most your top three in order of preference. I may
 not use second or third preferences if we get a sufficient number of votes,
 but in the case of a small poll the additional preferences will help.

 In the event of repeated votes from an individual, only the last cast vote
 as determined by me will count.

 Any other discussion should happen in a separate thread.

 Thanks

 -Stephen



Re: [VOTE] Run-off for mascot's name

2014-12-11 Thread Jörg Schaible

A D

Stephen Connolly wrote:

 This is a run-off vote to select the top two options for our new mascot's
 name.
 
 The entries with the highest number of votes will be selected for the
 final round. If there is only one entry with the highest number of votes
 then the entries with the second highest number of votes will also be
 included in the final round.
 
 The vote will be open for 72 hours.
 
 The entries are as follows:
 
 A. Abraham
 B. Boo
 C. Darth Mowl
 D. Jacob
 E. Kaboom
 F. Moses
 G. Rap
 H. Shotgun
 K. The Maven Owl
 L. Ty
 
 It is not clear whether all of the above suggestions were completely
 serious, but I have included them anyway for this first round.
 
 Please respond with at most your top three in order of preference. I may
 not use second or third preferences if we get a sufficient number of
 votes, but in the case of a small poll the additional preferences will
 help.
 
 In the event of repeated votes from an individual, only the last cast vote
 as determined by me will count.
 
 Any other discussion should happen in a separate thread.
 
 Thanks
 
 -Stephen



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven Repositories settings best practice

2014-12-11 Thread Dan Tran
I do believe using maven mirror under setting.xml is best practice rather
define them in pom.xml.

However I am not able to locate some blogs I used to read before.

Do you have any reference to this best practice?

Very much appreciated

-D


Re: Maven Repositories settings best practice

2014-12-11 Thread Dan Tran
I found this
http://blog.sonatype.com/2009/02/why-putting-repositories-in-your-poms-is-a-bad-idea/#.VIpCmTHF_AQ

sorry about the noise

-D

On Thu, Dec 11, 2014 at 3:42 PM, Dan Tran dant...@gmail.com wrote:


 I do believe using maven mirror under setting.xml is best practice rather
 define them in pom.xml.

 However I am not able to locate some blogs I used to read before.

 Do you have any reference to this best practice?

 Very much appreciated

 -D



Re: Maven Repositories settings best practice

2014-12-11 Thread Barrie Treloar
On 12 December 2014 at 11:53, Dan Tran dant...@gmail.com wrote:

 I found this

 http://blog.sonatype.com/2009/02/why-putting-repositories-in-your-poms-is-a-bad-idea/#.VIpCmTHF_AQ

 sorry about the noise


If you can't find it in the official docs, then feel free to hack up some
enhancements.


Re: Maven Repositories settings best practice

2014-12-11 Thread Dan Tran
Where is in the official doc, this should land?

Thanks

-D

On Thu, Dec 11, 2014 at 6:52 PM, Barrie Treloar baerr...@gmail.com wrote:

 On 12 December 2014 at 11:53, Dan Tran dant...@gmail.com wrote:

  I found this
 
 
 http://blog.sonatype.com/2009/02/why-putting-repositories-in-your-poms-is-a-bad-idea/#.VIpCmTHF_AQ
 
  sorry about the noise


 If you can't find it in the official docs, then feel free to hack up some
 enhancements.



Re: Maven Repositories settings best practice

2014-12-11 Thread Barrie Treloar
On 12 December 2014 at 15:10, Dan Tran dant...@gmail.com wrote:

 Where is in the official doc, this should land?


That's an awfully good question.
There is another thread about re-organising the documentation.

The User Centre (http://maven.apache.org/users/index.html) docs are pretty
thin, but I would expect this advice to land in there.

Or perhaps the Run Maven  Configuring Maven (
http://maven.apache.org/guides/mini/guide-configuring-maven.html) has a
section on Mirrors that links to
http://maven.apache.org/guides/mini/guide-mirror-settings.html.
The first sentence says Repositories are declared inside a project, which
means that if you have your own custom repositories, those sharing your
project easily get the right settings out of the box. which runs against
the current advice.

Unfortunately those mini-guides dont have a hierarchy available on the left
hand navigation page and hacking the URL to drop of the last path just
gives a blank page.