Problems with maven-gpg-plugin

2010-02-09 Thread Karl Heinz Marbaise
Hi, currently I'm trying to deploy signed artifacts into a nexus repo manager Based on the http://www.sonatype.com/people/2010/01/how-to-generate-pgp-signatures-with-maven/ description i configured the maven-gpg-plugin to be activated based on the release:perform ... pre profiles

stop at compiler warning?

2010-02-09 Thread Sebastian Gaßmann
Hello, Is it possible to set an option in the maven compiler, so that the build process stops at a compiler warning? greetings Sebastian Gaßmann Telefon: +49 (0) 89/4 51 14-128 E-Mail: s.gassm...@e-media.de mailto:s.gassm...@e-media.de G+J Entertainment Media GmbH Co. KG

Re: Resources used in multiple projects

2010-02-09 Thread Martin Schayna
Hi Matthew, Sure, we are developing apps in Eclipse and these projects are sucessfully eclipse:eclipse-ed. But eclipse maven plugin is not ideal, so I had to change some .settings/* files after that, especially org.eclipse.wst.common.component -- for shared resources I had to use linked

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: Problems with maven-gpg-plugin

2010-02-09 Thread Karl Heinz Marbaise
Hi, after investigating an debug -X output i found out that an incorrectly escaped passphrase caused the problem ...My passphase had an space in it and i tried to escape it (based on a hint in the Maven IRC chat on codehaus): with blabal\ blabal...but this doesn't work... pre [DEBUG]

Aggregating secondary artifacts

2010-02-09 Thread Phil Housley
Rather than trying to explain abstractly, here's a brief description of what I'm working on: I need to make a bundle out of some number of (independently) maven managed components, in something like the same way as building a war, but with a custom format. For this, I've made my own packaging

Re: stop at compiler warning?

2010-02-09 Thread Baptiste MATHUS
Having had a look at the maven compiler plugin page, I don't think so. You could either file an entry in the jira for this plugin, or write a small enforcer rule that would check is some warning was previously issued by the maven-compiler-plugin. The second option might not be difficult to write.

custom WagonManager in maven3 - how ?

2010-02-09 Thread kristian
hello, is there a way to have a custom org.apache.maven.repository.legacy.DefaultWagonManager I tried to add it in plugin with extension by adding it into plexus/components.xml like this: component-set components component roleorg.apache.maven.repository.legacy.WagonManager/role

Re: Q4E and m2eclipse

2010-02-09 Thread ustaman
m2eclipse plugin *does* allow viewing the entire maven aggregator project and it's children as a single eclipse project. However, this means the classpath viewed from eclipse will be the sum of all classpaths. What I found annoying with this plugin however was that on some machines, when I try to

Extension cannot be built in same reactor

2010-02-09 Thread Wetzold, Robert
Hi, I have a question concerning extensions. Say we have the following project structure: Quality/qpom.xml MyComponent/cpom.xml mainpom.xml Quality is buildable on its own and is included as an extension in mainpom.xml in the form extension

Re: Extension cannot be built in same reactor

2010-02-09 Thread Wayne Fay
What I would expect is that maven builds quality first and then includes it as an extension into the build for mycomponent. This does not work You are correct -- this won't work. This is similar to when you have a module which is a plugin, and then you want to use that plugin later in your

General question about remote deploy

2010-02-09 Thread T N N A C
Hi, Excuse me for the noob questions: Which are the options to do a remote deploy in JBoss with Maven? Can I do a remote hard deploy? Thanks, Marco. Veja quais são os assuntos do momento no Yahoo!

Re: General question about remote deploy

2010-02-09 Thread Wendy Smoak
On Tue, Feb 9, 2010 at 12:26 PM, T N N A C tn...@yahoo.com.br wrote: Which are the options to do a remote deploy in JBoss with Maven? Can I do a remote hard deploy? Take a look at the Cargo plugin to see if it supports what you need. If not, there might be a plugin specific to JBoss. --

Re: General question about remote deploy

2010-02-09 Thread David Hoffer
There is... groupIdorg.codehaus.mojo/groupId artifactIdjboss-maven-plugin/artifactId version1.4/version I'd be interested in comparing features with Cargo. -Dave On Tue, Feb 9, 2010 at 1:05 PM, Wendy Smoak wsm...@gmail.com wrote: On Tue, Feb 9, 2010 at 12:26 PM, T N N A C

Re: General question about remote deploy

2010-02-09 Thread Anders Hammar
Here's the JBoss maven plugin: http://mojo.codehaus.org/jboss-maven-plugin/ /Anders On Tue, Feb 9, 2010 at 21:05, Wendy Smoak wsm...@gmail.com wrote: On Tue, Feb 9, 2010 at 12:26 PM, T N N A C tn...@yahoo.com.br wrote: Which are the options to do a remote deploy in JBoss with Maven? Can I

Curiosity: why does site plugin always re-download woodstox:wstx-asl?

2010-02-09 Thread Mark H. Wood
??? I checked my local repository and it contains wstx-asl-3.2.7.jar and wstx-asl-3.2.7.jar.sha1, but not the maven-metadata-*.xml that I'm accustomed to seeing. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Friends don't let friends publish revisable-form documents.

Re: General question about remote deploy

2010-02-09 Thread T N N A C
Thank you for answers. But doubt persists: in the case of hard deploy, it only work on the localhost? or can I do a hard deploy on a remote server? Thanks, Marco. --- Em ter, 9/2/10, David Hoffer dhoff...@gmail.com escreveu: De: David Hoffer dhoff...@gmail.com Assunto: Re: General question

Filtering dependency artifacts

2010-02-09 Thread David Conil
Hi all, I've been trying to assemble an existing zip/rar file using the maven-assembly-plugin but without success. Here is the use case: Project A contains some files, which are packaged in a zip file and installed. The zip file is available in the local repository. Project B has a runtime

Re: Curiosity: why does site plugin always re-download woodstox:wstx-asl?

2010-02-09 Thread Wayne Fay
???  I checked my local repository and it contains wstx-asl-3.2.7.jar and wstx-asl-3.2.7.jar.sha1, but not the maven-metadata-*.xml that I'm accustomed to seeing. Does it have the *.pom file as well? Are you sure it is downloading the jar or is it just continuously looking for the pom file?

Re: General question about remote deploy

2010-02-09 Thread David Hoffer
Don't know for sure...I've only tried localhost. -Dave On Tue, Feb 9, 2010 at 1:40 PM, T N N A C tn...@yahoo.com.br wrote: Thank you for answers. But doubt persists: in the case of hard deploy, it only work on the localhost? or can I do a hard deploy on a remote server? Thanks, Marco.

Need Urgant help regarding Wsmx installing through maven

2010-02-09 Thread AMJAD USMAN
Hi Everybody=2C I am a new user to maven and wsmx. I am installing wsmx-reshape on my syste= m runing windows xp. when i run the following command from wsmx-dist folder C:\wsmx-reshape\wsmx-dis\mvn install -Dmaven.test.skip=3Dtrue it gives the following error: