Regarding coping the dependencies

2010-02-11 Thread DebasisM
Hi All, I know copy dependencies goal copy all the direct dependency as well as transitive.i want to copy one lavel transitive of one particular dependent plugin. suppose i am having 5 dependencies.meaning all the 5 will be copied as well as dependencies of one among the 5 also will be copied.

maven site generation is taking long time in hudson

2010-01-17 Thread DebasisM
Hi All, when i generate the site from eclipse it takes very less time.because i have made the dependency location enable=false.like this dependencyDetailsEnabledfalse/dependencyDetailsEnabled dependencyLocationsEnabledfalse/dependencyLocationsEnabled but when

How to customize the project info reports-project-info-reports:project-team

2010-01-11 Thread DebasisM
Hi All, I am generating the site through site goal.The project-team list page contains some info which is not suitable for all type of project.Examle- The Team A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as

out of memory error while generating the sites

2010-01-11 Thread DebasisM
Hi All, when through my eclipse i am generating the sites it is going well.But through hudson i am encountering with the following error.I am executing site-deploy goal [INFO] [ERROR] FATAL ERROR [INFO]

Problem in site deployment

2010-01-05 Thread DebasisM
Hi, I am generating a site and trying to deploy it.I am facing two problem. 1.i am having 8 modules.i am using pom aggregation for running install and deploy goal.but site i want to generate only for parent not for the child modules. how to prevent only for the site generation. 2.for

Using Maven Changes plugin for bugzilla

2009-12-29 Thread DebasisM
Hi All, Does the mavenchanges plugin is integrated with bugzilla.Mean to say whether it generates the change.xml is getting generated by taking the info from bugzilla between the releases. I have got another plugin i,e-Bugzilla Maven Changes.but don't know how to use it. Thanks, Debasis --

Re: Using Maven Changes plugin for bugzilla

2009-12-29 Thread DebasisM
http://sourceforge.net/projects/bugzillachanges http://sourceforge.net/projects/bugzillachanges But no documents available which talks about the goal details and usage. Thanks, Debasis Dennis Lundberg-2 wrote: DebasisM wrote: Hi All, Does the mavenchanges plugin is integrated

Site generation for multiple modules is not working properly

2009-12-29 Thread DebasisM
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 for only 2 modules

maven release plugin is not applying scmcommentprefix while tagging

2009-11-26 Thread DebasisM
Hi All, Even if i am giving the scmcommentprefix then also release:prepare goal is not taking into consideration while tagging.it is starting from -[maven-scm] copy for tag. I am using scmbug that every commit should be started with a bug id like bug bugno:message. I have given in the

Re: maven release plugin is not applying scmcommentprefix while tagging

2009-11-26 Thread DebasisM
2.0-beta-8 instead. -Michael DebasisM wrote: Hi All, Even if i am giving the scmcommentprefix then also release:prepare goal is not taking into consideration while tagging.it is starting from -[maven-scm] copy for tag. I am using scmbug that every commit should be started with a bug

Maven-release-plugin checking in the pom twice

2009-11-07 Thread DebasisM
Hi All, I am using release-plugin.i observed it is checking in the pom twice.one is for release and other is for next development iteration. The second time check in is keeping me in problem. I am having 7 submodules.release checkin is working perfectly i,e -it is changing the version no of all