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

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

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

Re: maven repositories(how to

2011-12-20 Thread Anders Hammar
First of all, if you have a company repository you should probably talk to the people managing it about this. They should be able to provide support. Also, you relying on other repos than the internal one might not work in the big picture as other people consuming your artifacts will have to do

Re: Maven repositories without the jars

2011-01-20 Thread Anders Hammar
It means that this artifact used to be under the coordinates xerces:cerces, but is now using the coordinates xerces:xercesImpl. When the developers moved it, the created a so-called relocation pom in the old space, to simplify for the users. The build still works right? But you get this warning.

Re: Maven repositories without the jars

2011-01-20 Thread Anders Hammar
I should clarify: Maven handles this relocation for you. But you should update the coordinates used for future versions there might not be a relocation pom. /Anders On Thu, Jan 20, 2011 at 11:13, Anders Hammar and...@hammar.net wrote: It means that this artifact used to be under the coordinates

Re: Maven repositories without the jars

2011-01-20 Thread Jonathan Vila Lopez
Hello Anders There is no problem with xerces and its relocation the problem is that any downloading has downloaded anything : http://repo1.maven.org/maven2/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar http://repo1.maven.org/maven2/javax/resource/connector/1.0/connector-1.0.jar

Re: Maven repositories without the jars

2011-01-20 Thread Wayne Fay
There is no problem with xerces and its relocation the problem is that any downloading has downloaded anything : because the referenced jar does not exist in the repo1 repository. http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html Wayne

Re: Maven Repositories acess / servers / signon specs in settings.xml

2007-10-04 Thread Damien Lecan
Hello, 2007/10/4, houzecl [EMAIL PROTECTED]: question 2: If both servers need a signon (possibly with different user/password ) will it be ok to have for Maven users the following settings.xml : and more generally what is the usage scope of the server ... /server specs in settings.xml ?

Re: Maven Repositories acess / servers / signon specs in settings.xml

2007-10-04 Thread houzecl
well, I already looked at settings reference. As it is pointed out somewhere else in this forum (cf. why maven is hard or improving maven site docs) among others topics, this specific feature (security) is not really clear, and I'd just like to have a confirmation that server settings apply to

Re: Maven repositories: metadata vs pom files?

2006-11-21 Thread Wendy Smoak
On 11/20/06, Wayne Fay [EMAIL PROTECTED] wrote: This isn't a case of repo has pom but no jar, instead its the opposite, jar with no pom. So I don't think its an artifact which cannot be redistributed. ;-) Oops. Not quite paying enough attention there. :) -- Wendy

Re: maven repositories https

2006-09-14 Thread franz see
Douglas Ferguson wrote: My IT department just started requiring my repository to use https. However they didn’t install a signed cert. Maven is now failing with the error: Error transferring file Could this be because the cert isn’t signed? Is there anything else that I need

RE: maven repositories https

2006-09-14 Thread Douglas Ferguson
: Thursday, September 14, 2006 8:14 AM To: users@maven.apache.org Subject: Re: maven repositories https Douglas Ferguson wrote: My IT department just started requiring my repository to use https. However they didn_t install a signed cert. Maven is now failing with the error: Error

RE: maven repositories https

2006-09-13 Thread Douglas Ferguson
Not sure if this is the recommended approach but I got it to work by using scp:// -Original Message- From: Douglas Ferguson Sent: Wednesday, September 13, 2006 10:51 PM To: users Subject: maven repositories https My IT department just started requiring my repository to use https.

Re: maven repositories

2006-03-30 Thread andreas.ebbert-karroum
Hi, regarding your mail http://www.mail-archive.com/users@maven.apache.org/msg22668.html on the maven users list. Is there a way (with maven1) to generate html and pdf javadoc for the same project? Can I invoke the javadoc:generate goal from a maven.xml with different property sets?

Re: maven repositories

2005-08-26 Thread Andy Glick
You've asked 2 different questions here. 1) You request an easier way to download dependent files from a Maven repository than listing them as dependencies in a POM. 2) You want to know how to share downloaded dependencies with other developers at your location. Regarding 1, Dan Tran

Re: maven repositories

2005-08-25 Thread dan tran
ant:wget? -D On 8/25/05, Tim Dyck [EMAIL PROTECTED] wrote: Is there a way to easier download jars from the repository without having to list it as a dependency in a project? In my case, I want to modify the maven.xml file and override the javadoc goal to also build a PDF of the javadocs

RE: Maven repositories?

2003-12-23 Thread Steve Garcia
You can point your browser to http://www.ibiblio.org/maven and you'll get a directory listing of all the artifacts main directories (groupId). -Original Message- From: Jonathan Hawkes [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 9:18 AM To: [EMAIL PROTECTED] Subject:

Re: Maven repositories?

2003-12-23 Thread Jonathan Hawkes
Thanks again. - Original Message - From: Steve Garcia [EMAIL PROTECTED] To: 'Maven Users List' [EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 10:16 AM Subject: RE: Maven repositories? You can point your browser to http://www.ibiblio.org/maven and you'll get a directory listing

RE: Maven repositories?

2003-12-23 Thread Eric Giguere
Hi Jonathan Sure, using a web browser ;) http://www.ibiblio.org/maven/ Or by adding your jar description and version in your project file. By calling maven java:compile, you'll get the error message if the desired jar is missing. Eric. -Original Message- From: Jonathan Hawkes