How can i deploy my javadoc and my source?
Tnx
Luca
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
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
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
While executing mvn deploy i would like to skip test.
Is it possible?
Tnx,
Luca
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
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
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
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
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
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
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
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
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
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
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
-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
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
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
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
Where can I put my User-specific configuration file? What is his name?
exists some default coming from installation?
Tnx,
Luca
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
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
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
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
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
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
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]
-
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
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
Hi all,
I've some jar file and should upload to internal repository.
Should I create the"bundle" manually?
Tnx,
Luca
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
32 matches
Mail list logo