Maven Release Plugin - Reopen MRELEASE-282

2022-06-17 Thread Pablo Caraballo Llorente
Hello. As a user of the maven-release-plugin, I find that the issue MRELEASE-282 is an improvement that would be useful to improve the configuration of the prepare and perform goals. In my specific case, I cannot configure different arguments f

Re: [RESULT] [VOTE] Release Maven ACR Plugin version 1.0

2011-04-01 Thread Pablo
Thanks! On 03/31/2011 07:05 PM, Tamás Cservenák wrote: http://www.apache.org/foundation/voting.html On Thu, Mar 31, 2011 at 1:02 PM, Pablo wrote: Just curious, What does non binding mean

Re: [RESULT] [VOTE] Release Maven ACR Plugin version 1.0

2011-03-31 Thread Pablo
Just curious, What does non binding mean? On 03/31/2011 06:43 PM, Stephane Nicoll wrote: Hi, The vote has passed with the following result : +1 (binding): Hervé, Olivier, Stéphane +1 (non binding): Pablo Rodriguez Pina, Robert Nagajek, David Konecny

Re: [VOTE] Release Maven ACR Plugin version 1.0

2011-03-26 Thread Pablo
- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org -- Pablo Rodriguez Pina

Re: Include maven-car-plugin to the official maven plugins

2011-03-19 Thread Pablo
et me know and i'll do it straight away. Regards, Pablo. On 03/20/2011 08:12 AM, Wendy Smoak wrote: On Sat, Mar 19, 2011 at 4:19 PM, Stephane Nicoll wrote: okay I have a candidate implementation based on the initial plugin on g

Re: Include maven-car-plugin to the official maven plugins

2011-03-14 Thread Pablo
Hi, In reply to Stephane: On 03/14/2011 04:22 PM, Stephane Nicoll wrote: Hi, I am currently working on supporting the "application-client" artifact type properly in the EAR plugin. Pablo (in CC) wrote a maven-car-plugin[1] which is very simi

Question on packaging types, maven-install and maven ejb/ear plugin

2011-03-07 Thread Pablo
re it gets installed in the repo as a .jar file? *//* Regards, Pablo.

maven article

2006-11-27 Thread Juan Pablo Santos Rodríguez
article was published ni javahispano, an spanish site somewhat similar to theserversite, and it can be downloaded there: http://www.javahispano.org/tutorials.item.action?id=67 The article can also be readed here: http://metaware-inc.wiki.mailxmail.com/AntMaven Thanks in advance for the feedback :-) Kind regards, Juan Pablo

tests in a JAR file and surefire

2006-03-30 Thread Pablo
it can be used in surefire plugin? ... com.myco.app foo 1.0-SNAPSHOT test-jar ... Cheers Pablo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems with JarSignMojo

2006-03-06 Thread Pablo
revents me from using this Mojo. Cheers Pablo Pablo wrote: Hello everyone I tried to use JarSignMojo from maven-jar-plugin trunk but with no success. Out of the box it's not useable. 1) If I set verify to true the following code is done: if ( verify ) { JarSignVer

Problems with JarSignMojo

2006-02-22 Thread Pablo
use this artifact in other projects which depend on it. Cheers Pablo

Re: feature request for maven-compiler-plugin

2006-01-12 Thread Pablo
Brett Porter wrote: Have commented on there. I think outputDirectory should be writeable, but I think that the compileSourceRoots should not. Instead, the build-help-maven-plugin should be used to add source roots. The limitation will be that you can't have multiple target directories without a

Re: Integration tests

2006-01-12 Thread Pablo
ce from one of maven-compiler-plugin mojos. Pablo from my team wrote about it today, and Bob Allison here: http://jira.codehaus.org/browse/MCOMPILER-13. I thought this was too much of a coincidence :) Use the build-helper-maven plugin from org.codehaus.mojo. From http://mojo.codeh

Re: Possible bug in PluginManager (DefaultPluginManager)

2006-01-12 Thread Pablo
2.0* [EMAIL PROTECTED]:~/cvsroot/webapp$ mvn clean test-compile [cut] [INFO] [compiler:compile] Compiling 225 source files to /home/pablo/cvsroot/webapp/target/classes [cut] [INFO] [compiler:testCompile] Compiling 19 source files to /home/pablo/cvsroot/webapp/target/test-classes [cut] [INFO]

Possible bug in PluginManager (DefaultPluginManager)

2006-01-12 Thread Pablo
Map because I didn't needed it and didn't tested. I'm using 2.1-SNAPSHOT version of maven if it helps. Cheers Pablo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

feature request for maven-compiler-plugin

2006-01-12 Thread Pablo
ute prevents me from using this plugin in custom applications. Cheers Pablo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

how to use maven-compiler-plugin

2006-01-10 Thread Pablo
test-compile] [INFO] [INFO] [clean:clean] [INFO] Deleting directory /home/pablo/cvsroot/webapp/target [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] Compiling 225 source files to /home/pablo/cvsroot/webapp/target/classes [INFO] [res

Integration-test and, classpath etc

2005-11-16 Thread Pablo
present in the classpath. Why? There is no httpunit, htmlunit, junit etc. Could some one tell me what I'm doing wrong and what I should do to make it work? Cheers Pablo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

problems with Integration-test and plexus compiler

2005-11-15 Thread Pablo
*test* phase. If they were placed in src/tests the *package* phase would return error since there would be no webapp running *(test* is before *package* phase). Thanks in advance. Pablo

Re: StrutsTestCase and surefire:test

2005-11-10 Thread Pablo
Kenney Westerhof wrote: On Thu, 10 Nov 2005, Pablo wrote: Hi, AFAIK the WEB-INF/web.xml is not needed in the classpath - only the servlet container uses it. [surefire] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0,02 sec <<<<<<<< FAILURE !! junit.framework.A

StrutsTestCase and surefire:test

2005-11-10 Thread Pablo
;t halp at all. The question I have is what should I do to run these tests without problems? I was suggested to file a request for an "additionalClasspathElements" field for the plugin. Does any body have a different solu

[jira] Created: (MEV-85) JetSpeed:portlet-api dependency in DisplayTag 1.0 POM

2005-09-15 Thread Pablo Mu?iz Garc?a (JIRA)
JetSpeed:portlet-api dependency in DisplayTag 1.0 POM - Key: MEV-85 URL: http://jira.codehaus.org/browse/MEV-85 Project: Maven Evangelism Type: Bug Components: Invalid POM Reporter: Pablo Muñiz García http

RE: jar & war plugins

2004-05-07 Thread Pablo Lalloni
a linux box with OpenSSH and a solaris box with whatever ssh implementation they have . El vie, 07-05-2004 a las 04:18, Maczka Michal escribió: > -----Original Message- > From: Pablo Lalloni [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 06, 2004 9:36 PM > To: [EMAIL PROTECTED] &

jar & war plugins

2004-05-06 Thread Pablo Lalloni
I just wanted to know if the jar plugin is going to be modified so it make deployments through the artifact plugin... See, I've done this modification for the project I'm working on but don't like the idea of having our own versions of maven plugins, so maybe I could send/submit/whatever the modi