Antwort: Re: Archiva almost works

2006-12-21 Thread Aaron . Digulla
Hello, Still no good. I just tried using all combinations of the archiva/proxy URL including archiva/proxy/repo_id, archiva/proxy/repo_id/repo-url-suffix, archiva/proxy/repo-url-suffix all of them with and without a URL suffix assigned to the repo instance. Is there any work being done to

Dependency range

2006-12-21 Thread Laura Hinojosa
When I have a range for a dependency in an artifact and I deploy that artifact, will it keep the dependency range in the pom's artifact that gets deployed with it? Or will it set the version used to create the artifact? Is it possible to know what version of each dependency used during the

Re: Multi-module and resource files

2006-12-21 Thread Jan Kauffman
I'm having the same problem trying to include my log4j.properties file on my project. I made it work when I create the jar file, including it into the manifest, but when I try to 'run mvn test' command, it still answers me that log4j has no appenders. Does anybody know how to help solve this

Re: Stopping artifact from getting uploaded to local repo

2006-12-21 Thread Wim Deblauwe
Do you mean an artifact that is the output of your own module or an artifact that is a dependency of a library or plugin you want to use? regards, Wim 2006/12/21, Afkham Azeez [EMAIL PROTECTED]: Is there any way how I can stop an artifact from getting uploaded to the local m2 repo? The

Re: Stopping artifact from getting uploaded to local repo

2006-12-21 Thread Afkham Azeez
An artifact of my own module. On 12/21/06, Wim Deblauwe [EMAIL PROTECTED] wrote: Do you mean an artifact that is the output of your own module or an artifact that is a dependency of a library or plugin you want to use? regards, Wim 2006/12/21, Afkham Azeez [EMAIL PROTECTED]: Is there any

Re: Multi-module and resource files

2006-12-21 Thread Antonio Parolini
Just put all *.properties files into src/main/resources, as they'll be added into your jar automatically HTH. Tony. see: http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html Jan Kauffman wrote: I'm having the same problem trying to include my

Re: Stopping artifact from getting uploaded to local repo

2006-12-21 Thread Antonio Parolini
odd question... If you juste want to package your module, use package instead of install and it wont be copied to your local repo. HTH Tony. Afkham Azeez wrote: An artifact of my own module. On 12/21/06, Wim Deblauwe [EMAIL PROTECTED] wrote: Do you mean an artifact that is the

Re: Test Maven Plugins

2006-12-21 Thread Antonio Parolini
http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Harness I've never tried it thus... HTH Tony. gbois wrote: Hi, What is the approach to test (debug) the code of a maven plugin? In others words, how i can write unit test for my developped maven plugin? Thanks -- View this

Re: NullPointerException with release:prepare

2006-12-21 Thread Antonio Parolini
Hi, I too had to fight heavily with this plugin, since the current version is bugged out ( for j2ee multi-module project). It turned out that I solved all of my issues by using the lated build from svn. You may want to try this too. HTH Tony. Valerio Schiavoni wrote: so, the quick

SCP deploy issue

2006-12-21 Thread Randall Fidler
Hello, Trying to use deploy to place project jar onto network repository. I have both Windows client and server (XP / 2003) and am using Putty for my SHH tool along with pscp. In my settings I have: server idMyRepo/id usernameadministrator/username

Re: Test Maven Plugins

2006-12-21 Thread Barrie Treloar
On 12/22/06, gbois [EMAIL PROTECTED] wrote: Hi, What is the approach to test (debug) the code of a maven plugin? In others words, how i can write unit test for my developped maven plugin? Join the dev mailing list. I don't believe there is a standard way of doing maven plugin testing yet.

Re:Maven2 eclipse:eclipse warning

2006-12-21 Thread gc134728
romdti [EMAIL PROTECTED] [EMAIL PROTECTED] Cc DateThu, 21 Dec 2006 05:48:40 -0800 (PST) SubjectMaven2 eclipse:eclipse warning Hey Just add a plugin reference in the pom or parent pom with the following configuration PLUGIN ... configuration downloadSourcesfalse/downloadSources

Cargo ver.0.8 missing on maven1 repo ibiblio

2006-12-21 Thread Petar Tahchiev
Hello group, I couldn't find the cargo libraries: cargo-core-api-modulehttp://repository.codehaus.org/org/codehaus/cargo/cargo-core-api-module/0.8/cargo-core-api-module-0.8.jar

Re: Cargo ver.0.8 missing on maven1 repo ibiblio

2006-12-21 Thread Carlos Sanchez
they are http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-core-api-container/0.8/ On 12/22/06, Petar Tahchiev [EMAIL PROTECTED] wrote: Hello group, I couldn't find the cargo libraries:

Re: Cargo ver.0.8 missing on maven1 repo ibiblio

2006-12-21 Thread Arnaud HERITIER
For maven 1 you can find them on http://repo1.maven.org/mavenhttp://repo1.maven.org/maven2/org/codehaus/cargo/cargo-core-api-container/0.8/ Be careful, you can't browse this repository and the directory listing is outdating (but the jars are here, for example :

problem overriding plugin properties from command line

2006-12-21 Thread omatzura
Hi! I have created a Mojo plugin that works fine and can be configured in the pom as described in the user-guide.. but when trying to override a property from the command-line using -Dpropertyname=propertyvalue this always fails, ie the property value in the pom is always used.. Is it not

Checksum on the pom for maven-ear-plugin is wrong

2006-12-21 Thread Michael Schlotfeldt
I think the checksum on the pom for maven-ear-plugin is wrong. Might be more but something is wrong because we are getting checksum errors. Can somebody please fix or test it? Thanks, Michael - To unsubscribe, e-mail: [EMAIL

RE: Problem related to maven-assembly-plugin and maven-dependency-plugin

2006-12-21 Thread Brian E. Fox
The assembly:assemble goal forks the lifecycle and if bound to a phase in the pom, will cause things to run multiple times. If you are binding to a phase, chances are you want to use the assembly:attached goal. Assembly:assemble is meant to be used from the command line. -Original

Building Continuum - Minimal Actions?

2006-12-21 Thread Hilco Wijbenga
Hi, Just to reassure everyone: Continuum is building just fine. :-) My problem is that the only way I seem to be able to get changes in for example a JSP in continuum-webapp to actually show up in a browser (when using continuum-plexus-runtime) is when I run mvn clean install from the continuum

Re: Building Continuum - Minimal Actions?

2006-12-21 Thread Hilco Wijbenga
On 12/21/06, Hilco Wijbenga [EMAIL PROTECTED] wrote: Not only is this quite slow but I also lose my Derby database. :-( I just found out I can set the location of my Derby database in continuum-plexus-runtime/src/conf/plexus.xml so that fixes at least part of the problem. :-)

Re: repository definition

2006-12-21 Thread mylene
You should set the version number... Mylene On 12/21/06, serafettin senturk [EMAIL PROTECTED] wrote: Hello, I used in my pom.xml the following repositories. repositories repository idandromda/id nameAndroMDA Repository/name

RE: [M2] Local offline repo maintenance (unique clean + clone)

2006-12-21 Thread Reinhard Nägele
I don't think it is a good idea to deploy artifacts which are not available on the Web to your local repository. You should really set up a separate one for those. The local repository is nothing you should actively manage, and you should be able to delete it any time. The extra repository