QALab Main Report shows a blank index page

2007-05-20 Thread suchitra
Hi, Actually, I had described the pmd, checkstyle, etc along with the qalab in the reporting section. I had no problem with pmd,checkstyle and other reports. Only the QALab Main Report and QALab movers report were empty. Your suggestion for the section, helped me in getting the QALab mover

Re: Failed to resolve artifact JAX-RPC 1.1.3

2007-05-20 Thread Wayne Fay
If you open the pom file corresponding to that artifact: http://repo1.maven.org/maven2/javax/xml/jaxrpc-api/1.1.3/jaxrpc-api-1.1.3.pom You'll see: http://java.sun.com/webservices/jaxrpc/index.jsp http://java.sun.com/webservices/downloads/webservicespack.html Go to that URL, download the file,

Re: Specify Context Path for WAR project in Maven2

2007-05-20 Thread Bob Allison
To do it right, create /src/main/webapp/WEB-INF/jboss-web.xml with the following content: "http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd";> /MyWebAppName - Original Message - From: <[EMAIL PROTECTED]> To: "Maven Users List" Cc: "geirgp" <[EMAIL PROTECTED]> Sent: Sunday, May 2

Failed to resolve artifact JAX-RPC 1.1.3

2007-05-20 Thread wolverine my
Hi! I'm trying to compile my web service program developed in WSDP 2.0. The WSDP 2.0 comes with JAX-RPC 1.1.3_01 EA, see also http://java.sun.com/webservices/docs/2.0/jaxrpc/ReleaseNotes.html I specified the dependency of JAX-RPC as below, javax.xml jaxrpc-api 1.1.3 com

Re: How to excludes some classes when deploy jar via jar plugin?

2007-05-20 Thread sam
OH,. God,It looks like I must get it via some other method.and I am doing this now,but new troubles has become. 2007/5/19, Dennis Lundberg <[EMAIL PROTECTED]>: sam wrote: > HI ,My friends: > I used maven-jar-plugin for deploy a jar in the project,but I want to > exclude some clasaes fi

Re: Specify Context Path for WAR project in Maven2

2007-05-20 Thread uma_rk
Try the MyWebAppName in the POM. /U -- Original message -- From: geirgp <[EMAIL PROTECTED]> > > When I use the jboss plugin to deploy my war project to the app server the > context path is set to /{artifactId}-{version}/ which also happens if I use > the tomca

maven-buildnumber-plugin question

2007-05-20 Thread DavidWilliams
Hi Everyone, I've been messing around with the maven-buildnumber-plugin and got it to work but I noticed a quirk. The plugin correctly gets the svn revision number and correctly names the ear file. However the maven install plugin renames the ear back to what appears to be the value in the

Specify Context Path for WAR project in Maven2

2007-05-20 Thread geirgp
When I use the jboss plugin to deploy my war project to the app server the context path is set to /{artifactId}-{version}/ which also happens if I use the tomcat plugin to do the same thing. Is there a way to override and specify this context path instead of using the default? -- View this messa

How configure to Multiproject Site references

2007-05-20 Thread Mac Systems
Hello, actually i wonder how to generate an Site for an Multiproject ? The (Master) Project Site will be generated for all my Modules but i do not know how to link to each module's site ? Project: pom.xml | | >Module A pom.xml -> target/site/index.html >Module B pom.xml

Re: Optional Runtime Dependencies

2007-05-20 Thread Wendy Smoak
On 5/20/07, Martin Jericho <[EMAIL PROTECTED]> wrote: Thanks for your response Wendy, but this still isn't clear to me at all. Are you saying I have to add two dependency elements for each library, once with a scope of compile, and once with a scope of runtime but with the optional flag set? D

Re: Optional Runtime Dependencies

2007-05-20 Thread Martin Jericho
On 5/20/07, Martin Jericho <[EMAIL PROTECTED]> wrote: The new version (2.4) of my project Jericho HTML Parser has compile-time dependencies that are optional at runtime. It is not clear to me from the documentation what scope I should give these dependencies, as none of the scopes seem to desc

RE: Metamorphosis

2007-05-20 Thread andreas.ebbert-karroum
Hi Jason, Thanks a lot for your inspiring presentation at JavaOne and for the quick reply to my inquiry :) >-Original Message- >From: ext Jason van Zyl [mailto:[EMAIL PROTECTED] >It will be released under the ASL 2.0 license and will be available >the week after next. That's great

Re: Optional Runtime Dependencies

2007-05-20 Thread Wendy Smoak
On 5/20/07, Martin Jericho <[EMAIL PROTECTED]> wrote: The new version (2.4) of my project Jericho HTML Parser has compile-time dependencies that are optional at runtime. It is not clear to me from the documentation what scope I should give these dependencies, as none of the scopes seem to descri

Optional Runtime Dependencies

2007-05-20 Thread Martin Jericho
The new version (2.4) of my project Jericho HTML Parser has compile-time dependencies that are optional at runtime. It is not clear to me from the documentation what scope I should give these dependencies, as none of the scopes seem to describe a dependency that is required for compilation but

Issue with dependency plugin, unpack goal

2007-05-20 Thread Varghese C V
(Sorry, my earlier mail had a Re: in the subject by mistake, hence 'am reposting the issue with the correct subject title.) I have a parent project which has two modules 'my-app' and 'my-dep-app' (both created by the archetype-create example). The 'my-dep-app' project wants the 'my-app' depend