Re: Maven Compile Programme

2009-12-30 Thread Dirk Olmes
Krishna_lvr wrote: Hi Thanks for your reply i have removed this file again it is creating , when i compile using maven could you please suggest , how to remove this , even then when i compile Do you need a HTTP proxy to access the web? If so, configure Maven to use the proxy. -dirk

how to add new item to maven menu run as under m2eclipse?

2009-12-30 Thread eyal edri
when you install the m2eclipse plugin, a new context menu is added to the run as with various maven goals. how can i add/change the default goals that appear there? (like Maven deploy...) only option now is to use the build... and choose manually deploy [image:

error using scm:accurev with the scm plugin

2009-12-30 Thread eyal edri
i'm trying to use the scm plugin with the Accurev SCM. Here's my pom: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi= http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd;

Re: error using scm:accurev with the scm plugin

2009-12-30 Thread Stephen Connolly
I told you already, Accurev does not play well with Maven... and IMHO, it cannot be made to play well with Maven without Accurev re-architecting some things. -Stephen 2009/12/30 eyal edri eyal.e...@gmail.com: i'm trying to use the scm plugin with the Accurev SCM. Here's my pom: project

Re: error using scm:accurev with the scm plugin

2009-12-30 Thread eyal edri
Actually, i might not need the maven scm plugin... if i've got hudson working with accurev - that's settles the automatic building... and i can use accurev plugin for eclipse for checkin/out releases. I've expressed what you said about accurev to my team leader, and he said those are not relevant

Assembly Plugin: Unpack Dependency Set Without Paths?

2009-12-30 Thread Jeffrey Ricks
Hi, I have a multi-module project (test-project) and I'm using a assembler module (testB) to build an output bundle as described in the docs. One of my modules produces a jar file of resources (testA). The assembler module needs to extract some of the files from that zip into a destination file

Re: error using scm:accurev with the scm plugin

2009-12-30 Thread Stephen Connolly
I might mention some of the data inconsistencies we found when migrating some of the file versions that Accurev would tell you existed, but would refuse to give... and the 8 hour window for which recreating a snapshot within that time creates a different snapshot from one created at the exact

Re: error using scm:accurev with the scm plugin

2009-12-30 Thread Stephen Connolly
To put it another way... when I first started using Accurev, I was a big fan... after writing a tool to convert to Subversion (we were looking at using the Subversion - clearcase migration tools to get our history to the Corp mandated SCM tool) I have lost all confidence in Accurev. (Thankfully,

Plugins and their versions

2009-12-30 Thread Roland Asmann
Hi all! I was wondering if there is a plugin that can report all configured plugins in a POM. Important to me would be the configured version of the plugin, so if no such version is given, it should either not give the version or give it as 'latest'. Does anybody know of a plugin that can do

Re: Plugins and their versions

2009-12-30 Thread Justin Edelson
On 12/30/09 10:26 AM, Roland Asmann wrote: Hi all! I was wondering if there is a plugin that can report all configured plugins in a POM. Important to me would be the configured version of the plugin, so if no such version is given, it should either not give the version or give it as 'latest'.

Re: Plugins and their versions

2009-12-30 Thread Stephen Connolly
also have a look at mvn versions:display-plugin-updates 2009/12/30 Justin Edelson justinedel...@gmail.com: On 12/30/09 10:26 AM, Roland Asmann wrote: Hi all! I was wondering if there is a plugin that can report all configured plugins in a POM. Important to me would be the configured

Where can I put CVS credentials outside my project?

2009-12-30 Thread laredotornado
Hi, I'm using Maven 2.2. Currently in my root pom.xml, I have scm connectionscm:cvs:pserver:dalvar...@localhost:/usr/local/cvs/abc:myco/galc/capitol/tours/connection tagmyco-galc-capitol-tours-1_0_5/tag /scm This is needed when preparing and performing a release. However,

Limit number of snapshot version in my local reposotory

2009-12-30 Thread langlois yan
Hi, Is it possible to limit the number of snapshot that are store in the local repository for the same version ? Yan.

Re: Limit number of snapshot version in my local reposotory

2009-12-30 Thread Wendy Smoak
On Wed, Dec 30, 2009 at 9:12 AM, langlois yan langlois_...@yahoo.fr wrote: Is it possible to limit the number of snapshot that are store in the local repository for the same version ? I don't know of anything that does this for a developer's local repo, but there is some code in Continuum

Re: Plugins and their versions

2009-12-30 Thread Roland Asmann
Justin's suggestion is close to what I want. Only thing missing is the plugins that have no versions. The reason I need that, is to find all our plugins and set their versions. I've had to many problems with updated plugins that killed my build. The versions-plugin is definitely NOT what I want,

Re: Plugins and their versions

2009-12-30 Thread Stephen Connolly
It should tell you what the current version is and suggest a newer version 2009/12/30 Roland Asmann roland.asm...@adesso.at: Justin's suggestion is close to what I want. Only thing missing is the plugins that have no versions. The reason I need that, is to find all our plugins and set their

Re: Plugins and their versions

2009-12-30 Thread Roland Asmann
Understood, but I'm not interested in the updates, I'm trying to track down the plugins that have no version configured. It should tell you what the current version is and suggest a newer version 2009/12/30 Roland Asmann roland.asm...@adesso.at: Justin's suggestion is close to what I want.

Re: profile precedence order; skipping tests by default if not specified

2009-12-30 Thread David Smiley @MITRE.org
I could, or I maybe the command-line might -D might override it but I was figuring neither of these options would be necessary. I figure the pom would override my settings.xml -- I argue it *should* work that way. ~ David Baptiste MATHUS wrote: Couldn't you just deactivate the profile that

Re: Help understanding install:install-file and -Dsources or -Djavadoc

2009-12-30 Thread Jonathan Gold
Anders -- Thanks for the response. I'm just turning back to this now, and am not sure what version I'm using. According to: mvn help:describe -Dplugin=install I'm using version 2.3: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'help'.

Re: Plugins and their versions

2009-12-30 Thread Stephen Connolly
yes it tells you the ones with no versions configured, what the effective version is and (the bit you don't want) what the latest version is ;-) Sent from my [rhymes with tryPod] ;-) On 30 Dec 2009, at 17:16, Roland Asmann roland.asm...@adesso.at wrote: Understood, but I'm not

Re: Plugins and their versions

2009-12-30 Thread Wayne Fay
Understood, but I'm not interested in the updates, I'm trying to track down the plugins that have no version configured. The enforcer plugin can help you find plugins with missing versions, too. Wayne - To unsubscribe,

Re: Plugins and their versions

2009-12-30 Thread Brian E. Fox
Take a look at the enforcer requirepluginversions rule. It will do what you have asked. --Brian (mobile) On Dec 30, 2009, at 10:26 AM, Roland Asmann roland.asm...@adesso.at wrote: Hi all! I was wondering if there is a plugin that can report all configured plugins in a POM. Important to

Re: Site generation for multiple modules is not working properly

2009-12-30 Thread Dennis Lundberg
DebasisM wrote: Hi All, I am having some problem while generating site for multiple modules. 1.I am having 7 modules.I am having a parent pom and i am running install and deploy goal in the parent one which does for all the moduels defined in the parent pom.but i want to generate the sites

Re: Help understanding install:install-file and -Dsources or -Djavadoc

2009-12-30 Thread Anders Hammar
I believe the help plugin shows the wrong version. There was a discussion around this some time ago. You're most likely using v2.2. Best-practise is however to always pin down the version of your plugins. /Anders On Wed, Dec 30, 2009 at 19:32, Jonathan Gold jgold...@gmail.com wrote: Anders --

javadoc:aggregate - change output directory

2009-12-30 Thread ykyuen
Hi all, i have a multi-module project and i would like to use the javadoc:aggregate to generate all the javadoc. so i follow the http://maven.apache.org/plugins/maven-javadoc-plugin/aggregate-mojo.html#outputDirectory javadoc:aggregate goal definition to set my parent pom.xml plugin