Re: Findbugs with external configuration

2011-10-19 Thread Fabricio Lemos
: fabricio.le...@sefaz.ce.gov.br To: users@maven.apache.org Subject: Re: Findbugs with external configuration Was my question confusing or isn´t anyone using findbugs with maven-site 3 and external file configuration? On 13/10/2011 16:25, Fabricio Lemos wrote: Can anyone help me configure findbugs

Re: Findbugs with external configuration

2011-10-18 Thread Fabricio Lemos
Was my question confusing or isn´t anyone using findbugs with maven-site 3 and external file configuration? On 13/10/2011 16:25, Fabricio Lemos wrote: Can anyone help me configure findbugs in the site reporting? I use an external file to exclude some checks, so I used this configuration

Findbugs with external configuration

2011-10-13 Thread Fabricio Lemos
Can anyone help me configure findbugs in the site reporting? I use an external file to exclude some checks, so I used this configuration: http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html and adapted it to maven-site 3. It works with checkstyle but

Re: Corrupted files in codehaus snapshots repository

2010-09-24 Thread Fabricio Lemos
Ok, it´s working now. Thank you Anders and Wayne. On 22/9/2010 18:42, Wayne Fay wrote: Is there a problem with Codehaus Snapshots Repository? When I run my build I get corrupted files. Here is the output: Codehaus Snapshots Repo is now hosted by Nexus:

Corrupted files in codehaus snapshots repository

2010-09-22 Thread Fabricio Lemos
Is there a problem with Codehaus Snapshots Repository? When I run my build I get corrupted files. Here is the output: D:\java\workspaces\helios\pdf-parent\pdf-coremvn install [INFO] Scanning for projects... [INFO] [INFO]

Re: Release of the site plugin?

2010-09-06 Thread Fabricio Lemos
I tried maven-site 3.0-beta-2-SNAPSHOT with maven 3.0-beta-3 I got an error: Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-metadata.xml Downloading:

Re: Release of the site plugin?

2010-09-06 Thread Fabricio Lemos
How do I do that? I do not have any referencies in my pom to maven-project-info-reports-plugin. On 6/9/2010 11:57, Olivier Lamy wrote: Hi, It looks you are trying to use : org.apache.maven.plugins:maven-project-info-reports-plugin:2.1.2-SNAPSHOT The 2.1.2 version has been released, you must

Re: Release of the site plugin?

2010-09-06 Thread Fabricio Lemos
Oh... that worked. Thank you On 6/9/2010 16:00, Olivier Lamy wrote: build plugins ... plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-project-info-reports-plugin/artifactId version2.1.2/version /plugin

Re: Why all these errors with mvn site:site concerning https://maven-repository.dev.java.net/nonav/repository

2010-08-26 Thread Fabricio Lemos
I´m also getting this error with maven 3.0-beta-2 and site plugin 3.0-beta-1. Can you point me to the Jira issue for this bug? thanks, Fabricio Lemos On 29/7/2010 02:19, Rick R wrote: On Tue, Jul 27, 2010 at 4:34 PM, Brian Foxbri...@infinity.nu wrote: one of the reports in there hits all

Re: m2eclipse

2009-11-09 Thread Fabricio Lemos
I´m having this same problem while subscribing do m2eclipse mailing list. maven apache wrote: 2009/11/7 Brian Fox bri...@infinity.nu On Fri, Nov 6, 2009 at 3:48 AM, maven apache apachemav...@gmail.com wrote: 2009/11/6 Olivier Lamy ol...@apache.org BTW you can use m2e user ml

Re: Maven2 Repository with the javax jars

