Custom Checkstyle Integration | Need Help

2008-05-11 Thread shinjan sen
Hi All. I was trying to integrate a custom checkstyle configuration file with my project and am getting the following exception: *[INFO] Error during page generation* *Embedded error: Error rendering Maven report: Failed during checkstyle configuration Unable to instantiate WriteTagCheck* The che

Re: making EAR include WAR

2008-05-11 Thread Mick Knutson
[EMAIL PROTECTED] wrote: > Hello. > > I have a maven project already. > It produces WAR file very well. > > And I need EAR file not WAR file to deploy to Websphere through was6-plugin. > > So, I wonder how can I make a EAR file includes above WAR file?. > > I tried several time with ear-plugin. > >

making EAR include WAR

2008-05-11 Thread [EMAIL PROTECTED]
Hello. I have a maven project already. It produces WAR file very well. And I need EAR file not WAR file to deploy to Websphere through was6-plugin. So, I wonder how can I make a EAR file includes above WAR file?. I tried several time with ear-plugin. But it didn't work as I intended. So.

Re: Dependency scope - provided or optional.. ?

2008-05-11 Thread Paul Smith
Which of your dependencies do you need help with? I did the POM for Commons Logging 1.1.1, so I have a pretty good idea of what's needed. I had marked all the other dependencies for log4j as optional, because prior to Maven, that is technically what people had been doing naturally any

Re: deploying on a public maven server

2008-05-11 Thread Wayne Fay
> http://maven.apache.org/developers/welcome-to-new-committers.html This doesn't really apply in this situation. This link has information useful for new Maven committers, people who are in the Maven dev team and who are working on Maven itself. It sounds like you simply have a new library that y

Re: deploying on a public maven server

2008-05-11 Thread Nicola Benaglia
Hi, reading on maven FAQ I haven't found an answer to this question: If i need to deploy to my project library to a public maven repos, who I have to ask permission to? Is it possible or do I need to configure and expose my own maven repos? Late, but I found this useful link: http://maven.apa

Re: deploying on a public maven server

2008-05-11 Thread Wendy Smoak
On Sun, May 11, 2008 at 9:27 AM, Nicola Benaglia <[EMAIL PROTECTED]> wrote: > reading on maven FAQ I haven't found an answer to this question: > If i need to deploy to my project library to a public maven repos, who I > have to ask permission to? > Is it possible or do I need to configure and expos

deploying on a public maven server

2008-05-11 Thread Nicola Benaglia
Hi, reading on maven FAQ I haven't found an answer to this question: If i need to deploy to my project library to a public maven repos, who I have to ask permission to? Is it possible or do I need to configure and expose my own maven repos? Thank you, Nicola ---

Re: mvn add test folders

2008-05-11 Thread Tim Kettler
Hi, trying to answer your questions one after the other: 1. Your original question (How to ensure your testdata directory gets copied to test-classes): By default maven expects resources for unit testing that should end up in the classpath in src/test/resources. If you have resources in oth

Re: mvn add test folders

2008-05-11 Thread Karthik Krishnan
Hi Deng, I have no idea what you are talking about. I have looked at the plexus, but I am sorry to say that i did not understood the question. I am using TestNG to unit test components. Thanks, Kartik On Fri, May 9, 2008 at 9:14 PM, Maria Odea Ching <[EMAIL PROTECTED]> wrote: > try new File( g