Re: How to add a directory to the Class-Path in the MANIFEST.MF.

2009-03-29 Thread Wayne Fay
> Please teach me to add a directory to the Class-Path in the MANIFEST.MF. http://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html http://maven.apache.org/shared/maven-archiver/index.html Wayne - To

Re: How to integrate xhtml files into a maven generated site?

2009-03-29 Thread feensturm
Hi Lukas Lukas Theussl-3 wrote: > > > Where did you get the snapshot from? Are you using the new snapshot repo > http://repository.apache.org/snapshots ? (not the old one at > people.apache.org). > This did the trick, thanx. -- View this message in context: http://www.nabble.com/How-to-i

How to add a directory to the Class-Path in the MANIFEST.MF.

2009-03-29 Thread Takeshi Katayama
Hello, Please teach me to add a directory to the Class-Path in the MANIFEST.MF. I would like to put the property files on the outside of the created jar-file. (Not to build every changing settings.) But, by default, if there are the property files under /src/main/resources, those files are put

{Result][Vote] findbugs-maven-plugin v 2.0 release

2009-03-29 Thread Garvin LeClaire
Hi, The vote has passed with the following result : +1 (binding): Garvin, LeClaire +1 (non-binding): Arnaud Heritier, Pablo Saavedra +0 (binding): Benjamin Bentmannn I will promote the artifacts to the central repo. Regards, Garvin LeClaire garvin.lecla...@gmail.com Garvin LeClaire w

RE: Despite trusted CA, "unable to find valid certification path to requested target"

2009-03-29 Thread Brian E. Fox
Give this tool a try then and see http://repository.apache.org/ssl/ if it helps. -Original Message- From: Graham Leggett [mailto:minf...@sharp.fm] Sent: Sunday, March 29, 2009 3:04 PM To: Maven Users List Subject: Re: Despite trusted CA, "unable to find valid certification path to reques

Re: Despite trusted CA, "unable to find valid certification path to requested target"

2009-03-29 Thread Graham Leggett
Brian E. Fox wrote: The CA may be trusted, but the site needs to expose the full signature trail from the server cert up to the CA. Not doing this will often cause the site to appear ok in a browser, but not to java. Most SSL signing authorities provide a bundle that you can set on the server si

Re: Grandparent classes not found at compile time

2009-03-29 Thread Stephen Connolly
have a look at dependency:analyze it will tell you what you are depending on in-directly and you can then add those indirect dependencies to your pom 2009/3/28 Trinition > > The problem I have is that I don't necesssarily know what the dependencies > need to be. If I pull in thidparty.jar so I

Re: maven / osgi / repositories

2009-03-29 Thread lukewpatterson
Jason van Zyl-5 wrote: > > > On 27-Jan-09, at 6:41 PM, Barrie Treloar wrote: > >>> repositories. They might become OBRs at some point when OSGi becomes >>> more "mainstream". >> >> One thing I have been toying with for a while is to auto-magically >> extend maven-jar-plugin to add the OSGi hea

RE: Despite trusted CA, "unable to find valid certification path to requested target"

2009-03-29 Thread Brian E. Fox
The CA may be trusted, but the site needs to expose the full signature trail from the server cert up to the CA. Not doing this will often cause the site to appear ok in a browser, but not to java. Most SSL signing authorities provide a bundle that you can set on the server side. -Original Mess

Despite trusted CA, "unable to find valid certification path to requested target"

2009-03-29 Thread Graham Leggett
Hi all, I am having trouble getting mvn site:deploy to work with mvn v2.1.0 (also v2.0.6), as follows: Embedded error: Failed to create destination WebDAV collection (directory): /docs/stencil/0.0.1-SNAPSHOT/./apidocs unable to find valid certification path to requested target The machine i

Re: How to integrate xhtml files into a maven generated site?

2009-03-29 Thread feensturm
Hi Lukas Lukas Theussl-3 wrote: > > > Where did you get the snapshot from? Are you using the new snapshot repo > http://repository.apache.org/snapshots ? (not the old one at > people.apache.org). > This did the trick, thanx. -- View this message in context: http://www.nabble.com/How-to-i

[ANN] Maven Install Plugin 2.3 Released

2009-03-29 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Install Plugin, version 2.3 The Install Plugin is used during the install phase to add artifact(s) to the local repository. http://maven.apache.org/plugins/maven-install-plugin/ You should specify the version in your project's plugin

Re: ejb manifest -- strip version numbers of dependencies

2009-03-29 Thread Dennis Lundberg
You could have a go with the 2.2-SNAPSHOT version of the plugin. That version has an updated version of Maven Archiver, which is the component that handles everything you put into the configuration. Michael Hüttermann wrote: > Hello, > > I create an EJB and want to cut off the version numbers of

Re: Checktyle report incomplete

2009-03-29 Thread Dennis Lundberg
http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo.html#includes You should use this command instead: mvn -Dcheckstyle.includes=**/Named.java compile pre-site checkstyle:checkstyle John Coleman wrote: > Hi, > > When I run the command below I only get checkstyle reports for

Re: Sharing Maven-based project

2009-03-29 Thread B Smith-Mannschott
On Sun, Mar 29, 2009 at 16:08, HHB wrote: > > Hey, > I use Maven as the build tool for our project. > Now my team mates want to checkout the project from the SVN and I want to > add the project to out continuous integration server (Hudson). > I'm not sure but should I create a central repository i

Sharing Maven-based project

2009-03-29 Thread HHB
Hey, I use Maven as the build tool for our project. Now my team mates want to checkout the project from the SVN and I want to add the project to out continuous integration server (Hudson). I'm not sure but should I create a central repository in our unit? or let each mate (and CI server) download

Sonar 1.7 released

2009-03-29 Thread Olivier Gaudin
The Sonar team is pleased to announce the release of Sonar 1.7. Sonar is an open source platform that manages java source code quality. The new version brings new features to the product : - possibility to exclude sources or packages from quality control at the project level - a

Re: How to bulk load the jars in my local repo into a new (empty) corporate remote repo?

2009-03-29 Thread Stephen Connolly
The danger with that is that the metadata (local vs remote) will be incorrect and version ranges will not work correctly 2009/3/29 Tim > Are you on a linux system? I just rsynced my repo recently to accomplish > the > same thing. > It was really easy. > > On Sat, Mar 28, 2009 at 12:05 PM, Jeff W