is the wagon-maven-plugin broken?

2013-12-15 Thread Sankaran, Nambi
None of the goals in “wagon-maven-plugin” work http://mojo.codehaus.org/wagon-maven-plugin/plugin-info.html Have anyone used any of these goals before? https://svn.codehaus.org/mojo/trunk/mojo/wagon-maven-plugin/src/it/http-download/pom.xml [INFO] Scanning for projects... [WARNING] [WARNING]

RE: is the wagon-maven-plugin broken?

2013-12-15 Thread Sankaran, Nambi
-maven-plugin broken? got small pom to reproduce this issue? does it work with maven 2? -D On Sun, Dec 15, 2013 at 9:32 PM, Sankaran, Nambi nsanka...@ebay.com wrote: None of the goals in “wagon-maven-plugin” work http://mojo.codehaus.org/wagon-maven-plugin/plugin-info.html Have anyone

maven deploy plugin fails with artifact-not-found

2013-12-13 Thread Sankaran, Nambi
I’m trying to deploy a snapshot version of the artifact for the first time. Maven deploy fails with error “could not find artifact in the remote repository” Obviously the artifact was never deployed in the remote repository, so it is not available in the remote repository. Tried with various

Re: maven deploy plugin fails with artifact-not-found

2013-12-13 Thread Sankaran, Nambi
Yes, did try ³mvm deploy². But it fails in an empty repo. This is a parent pom file ( packaging = pom ). This pom contains dependencyManagement section and distributionManagement section that¹s all. On 12/13/13, 10:07 AM, Thorsten Heit thorsten.h...@vkb.de wrote: Hi, I¹m trying to deploy a

Re: help testing a test war in a jar module

2013-12-12 Thread Sankaran, Nambi
Please take a look at web-fragments. It is a servlet packaged as a jar. On 12/12/13, 8:25 AM, rand...@kamradtfamily.net rand...@kamradtfamily.net wrote: I have an unusual issue, a product that is ultimately a webapp, but each screen is required to be in a separate jar file with no

RE: Is there a Maven plugin for the Java debugger (jdb)?

2013-10-11 Thread Sankaran, Nambi
, by invoking Maven tasks that point to Maven plugins that interact with jdb. On Thu, Oct 10, 2013 at 2:09 PM, Sankaran, Nambi nsanka...@ebay.com wrote: It very is easy to debug maven from eclipse, I have documented how I debug maven-jetty-plugin using eclipse http

RE: Is there a Maven plugin for the Java debugger (jdb)?

2013-10-10 Thread Sankaran, Nambi
It very is easy to debug maven from eclipse, I have documented how I debug maven-jetty-plugin using eclipse http://nambisankaran.wordpress.com/2012/06/30/running-jetty-server-with-maven/ -Original Message- From: Andrew Pennebaker [mailto:apenneba...@42six.com] Sent: Thursday, October

RE: Is there a Maven plugin for the Java debugger (jdb)?

2013-10-10 Thread Sankaran, Nambi
text editor, not necessarily Eclipse or Intellij, for example Emacs, or even Notepad, by invoking Maven tasks that point to Maven plugins that interact with jdb. On Thu, Oct 10, 2013 at 2:09 PM, Sankaran, Nambi nsanka...@ebay.com wrote: It very is easy to debug maven from eclipse, I have

RE: [DISCUSS] Should the Maven PMC be an example of how we want the Maven Community to behave (was Re: svn commit: r1506778 - /maven/site/trunk/content/markdown/project-roles.md)

2013-07-25 Thread Sankaran, Nambi
+1 The candidates should be people who contribute in terms of code/patch. -Original Message- From: Jason van Zyl [mailto:ja...@tesla.io] Sent: Thursday, July 25, 2013 9:56 AM To: Maven Users List Subject: Re: [DISCUSS] Should the Maven PMC be an example of how we want the Maven

RE: [DISCUSS] Should the Maven PMC be an example of how we want the Maven Community to behave (was Re: svn commit: r1506778 - /maven/site/trunk/content/markdown/project-roles.md)

2013-07-25 Thread Sankaran, Nambi
, 25 July 2013, Sankaran, Nambi wrote: +1 The candidates should be people who contribute in terms of code/patch. -Original Message- From: Jason van Zyl [mailto:ja...@tesla.io] Sent: Thursday, July 25, 2013 9:56 AM To: Maven Users List Subject: Re: [DISCUSS] Should the Maven PMC

RE: Lightweight maven-releases, or an alternative to the maven-release-plugin

2013-04-30 Thread Sankaran, Nambi
Hi Rotch This sounds quite interesting and I feel it would be useful to a lot of projects. The release-plugin as it is, is not very flexible. Questions 1. Why does the jar need to be part of maven installation? Why not a plugin? 2. Can it generate a version based on some strategy? Looks like

how to include 'src/main/webapp' in a jar file?

2013-03-19 Thread Sankaran, Nambi
Hi All I have a maven web project that has packaging as war. the package generates war file that confirms to war format. But, i like to package the project as a jar as well along with the default war format. So, I am trying to use maven jar plugin to achieve that. I am using the following jar

How to get a summary of maven plugin execution times

2012-02-17 Thread Sankaran, Nambi
Hi At the end of the build maven provides the summary as follows, [INFO] [INFO] Reactor Summary: [INFO] [INFO] p1 ... SUCCESS [0.429s] [INFO] p1-parent

Summary of maven-plugin-execution times

2012-02-17 Thread Sankaran, Nambi
Hi At the end of the build maven provides the summary as follows, [INFO] [INFO] Reactor Summary: [INFO] [INFO] p1 ... SUCCESS [0.429s] [INFO] p1-parent

Setting values in a mojo

2011-12-15 Thread Sankaran, Nambi
Hi All I have the following mojo, but the values are NOT getting set, by maven runtime. The exception trace is provided below. Have anyone faced the same problem before? public class Assembler1PackageMojo extends AbstractMojo { /** * The

updating dependencyManagement section in pom.xml using Maven Embedder

2009-04-13 Thread Sankaran, Nambi
Hi I need to change the versions of dependencies in dependencyManagement in my super pom for each new release. So, I am doing that using MavenEmbedder. when the pom.xml is saved back to the disk, the maven expressions are replaced by actual values based on the project. MavenEmbedder embedder

issue: Removing: prebuild from forked lifecycle, to prevent recursive invocation.

2008-11-26 Thread Sankaran, Nambi
Hello I have created maven plugin that has a prebuild goal. But, during execution, maven throws the following warning, [WARNING] Removing: prebuild from forked lifecycle, to prevent recursive invocation. Why does this happen? What is the problem? thanks nambi