Re: Problems with maven-gpg-plugin

2010-02-09 Thread Jo Eduardo
Is this all the logs? Seems like its trying to perform mvn performRelease=true, which is not a valid maven command. Try to find out where that performRelease=true comes from and try to fix that. Also, it seems that what you want to run is mvn -DperformRelease=true. HTH, -- Jo Eduardo Twitter

Re: How to place exclusions on a plugin directly

2010-02-08 Thread Jo Eduardo
Hi Pulkit, AFAIK there's no way to exclude the files in the jar. ( http://maven.apache.org/guides/mini/guide-configuring-plugins.html) If you want, you could create your own version of the jar, if its allowable. Then just use that jar.\ HTH, -- Jo Eduardo Twitter: http://twitter.com/joed