About deploy:deploy-file

2006-12-25 Thread fy
I creaded my remote repository in 10.10.100.22/app/opt/Apache2/htdocs/maven,and I can accessed it with http://10.10.100.22/mavne. now I want put a jar into it .First I added the following code in the settings.xml: maven.repo maven mavne then I used the cmd : C:\Documents and

Re: Merging projects

2006-12-25 Thread Wendy Smoak
On 12/25/06, Henri Tremblay <[EMAIL PROTECTED]> wrote: I want to build a final jar merging the binary files from all my projects. The initial idea was to add an ant task in the parent project that does that but since this task is called for all sub-projects, it doesn't work. If you're doing it

Re: Merging projects

2006-12-25 Thread Tom Huybrechts
For things like this, I usually created another subproject that depends on all others. On 12/26/06, Henri Tremblay <[EMAIL PROTECTED]> wrote: Hi, I'm trying to do something silly but I can't figure out how to do it easily. I have about 6 projects. They all extends a parent project in the base

Merging projects

2006-12-25 Thread Henri Tremblay
Hi, I'm trying to do something silly but I can't figure out how to do it easily. I have about 6 projects. They all extends a parent project in the base directory. This parent project contains a module for each sub-project. I want to build a final jar merging the binary files from all my project

Relase of a new Maven plugin : the Maven Author Plugin

2006-12-25 Thread Eric Ballet Baz
I am please to announce the release of a new Maven plugin, the Maven Author Plugin : http://mvn-author-plug.sourceforge.net The Maven Author Plugin generates an HTML report showing informations gathered from other Maven reports (Checkstyle, FindBugs, PMD, Lint4j, JavaNCSS, JCoverage, Cobertura, E

Re: why my remote repository not work?

2006-12-25 Thread Eric Redmond
On 12/25/06, fy <[EMAIL PROTECTED]> wrote: Hi, I created a remote repositories in my server,and copy nfa-1.0.0.jar to it. Did you literally copy the file to the remote repo? You don't copy there, you deploy it with "mvn deploy". itsm ServerRepository htt

[m2] eclipse:make-artifacts does not exists?!

2006-12-25 Thread Adrian Herscu
Hi all, I am trying to use Eclipse jars in my M2 project. The mvn eclipse:make-artifacts (http://maven.apache.org/plugins/maven-eclipse-plugin/make-artifacts-mojo.html) returns: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'eclipse'. [INFO]

RE: Failing to find system resouces in unit test in surefire

2006-12-25 Thread Benson Margulies
Yes, it turned out that this is a standard phenomena and adding .getClass().getClassLoader().getResourceAsStream did the job. -Original Message- From: Tom Huybrechts [mailto:[EMAIL PROTECTED] Sent: Monday, December 25, 2006 10:01 AM To: Maven Users List Subject: Re: Failing to find system

Re: Failing to find system resouces in unit test in surefire

2006-12-25 Thread Tom Huybrechts
I'm not a surefire expert, this is just from taking a quick look at the source: However you run Surefire (forked or not, with child delegation or not), the system classloader will not contain your test code. In forked mode, it will only contain surefire and your testing framework. Surefire itself

why my remote repository not work?

2006-12-25 Thread fy
Hi, I created a remote repositories in my server,and copy nfa-1.0.0.jar to it. itsm ServerRepository http://10.10.100.22/maven Then deleted the nfa-1.0.0.jar from the locarepository(~/.m2/repository),but it was not work and throwed the followin