proxy

2007-11-05 Thread leahpar
Bonjour, Is anybody succeed in using archiva beta 3 behind an enterprise proxy? I cannot get archiva providing me any artifact... following tests have fail official archiva beta 3 with standalone / window / proxy / jdk 5 official archiva beta 3 with standalone / debian / proxy / jdk 5 followin

Re: 1.1alpha 1 not deploying on tomcat 6.0.10

2007-04-24 Thread leahpar
with Windows you can create a folder c:\logs or update the path in c:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\continuum\WEB-INF\classes\META-INF\plexus\application.xml -- View this message in context: http://www.nabble.com/1.1alpha-1-not-deploying-on-tomcat-6.0.10-tf3637443.h

Re: Default goals with maven 2

2006-06-14 Thread leahpar
Hello world, I'm not maven confortable with : I have projects working with continuum / maven proxy / personnal superSharedPom but I touch all this only since April... I'm starting to use qalab in my super pom Perform a copy of the internal repository seems not to do the job : maybe I don't unde

taglist - issue with several compile source root

2006-06-14 Thread leahpar
hello world 1 _ I've made a small plugin to handle generated sources with the api MavenProject.addCompileSourceRoot(String) it works fine (compile, test, run ...) but it seems that taglist is not able to handle the list of folder that I add this way. => bug in official plugin? 2 _ another not s

Re: taglist - issue with several compile source root

2006-06-15 Thread leahpar
hello, I should have check before posting if this is not already known ... try to do better next time. I saw that there's others issues (and a multiple.diff) link together. Maybe all theses should be handle at the same time using the information in the mavenproject instead of using the sourcedire

nice to have - display default build definition

2006-06-16 Thread leahpar
hello world, In the web page "Add Build Definition" there's an option "Is it default?" It seems that this information is not displayed in the summary view. It could be nice to have it. It could be nice also to force one as default at least. When launching a force build, if no default has been pr

qalab chart => duplicate checkstytle config

2006-06-16 Thread leahpar
hello world, I try to use qalab with checkstytle and pmd, ... I get fine results but I must put the same configuration two times : one in the and one in the ! it makes me sick. I don't need XML trick like , I search a maven solution I try to explain in details. from the source, I know that Q

updatePolicy

2006-06-26 Thread leahpar
Hello world, I want to prevent update to be made from maven repo 1- need to choose date of update 2- get timeout on the proxy (on missing ressources?) very painfull I have a maven_proxy link on ibiblio and codehaus There's also a internal repo (on my xxx_release repository) (superpom is here i

Re: updatePolicy

2006-06-26 Thread leahpar
I perform a clean install on a dummy project and I get this in the pom.xml inside the produced jar. without overdefinition false central Maven Repository Switchboard http://repo1.maven.org/maven2 but no repository for maven_mirror with id=central

maven_proxy : Connection timed out

2006-06-27 Thread leahpar
hello world I have many time out in the log of maven_proxy Mainly with eclipse:eclipse due to missing source or javadoc the goals take ages to perform. 1- How can I speed up the failure? Should I create dummy file? 2- is it possible to say that artifact matching com.mycorp.* must not be search

Re: [m2] Plugin Version in POM

2006-07-04 Thread leahpar
hello, check is a goal on a mojo subclass pmd is a goal on a report subclass => maybe you should add 2.0 inthe report section too cordialement org.apache.maven.plugins maven-pmd-plugin

Re: [m2] Plugin Version in POM

2006-07-05 Thread leahpar
Hello, I wonder how many peolple are trying to do the same thing ^^ I have exactly the same concern : reproductible build, user pom as simple as possible. I have already try from best to least (personal point on view, it changes everyweek ...) *one super pom with predefine corporate config, flavo

Re: Cobertura plugin using version 1.7

2006-07-05 Thread leahpar
hello, I don't get the instrument goal but please find below a simple example working here ... it's all help i can give. cordialement org.codehaus.m

Re: maven2 TestCase with System.getProperty("java.class.path");

2006-07-11 Thread leahpar
hello, in fact the classpath you get is not the right one due to classloader inheritance http://maven.apache.org/guides/mini/guide-maven-classloading.html It seems that java.class.path is set at the jvm launch so it cannot hold dynamic modification from classloader... To get the classpath of your

Re: Chicken and egg problem (disabling inheritance)

2006-07-13 Thread leahpar
hello if I understand, you want something like this in the super pom group ID artifact ID deploy deploy

Re: installing source jar with install plugin

2006-07-13 Thread leahpar
hello, maybe something like this will help? org.apache.maven.plugins maven-source-plugin

Re: Maven2. Variables. pom-inheritance. Strange behavour.

2006-07-13 Thread leahpar
hello If you put in a pom website company-project-web-site file:\\host\intranet/Maven/sites It defines the root of

MRM my footsteps to see it running

2006-09-24 Thread leahpar
I've just want to get archiva here's my footsteps to see it running get the source from http://svn.apache.org/repos/asf/maven/archiva/trunk mvn clean install go into archiva-webapp subfolder mvn jetty:run open http://localhost:9000/ create a admin create a managed repository and a proxied re

M2 - side effect with phase

2006-10-10 Thread leahpar
Hello, One task 'foo' is called 3 times and it should be only one: in a super pom, I want jar with sources, test ... (default for all project). in my pom I want to call 'foo' at the phase generate-sources. the first call is made by the expected execution id1 at the beginning. the second call is

Re: Help with multiple Repositories

2006-11-08 Thread leahpar
hello I just want to be sure of the meaning of the answer: "Browse" can use to access artifacts found in the managed repositories. isn't it? >> 2) Can I use the above URL to gain access to artifacts from all managed >> repositories or do I need to access them in some other way >> >There is

Re: Admin user doesn't have admin rights.

2006-11-27 Thread leahpar
hello, i've just sync this morning and i've got funny behavior it's possible to create user but it's not possible to grant role to user / edit user / delete it complains about "an empty user" :( -- View this message in context: http://www.nabble.com/Admin-user-doesn%27t-have-admin-rights.-t

Re: Admin user doesn't have admin rights.

2006-11-30 Thread leahpar
leahpar wrote: > > hello, > > i've just sync this morning and i've got funny behavior > it's possible to create user > but it's not possible to grant role to user / edit user / delete > it complains about "an empty user" > > :( >