2009-08-12 Thread Fabricio Lemos
I looked into these repositories (http://download.java.net/maven/2/javax/) but did not find the jar for javax.ejb. Does anyone know a public Maven 2 repo where I can find it? Would be even better If it also has the sources. thanks in advance, Fabrício Lemos On Wed, Mar 14, 2007 at 6:23 AM, David

Re: Is it possible to have cobertura reports for integration tests?

2008-08-29 Thread Fabricio Lemos
Coincidentally I was looking for it right now, but did not found anything interesting. Anyone can help on this? thanks in advance, Fabrício Lemos On Fri, Aug 29, 2008 at 8:18 AM, Carlos Alonso [EMAIL PROTECTED] wrote: Hi all I have a bi-module project, the first module is the project itself

Copy files to WAR without copy them to the source folder

2008-06-30 Thread Fabricio Lemos
I want to copy some files to my WEB-INF when I package my Web Application. So I included the configuration webResources resource directorydist/Jboss/teste/directory targetPathWEB-INF/targetPath /resource /webResources on the maven-war-plugin The files are copied correctly to the war, the

Re: Is it possible to run cobertura with the eclipse plugin Maven 2.0 integration

2007-02-27 Thread Fabricio Lemos
I have the same problem. Does anyone know what´s wrong? On 1/31/07, Markus Baumgartner [EMAIL PROTECTED] wrote: Hi, There was a problem running the cobertura from within Eclipse with the Maven 2.0 integration, version 0.0.10 and Cobertura 1.7 I can run mvn cobertura:cobertura and it runs. I

Re: Howto debug filtered webapp, advice wanted

2007-01-08 Thread Fabricio Lemos
Don´t know about IntelliJ, but with Eclipse WTP you can debug applications not deployed by the IDE. You only have do start the server within the IDE, but not deploy through it. On 1/6/07, Mikael Andersson [EMAIL PROTECTED] wrote: Hi I have a little webapp which has some resources filtered I

Re: Howto debug filtered webapp, advice wanted

2007-01-08 Thread Fabricio Lemos
/ as web root to be able to change jsp's/xhtml files is there? I´m afraid there is not way. - Mike On 08/01/07, Fabricio Lemos [EMAIL PROTECTED] wrote: Don´t know about IntelliJ, but with Eclipse WTP you can debug applications not deployed by the IDE. You only have do start the server within

[M2] Install and cargo:deploy

2007-01-08 Thread Fabricio Lemos
Hello, Is it possible to install a whole multi module project and do a cargo:deploy on the ear sub-module with only one maven command? thanks in advance, Fabrício Lemos - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: JBoss EJB3 and Maven

2007-01-04 Thread Fabricio Lemos
On 1/3/07, Vitor Pellegrino [EMAIL PROTECTED] wrote: i forgot to add at project/pom.xml my web project as a module, so it was not being compiled when i was trying to package my whole project. I have the same problem, but my web project is already a module of my project/pom.xml. What command did

Re: Filters with Eclipse

2007-01-04 Thread Fabricio Lemos
I had the same problem. The solution was to run the application compiled by maven, instead of runing the one compiled by eclipse. On 1/4/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Does anybody know how to resolve the following issue: We created a project with Maven2 and we have some

Re: Hibernate and Maven

2007-01-01 Thread Fabricio Lemos
Did you look if the jar file you downloaded contais the class oracle.jdbc.driver.OracleDriver? On 12/31/06, juergen.schumacher [EMAIL PROTECTED] wrote: Hi, I try to use the maven-hibernate3 plugin. The problem is that the driver for the database can not be found. This really drives me crazy

Re: JBoss EJB3 and Maven

2006-12-26 Thread Fabricio Lemos
I think you don´t need any ejb specific goal, just package your project on a jar, war or ear, depending on your need and deploy it via Cargo plugin. On 12/26/06, Vitor Pellegrino [EMAIL PROTECTED] wrote: Hello, Here at my company we're starting a new project using EJB3 with a JBOSS as our a

Re: Generating SQL to initialize database

2006-10-27 Thread Fabricio Lemos
If the database may only be created by the admin, you can´t rely on HMB files. In that case you should have a script that creates the database and put it on the resources folder. On 10/27/06, Aleksei Valikov [EMAIL PROTECTED] wrote: Hi folks. I wonder, what is the usual approach to generate or

Re: Problems running a JSF application on Jetty:Run

2006-10-27 Thread Fabricio Lemos
You could get confused because the stacktrace shows DefaultAddResource and ExtensionsFilter that belongs to org.apache.myfaces package. But these classes are part of myfaces tomahawk api, not myfaces core api. On 10/26/06, Dudu [EMAIL PROTECTED] wrote: I can't discover the problem in this

Macker plugin

2006-09-14 Thread Fabricio Lemos
Hello, Does anyone have an example on how to use Macker plugin? thanks in advance, Fabricio Lemos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]