Re: MessageBundle problem for using maven test

2013-06-02 Thread Baptiste MATHUS
+1. That should do the trick. Eclipse classpath system is unfortunately not finely configurable. You'll generally be able to do things in eclipse you can't with maven. And this will be an issue on eclipse side... Cheers Le 3 juin 2013 04:53, "Russell Gold" a écrit : > Hi Jade, > > Could you plea

Site plugin, breadcrumbs, and inheritance in multi-project sites

2013-06-02 Thread Russell Gold
Hi, I really like the ability to use this plugin to generate and deploy project sites, but I am having some problems making some things work: 1) I had ONCE gotten the breadcrumbs to show up. Now they don't. I am using the default version (3.0). 2) Most of the project info pages (developers, s

Re: MessageBundle problem for using maven test

2013-06-02 Thread Russell Gold
Hi Jade, Could you please try placing the fpt.properties file at the root of src/main/resources? That's the convention in Maven for resources that you want copied int the jar. Regards, Russ On Jun 2, 2013, at 10:27 PM, Jade wrote: > Hi Russell: > >I put the file "fpt.properties" in the

Re: MessageBundle problem for using maven test

2013-06-02 Thread Jade
Hi Russell: I put the file "fpt.properties" in the root of java source code foler "src/main/java". And I load the file with ResourceBundle: << ResourceBundle resourceBundle = ResourceBundle.getBundle("ftp"); String host= resourceBundle.getString("host"); >

Re: MessageBundle problem for using maven test

2013-06-02 Thread Russell Gold
Hi Jade, Where are you placing the ftp.properties file and how does your program attempt to find it? - Russ On Jun 2, 2013, at 12:07 AM, Jade wrote: > Hello everyone : > >I'm a beginner of maven. > >In my project, I have an file "ftp.proterties" only use for ftp config, > not for I

Re: Javadoc: single configuration

2013-06-02 Thread Stanimir Stamenkov
Fri, 31 May 2013 17:14:31 -0400, /Evan Ward/: I'm trying to configure the javadoc report plugin so that I get the same output with `mvn javadoc:jar` and `mvn site`. I've read the usage page [1] which suggests that configuring the plugin in the section will apply the same configuration to the ja

MessageBundle problem for using maven test

2013-06-02 Thread Jade
Hello everyone : I'm a beginner of maven. In my project, I have an file "ftp.proterties" only use for ftp config, not for I18N useage. This file's Content like : >> host=192.168.1.105 port=21 username=jade password=p@55w0rd << When

Copy an artifact with its transitive dependencies to a specified location

2013-06-02 Thread Stanimir Stamenkov
I want to copy an artifact with its transitive dependencies to a specified location. The artifact is not a dependency of the project the given build step would be part of. I've tried the "copy" goal of the maven-dependency-plugin [1], but it doesn't have a "transitive" option. I've also trie