[ANN] Maven PDF Plugin 1.2 Released

2012-11-08 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven PDF Plugin, version 1.2 Generates a PDF document from the project site. http://maven.apache.org/plugins/maven-pdf-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-pd

[ANN] Maven SCM Publish Plugin 1.0-beta-2 Released

2012-11-08 Thread Mark Hobson
The Maven team is pleased to announce the release of the Maven SCM Publish Plugin, version 1.0-beta-2. This plugin allows Maven websites to be published to any supported SCM. http://maven.apache.org/plugins/maven-scm-publish-plugin/ You should specify the version in your project's plugin configu

[ANN] Maven SCM 1.8.1 Released

2012-11-08 Thread Mark Hobson
The Maven team is pleased to announce the release of Maven SCM, version 1.8.1. Maven SCM provides a common API for doing SCM operations. http://maven.apache.org/scm/ Release Notes - Maven SCM - Version 1.8.1 Bug: * [SCM-696] - SVN tagging fails with svn+ssh://username@host URL * [SCM-697] - git

Re: Include child binaries in a assembly distribution

2012-11-08 Thread Billy Newman
Almost there getting a final distribution build. I am having one last problem that I am not sure how to solve: Project layout -->module 1 (jar) -->module 2 (war) -->module 3 (zip) This module builds a zip archive using the assmebly plugin --> dist module Module to create distribution pom.xml My

Re: [maven-release-plugin] release from non-head revision

2012-11-08 Thread Nicolas Barrera
Ok, so the maven-release-plugin does not have any way of releasing without the branch? Nicolás.- On Thu, Nov 8, 2012 at 10:38 AM, Thomas Matthijs wrote: > On Thu, Nov 8, 2012 at 2:34 PM, Nicolas Barrera > wrote: > > Hi maven-release users! > > > > Is it possible to checkout certain (non-head)

Re: Importing large project into Eclipse hangs on constant percent

2012-11-08 Thread Wayne Fay
> My settings.xml does not exist. I do not know if i have deleted it by > mistake. How do you know this? What directory (-ies) did you look in to find it? > If you advise me to generate one settings.xml, which proxy should i use? Your network admin would tell you the proxy information to use. >

Re: Importing large project into Eclipse hangs on constant percent

2012-11-08 Thread Merve Temizer
My settings.xml does not exist. I do not know if i have deleted it by mistake. If you advise me to generate one settings.xml, which proxy should i use? If it was there a while ago, did it have a default proxy host and port? If so what is that, if not what hostname and port should i use, or how cani

Re: Importing large project into Eclipse hangs on constant percent

2012-11-08 Thread Kiren Pillay
It only applies if you have a proxy. If you have a direct internet connection it doesn't matter. otherwise there's a maven proxy setting element in the settings.xml file: eg: bcx-proxy-http true 109.110.28.1

Re: Importing large project into Eclipse hangs on constant percent

2012-11-08 Thread Merve Temizer
Thanks. I searched but could not find so far. What should i set as eclipse proxy settings? How can i learn what is the appropriate proxy to set to eclipse? 2012/11/8 Kiren Pillay > From my experience, issues with network cause most maven/eclipse tasks to > hang. Check your eclipse proxy setting

Re: Importing large project into Eclipse hangs on constant percent

2012-11-08 Thread Kiren Pillay
>From my experience, issues with network cause most maven/eclipse tasks to hang. Check your eclipse proxy settings as well as the maven proxy settings if any. On Thu, Nov 8, 2012 at 4:30 PM, Merve Temizer wrote: > Hello, > I had succesfully imported James Server a while ago, > but i can not rep

Re: [maven-release-plugin] release from non-head revision

2012-11-08 Thread Thomas Matthijs
On Thu, Nov 8, 2012 at 2:34 PM, Nicolas Barrera wrote: > Hi maven-release users! > > Is it possible to checkout certain (non-head) revision of the trunk and use > release:prepare, release:perform on it? > > I 've tried and I couldn't but perhaps there 're some parameters I 'm not > seeing. Usuall

[maven-release-plugin] release from non-head revision

2012-11-08 Thread Nicolas Barrera
Hi maven-release users! Is it possible to checkout certain (non-head) revision of the trunk and use release:prepare, release:perform on it? I 've tried and I couldn't but perhaps there 're some parameters I 'm not seeing. I 've tried looking for this in the internet but it seems I 'm not enterin