simple question :-)

2006-05-02 Thread Luca Gmail
How can i deploy my javadoc and my source? Tnx Luca

bind artifact and javadoc in eclipse

2006-04-20 Thread Luca Gmail
Hi all, i use 'mvn -DperformRelease deploy' to deploy in my internal repo javadoc and source of my artifact. I created a project in eclipse wich have a dependency to artifact mentioned above. When I run 'mvn -Declipse.downloadSources=true eclipse:eclipse' I see in eclipse that the dependency is bin

RE: [m2] question about deploy

2006-04-18 Thread Luca Gmail
ion 1.0 is finalised and then you release only once. (and then move to v1.1-SNAPSHOT subsequently) I hope this helps, Chris -Original Message----- From: Luca Gmail [mailto:[EMAIL PROTECTED] Sent: 18 April 2006 13:23 To: 'Maven Users List' Subject: [m2] question about deploy Hi

[m2] question about deploy

2006-04-18 Thread Luca Gmail
Hi all, I deployed an anrtifact with version 1.0. When I redeploy the artifact with the same version (override) is the new available? I'm asking this because the changes seem not be available to the other developers. Tnx a lot, Luca

skipping test

2006-04-14 Thread Luca Gmail
While executing mvn deploy i would like to skip test. Is it possible? Tnx, Luca

RE: How do you install a JAR with source

2006-03-17 Thread Luca Gmail
But it installs only the jar with the class file, thus in the local repository there are no jar with sources or javadoc. Is it possible or am I getting wrong? Tnx, Luca -Original Message- From: Aaron Freeman [mailto:[EMAIL PROTECTED] Sent: mercoledì 15 marzo 2006 14.46 To: Maven Users L

dependency version syntax

2006-03-02 Thread Luca Gmail
Hi all, looking in some artifacts' pom in ibiblio, I found this: eclipse jdtcore [3.1.0,) compile What's the meaning of [3.1.0,)? Maybe version must be greater than or equal to 3.1.0? Tnx, Luca

[m202]: add build.xml in my archetype

2006-02-27 Thread Luca Gmail
I created my archetype with this structure: C:. L---main L---resources +---archetype-resources │ │ build.xml │ │ pom.xml │ │ │ L---src │ L---main │ +---java │ │ WebApp.java

RE: [ANN] Mevenide for Netbeans 1.0 final (Maven1 support)

2006-02-17 Thread Luca Gmail
Great Do you think Netbeans IDE will support maven 2 in the future? Tanx, Luca -Original Message- From: Milos Kleint [mailto:[EMAIL PROTECTED] Sent: venerdì 17 febbraio 2006 14.32 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Maven Users List; [EMAIL PROTECTED] Subject: [ANN] Mevenide fo

FW: cannot find internal repository

2006-02-16 Thread Luca Gmail
Hi all, i created my own archetypes and deployed it in my internal repository. Now I would like to create my app according to these archetypes. So: 1) I modified settings.xml adding this new profile: development true r

RE: How can I store artifacts in our remote repository?

2006-02-15 Thread Luca Gmail
d version did you use in the extension? did you define the docroot anywhere else in maven? was there anything in settings.xml or the pom that was needed to make the docroot url work? Thank you for any help you can provide. Tom "Luca Gmail" <[EMAIL PROTECTED]> wrote on 02/14/2006

RE: skipping sha1 md5 downloading

2006-02-14 Thread Luca Gmail
internal repository , and so on with sun jars. Tom 2006/2/14, Luca Gmail <[EMAIL PROTECTED]>: > What's the error? > > -Original Message- > From: Tom Joad [mailto:[EMAIL PROTECTED] > Sent: martedì 14 febbraio 2006 15.56 > To: Maven Users List > Subjec

RE: skipping sha1 md5 downloading

2006-02-14 Thread Luca Gmail
What's the error? -Original Message- From: Tom Joad [mailto:[EMAIL PROTECTED] Sent: martedì 14 febbraio 2006 15.56 To: Maven Users List Subject: skipping sha1 md5 downloading Hello all, Is it possible to skip artifact .sha1or md5 on download dependency processing. It seems to fail build

RE: How can I store artifacts in our remote repository?

2006-02-14 Thread Luca Gmail
This is the solution im using: I ve a web server I use as reomote (internal) repository. Asscociated with the url referencing the remote repo there is a docroot. I use the deploy goal to copy (via scp) my artifact to the docroot. -Original Message- From: ravi kumar [mailto:[EMAIL PROTECT

RE: deploy:deploy-file

2006-02-13 Thread Luca Gmail
No comment :-) Tnx, Luca -Original Message- From: Jochen Wiedmann [mailto:[EMAIL PROTECTED] Sent: lunedì 13 febbraio 2006 12.57 To: Maven Users List Subject: Re: deploy:deploy-file On 2/13/06, Rasconi Luca (u.e.) <[EMAIL PROTECTED]> wrote: > mvn deploy:deploy-file -Dfile=classes12.jar

artifact plugin: invlaid private key

2006-02-13 Thread Luca Gmail
Hi all, I'm using antlib and Maven 2.0.2. I should like deploy, using wagon-ssh, my artifact to my local repository. So I created public/private key for the authentication with the server. I used rsa-2. .. .. When I execute the task this is what happen

RE: [m2] ignore known hosts

2006-02-09 Thread Luca Gmail
-Original Message- From: Luca Gmail [mailto:[EMAIL PROTECTED] Sent: Friday, February 03, 2006 10:39 AM To: 'Maven Users List' Subject: RE: [m2] ignore known hosts In ither words: where wagon-ssh look for known_hosts file? tnx -Original Message- From: Rasconi Luca (u.e.) [mai

RE: [m2] ignore known hosts

2006-02-03 Thread Luca Gmail
In ither words: where wagon-ssh look for known_hosts file? tnx -Original Message- From: Rasconi Luca (u.e.) [mailto:[EMAIL PROTECTED] Sent: venerdì 3 febbraio 2006 14.38 To: Maven Users List Subject: [m2] ignore known hosts During the artifacts deploy I use scp to copy it to my reposito

RE: problem creating eclipse project

2005-11-17 Thread Luca Gmail
from c:\myWorkspaceX to c:\myWorkspace and your problem is solved. Martijn de Bruijn -Oorspronkelijk bericht- Van: Luca Gmail [mailto:[EMAIL PROTECTED] Verzonden: Thursday, November 17, 2005 10:01 AM Aan: 'Maven Users List' Onderwerp: problem creating eclipse project Hi all, i created

problem creating eclipse project

2005-11-17 Thread Luca Gmail
Hi all, i created a simple project starting from a my archetype (the name is simple-servlet). After that I'd like to create an eclipse project so inside the project root directory I created the variable M2_REPO and executed mvn eclipse:eclipse. From eclipse I imported the project (File >Import >Ex

simple questions

2005-11-02 Thread Luca Gmail
Where can I put my User-specific configuration file? What is his name? exists some default coming from installation? Tnx, Luca

RE: deploying error

2005-11-02 Thread Luca Gmail
d from this repository to your local repository when you need them for a build. When you do a "deploy", the artifact is placed in this repository. Also note that it is quite reasonable to have a number of remote repositories. Does this help clear up the confusion? -----Original Mess

RE: deploying error

2005-11-02 Thread Luca Gmail
untered that error a while ago and the cause was i did not type > the "-file" part of the goal. :D > > ciao! > > On 11/2/05, Luca Gmail <[EMAIL PROTECTED]> wrote: > > Im trying to deploy my artifact to my internal repositpry. When I > exceuted > > mvn dep

RE: deploying error

2005-11-02 Thread Luca Gmail
a while ago and the cause was i did not type > the "-file" part of the goal. :D > > ciao! > > On 11/2/05, Luca Gmail <[EMAIL PROTECTED]> wrote: > > Im trying to deploy my artifact to my internal repositpry. When I > exceuted > > mvn deploy I ahd this e

deploying error

2005-11-02 Thread Luca Gmail
Im trying to deploy my artifact to my internal repositpry. When I exceuted mvn deploy I ahd this error: [INFO] The packaging for this project did not assign a file to the build artifact. Thisi is my pom.xml: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta

RE: RES: M2 from behind a proxy

2005-10-28 Thread Luca Gmail
The problem is not the proxy conf. maven, i don't know why, is unable to resolve the right version. I suggest to delete the .m2/repository dir and retry. Bye, Luca -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: venerdì 28 ottobre 2005 17.47 To: Maven Users List Subje

RE: M2 from behind a proxy

2005-10-28 Thread Luca Gmail
I executed the same command on my pc, and works fine. See attach for details. Luca -Original Message- From: Roberto Castro [mailto:[EMAIL PROTECTED] Sent: venerdì 28 ottobre 2005 17.25 To: Maven Users List Subject: RES: M2 from behind a proxy Hi, Luca! I've entered this line but it did

RE: compile error

2005-10-28 Thread Luca Gmail
C:\Documents and Settings\lucarasconi\workspace\archetype\archetype\my-webapp>mvn compiler:compile ... [INFO] [compiler:compile] Compiling 2 source files to C:\Documents and Settings\lucarasconi\workspace\arch etype\archetype\my-webapp\target\classes [INFO] -

RE: [m2]create an entry into internal repository

2005-10-28 Thread Luca Gmail
How to deploy local jar to internal repository: 1) Install local: mvn install:install-file -Dfile=alice-commons-1.2.jar ^ -DgroupId=alice-commons ^ -DartifactId=alice-commons ^ -Dversion=1.2 ^ -Dp

RE: [m2]create an entry into internal repository

2005-10-27 Thread Luca Gmail
From http://maven.apache.org/guides/introduction/introduction-to-repositories.htm l Deploying to the Internal Repository One of the most important reasons to have one or more internal repositories is to be able to publish your own private releases to share. To publish to the repository, you will

create an entry into internal repository

2005-10-26 Thread Luca Gmail
Hi all, I've some jar file and should upload to internal repository. Should I create the"bundle" manually? Tnx, Luca

RE: A few questions about creating archetypes

2005-10-26 Thread Luca Gmail
I answer the last part of your question. The pom.xml for the new project is the pom you like to use. So it contanins the dipendences, the repositories, ecc. you decide your new project should have. Bye, Luca -Original Message- From: Alexander Hars [mailto:[EMAIL PROTECTED] Sent: mercoled