Re: Breadcrumb inheritance in site.xml

2014-06-12 Thread Hervé BOUTEMY
true that there isn't much doc on this any idea on how/where to document this site.xml inheritence is welcome Regards, Hervé Le jeudi 12 juin 2014 09:14:06 Andreas Sewe a écrit : > Hi, > > > that wasn't possible during my time of activity, not sure if anything > > changed since: > > http://mai

Re: Complex Maven projects - Tutorials? Books?

2014-06-12 Thread Pascal Rapicault
If you are really aiming at doing continuous delivery (any potential build can be pushed to prod), then SNAPSHOT is not a great way to deal with dependencies since you will not be able to exactly know what you ship. To avoid this, one practice is to use the build number in the artifact version

Complex Maven projects - Tutorials? Books?

2014-06-12 Thread Hohl, Gerrit
Hello everyone, :) I have a question which is not about a specific problem with Maven, but more a general question. I hope it is okay to ask this question here. We use Maven and Jenkins for about 1.5 years now, I guess. Until now the Maven projects have been very simple and - let's say - v

site-deploy using wagon-ssh: User input needed

2014-06-12 Thread Hohl, Gerrit
Hello everyone, :) this is my first post in this mailing list, so I hope I doing everything right. I'm using Maven 3.0.4, having a Jenkins build server running on Windows and a Web Server running on Ubuntu 14.04 LTS. I decided to use SSH for deploying the site to the server. My local se

Re: Complex Maven projects - Tutorials? Books?

2014-06-12 Thread Barrie Treloar
On 13 June 2014 09:07, mike digioia wrote: > So how does this book help you any more than all the detailed online Maven > docs that exists and are updated? It's just another source of information. The docs don't really walk you through everything, they are mostly focused on a particular plugin

Re: Complex Maven projects - Tutorials? Books?

2014-06-12 Thread mike digioia
So how does this book help you any more than all the detailed online Maven docs that exists and are updated? On Thu, Jun 12, 2014 at 4:10 PM, Barrie Treloar wrote: > On 13 June 2014 00:16, Hohl, Gerrit wrote: > > > We use Maven and Jenkins for about 1.5 years now, I guess. Until now the > > Ma

Re: Complex Maven projects - Tutorials? Books?

2014-06-12 Thread Barrie Treloar
On 13 June 2014 00:16, Hohl, Gerrit wrote: > We use Maven and Jenkins for about 1.5 years now, I guess. Until now the > Maven projects have been very simple and - let's say - very monolithic. > > But recently we identify more and more internal libraries in our > products. Of course we don't want

Re: Complex Maven projects - Tutorials? Books?

2014-06-12 Thread Ron Wheeler
Great advice. We depend on Nexus. If you are serious about Maven, you need a repo. The community version of Nexus is a great benefit to the Maven community. Ron On 12/06/2014 2:39 PM, Michael Osipov wrote: Am 2014-06-12 16:46, schrieb Hohl, Gerrit: Hello everyone, :) [..] Does someone know a

Re: Complex Maven projects - Tutorials? Books?

2014-06-12 Thread Ron Wheeler
Good questions. I have never heard anything negative about SNAPSHOTs from those who use them. Notice - Free advice: - Separate your utilities from your applications. If they have a life of their own, you can manage the dependencies more easily. - Test your utilities and libraries separately. U

Re: Complex Maven projects - Tutorials? Books?

2014-06-12 Thread Michael Osipov
Am 2014-06-12 16:46, schrieb Hohl, Gerrit: Hello everyone, :) [..] Does someone know a good book or tutorial which handles all of these issues around Maven and CI/CD in more depth? Hi Gerrit, here is the approach I have been using all the years, I think this is quite common in companies:

AW: site-deploy using wagon-ssh: User input needed

2014-06-12 Thread Hohl, Gerrit
Hello everyone, :) okay, I tried a different approach: Instead of that section in the settings.xml I copied my local know_hosts file from C:\Users\[MY_USER]\.ssh\known_hosts to the server: C:\Windows\system32\config\.ssh\known_hosts I read in the Internet that this folder is the

Complex Maven projects - Tutorials? Books?

2014-06-12 Thread Hohl, Gerrit
Hello everyone, :) I have a question which is not about a specific problem with Maven, but more a general question. I hope it is okay to ask this question here. We use Maven and Jenkins for about 1.5 years now, I guess. Until now the Maven projects have been very simple and - let's say - v

site-deploy using wagon-ssh: User input needed

2014-06-12 Thread Hohl, Gerrit
Hello everyone, :) this is my first post in this mailing list, so I hope I doing everything right. I'm using Maven 3.0.4, having a Jenkins build server running on Windows and a Web Server running on Ubuntu 14.04 LTS. I decided to use SSH for deploying the site to the server. My local se

Re: Breadcrumb inheritance in site.xml

2014-06-12 Thread Andreas Sewe
Hi, > that wasn't possible during my time of activity, not sure if anything > changed since: > http://mail-archives.apache.org/mod_mbox/maven-users/201104.mbox/%3c4da464c8.2060...@apache.org%3E yes, got fixed and I have used the fix successfully in one