Re: [m2] Possible bug?

2006-02-07 Thread Rubén Barroso
Done. 2006/2/7, Brett Porter <[EMAIL PROTECTED]>: > > Go to http://jira.codehaus.org/browse/MRESOURCES and "Create New > Issue" from the top bar. You need to sign up for an account first. > > - Brett > > On 2/7/06, Rubén Barroso <[EMAIL PROTECTED]> wro

Re: [m2] Possible bug?

2006-02-06 Thread Rubén Barroso
Hi Brett! How should I such a thing? (report the possible bug, I mean) Thanks 2006/2/4, Brett Porter <[EMAIL PROTECTED]>: > > sounds like a bug. Please file it under the MRESOURCES section in JIRA. > > - Brett > > On 2/3/06, Rubén Barroso <[EMAIL PROTECTED]> wrote

Re: [m2] Possible bug?

2006-02-02 Thread Rubén Barroso
I forgot to mention that @ char is in a comment. 2006/2/2, Rubén Barroso <[EMAIL PROTECTED]>: > > Hi all! > > I've got a resource (a Spring XML contexty file) that needs to be filtered > before being deployed. I use profiles to filter plenty of properties present >

[m2] Possible bug?

2006-02-02 Thread Rubén Barroso
Hi all! I've got a resource (a Spring XML contexty file) that needs to be filtered before being deployed. I use profiles to filter plenty of properties present on it. I've an at character (@) in the middle of the file, and I've found out that properties after that comment aren't filtered (properti

[m2] Profile inheritance

2006-01-20 Thread Rubén Barroso
Is there any standard way or even if it's possible to get a profile be inherited (some of its properties) from another one? (i.e. is profile inheritance implemented?) Thanks in advance. rb

Re: [m2] Missing properties in schemaexport

2005-11-24 Thread Rubén Barroso
Any idea? :S 2005/11/24, Rubén Barroso <[EMAIL PROTECTED]>: > I'm using hibernate 3, so I'd like to use that plugin version (thanks > for your support :D) > > 2005/11/24, Edwin Punzalan <[EMAIL PROTECTED]>: > > > > Which one are you using? hiberna

Re: [m2] Surefire and Cobertura reports empty

2005-11-24 Thread Rubén Barroso
e if your local is not en_us, then they are other issue. Search: > http://www.mail-archive.com/users%40maven.apache.org/ > for more info. > Alex > > Rubén Barroso a écrit : > > >Sure I don't have. Where and how should I create such a file? Or, > >better, documentati

Re: [m2] Surefire and Cobertura reports empty

2005-11-24 Thread Rubén Barroso
Sure I don't have. Where and how should I create such a file? Or, better, documentation about it? Thank you Alex! 2005/11/24, Alexandre Russel <[EMAIL PROTECTED]>: > Rubén Barroso a écrit : > > >Anyone knows why are my site surefire and cobertura reports empty? > >

[m2] Surefire and Cobertura reports empty

2005-11-24 Thread Rubén Barroso
Anyone knows why are my site surefire and cobertura reports empty? It seems that they're both executed, but their related reports in the generated site are empty :S. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: [m2] Missing properties in schemaexport

2005-11-24 Thread Rubén Barroso
I'm using hibernate 3, so I'd like to use that plugin version (thanks for your support :D) 2005/11/24, Edwin Punzalan <[EMAIL PROTECTED]>: > > Which one are you using? hibernate-maven-plugin or > hibernate3-maven-plugin ? > > > > Rubén Barroso wrote:

Re: [m2] Missing properties in schemaexport

2005-11-24 Thread Rubén Barroso
ing > ant-run to call hibernate ? > > > Rubén Barroso wrote: > > >Hello, I've been trying to use hibernate plugin in maven 2, but it > >doesn't work me. I've tried to achieve the same goal (schemaexport) > >with the following code: > > > >

[m2] Missing properties in schemaexport

2005-11-23 Thread Rubén Barroso
Hello, I've been trying to use hibernate plugin in maven 2, but it doesn't work me. I've tried to achieve the same goal (schemaexport) with the following code: org.apache.maven.plugins maven-antrun-plugin

[m2] Copy generated war to another folder

2005-11-22 Thread Rubén Barroso
Hello, anyone knows how could I say maven 2 to copy the generated WAR file to another folder? For instance, I don't want to copy it manually to ${tomcat5_home}/webapps, it'd be great if maven performed this automatically. Thanks in advance.

Re: [m2] How to skip tests in packaging

2005-11-21 Thread Rubén Barroso
Thanks a lot, but I actually meant how could I achieve that configuring it through the pom. Is it possible? Thanks again. 2005/11/21, Emmanuel Venisse <[EMAIL PROTECTED]>: > mvn -Dmaven.test.skip=true package > > Rubén Barroso a écrit : > > Hello, > > > > I'

[m2] How to skip tests in packaging

2005-11-21 Thread Rubén Barroso
Hello, I'm trying to bypass testing in package phase (creating a WAR). Anyone knows how could I perform this? Thanks in advance! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Surefire not ignoring test failures

2005-11-21 Thread Rubén Barroso
Hello, any suggestion to get surefire plugin ignore test failures in order to generate the project site? I've got this configuration in my pom: org.codehaus.mojo surefire-report-maven-plugin true but I don't know if that property is ok or there's another way to accomplish this.