How to delete artifact from archiva?

2007-12-22 Thread mashi
Hi. i have a problem with deleting some artifacts from archiva index. These articacts are no more on file system archiva is scanning, but are always in archiva index. Thanks M. -- View this message in context:

Re: Stack Overflow in Continuum XMLRPC server

2007-12-22 Thread Laurent ForĂȘt
Maybe, it is not usefull at line 231 in the private method to call checkViewProjectGroupAuthorization() Laurent. On Dec 22, 2007 7:20 PM, Laurent ForĂȘt [EMAIL PROTECTED] wrote: Today I had exactly the same trouble with a freshly installed continuum 1.1 server. The simple client code is :

Re: EJB 3 Dependency

2007-12-22 Thread nicolas de loof
http://repo1.maven.org/maven2/javax/persistence/persistence-api/1.0/ 2007/12/22, Ryan Cuprak [EMAIL PROTECTED]: Hello, I am starting an EJB 3 project but am stumped on how I specify the dependency for EJB 3. The dependency on mvnrepository only goes up to 2.1

Re: Maven2 + Classpath

2007-12-22 Thread Steinar Bang
Steinar Bang [EMAIL PROTECTED]: Here's my mistake: dependency groupIdorg.eclipse.osgi/groupId artifactIdorg.eclipse.osgi/artifactId version3.2.1-R32x_v20060919/version scopesystem/scope

Re: what is dependencyManagement ?

2007-12-22 Thread Dennis Lundberg
nicolas de loof wrote: Typical use of dependencyManagement is to set version for commons libs in parent POM, and to only refer to artifactId + groupId in children POM. This ensure consistent versionning. Other use case is to fix bad maven metadatas. For example, exclude logkit , avalon...

Re: what is dependencyManagement ?

2007-12-22 Thread akkachotu
Thank you Dennis Lundberg, Ian Springer, nicolas de loof , Andrew Robinson for timely replies. Now the dependencyManagment concept of Maven is clear to me. On Dec 22, 2007 12:27 AM, Ian Springer [EMAIL PROTECTED] wrote: dependencyManagement is basically a way to standardize versions for

Request to make MIDEA-102 of priority blocker

2007-12-22 Thread Geoffrey De Smet
For a couple of months now I can't use the maven-idea-plugin, because I am on cygwin with windows xp, using maven 2.0.7/2.0.8 and this bug corrupts the ipr file: http://jira.codehaus.org/browse/MIDEA-102 Is there something particular to my installation which can cause this bug or do a lot of

Broken link for each module reference in the project index.html file?

2007-12-22 Thread Tawfik, Sameh E
Hi, When I run mvn site from the top project level, maven creates the site subfolder \projects\target\site When I click on the index.html file form C:\Projects\target\site\index.html an error message get displayed showing the wrong path in the link reference? The error message is as follow:

Re: what is dependencyManagement ?

2007-12-22 Thread nicolas de loof
Typically another use case of dependencyManagement : setting commons-logging to version 1.1.1 on dependencyManagement will also force this version to be used whatever transitive dependencies would resolve. 2007/12/22, Dennis Lundberg [EMAIL PROTECTED]: nicolas de loof wrote: Typical use of

Maven site plugin for parent of multimodule project behaves differently in non-recursive mode

2007-12-22 Thread Olivier Dehon
Hello, I created a multimodule project, and the parent has the following URL defined for the generated site: urlhttp://${sites-host}/sites/MyProject/url None of the module POMs define their own url tag. If I run mvn site:stage, I get relative links to the modules' sites in the parent's page

maven embedder: build up model with transitive dependencies

2007-12-22 Thread aldana
hi, i am using maven embedder access maven from outside application. for testing purposes i want to build a model-instance with transitive dependencies, but am unsure how to do this. first i thought that MavenProject mp=new MavenProject(); mp.setDependencies(...); would do this. but after

Re: Broken link for each module reference in the project index.html file?

2007-12-22 Thread Wendy Smoak
On Dec 21, 2007 6:01 PM, Tawfik, Sameh E [EMAIL PROTECTED] wrote: When I run mvn site from the top project level, maven creates the site subfolder \projects\target\site When I click on the index.html file form C:\Projects\target\site\index.html an error message get displayed showing the

types of dependency scope

2007-12-22 Thread akkachotu
In pom.xml, under dependency element we have scope element which can have values like compile, provided, runtime, test, system. I have below questions: 1. Can I assume compile means it is available in all types of classpaths like compile-time, provided, runtime, test ? Is compile a superset of

Re: Shared dependencies deployment to Tomcat 5.5 or 6.0 + other servers

2007-12-22 Thread Adam Hardy
Hi Serge, it's a bit unclear what your aim is here, or rather your requirements. You have one project or more? When running a deploy to the server, m2 would generally speaking just deploy a WAR file to the server's deploy directory, e.g. webapps in tomcat 5 6. If you are building several

Re: Eclipse Maven2 Plugin

2007-12-22 Thread Anders Hammar
Hi, There is a separate mailing list for the m2eclipse plugin. You should probably try that mailing list to get a quicker reponse. Oren Livne wrote: Dear All, I am using the Maven 2 integration for Eclipse, http://m2eclipse.codehaus.org/ I am trying to set a custom path for my local

Re: types of dependency scope

2007-12-22 Thread Wayne Fay
Googling maven dependency scope brings me to this documentation page: http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html Wayne On 12/22/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: In pom.xml, under dependency element we have scope element which can have

transitive dependencies

2007-12-22 Thread Kallin Nagelberg
I'm trying to write a plugin that builds a WAR using a variety of different artifacts. I have a 'pom' artifact that manages all my third party dependencies, and I would like to be able to use the 'maven-dependency-plugin' to unpack them all. Unfortunately, it seems that plugin only transitively

a question

2007-12-22 Thread michel
Hello, I have just installed Maven 2.0.8 on Windows XP SP2. Commands do not seem to work-- and I cannot find the response in the doc. It is my first installed version of Maven, and I don't use a proxy... Please could you help me ? Thanks, -michel --- Here are examples the trace: C:\Program

RE: transitive dependencies

2007-12-22 Thread Brian E. Fox
There is an unpack goal that you can use to specify the ones you want, or the unpack-dependencies to unpack all transitive of the current project. Is it something else you're trying to do? -Original Message- From: Kallin Nagelberg [mailto:[EMAIL PROTECTED] Sent: Saturday, December 22,