Fetching checksums + remote repository URL

2020-07-20 Thread Farid Zakaria
Hello! Wouldn't mind a bit of help or maybe some advice to the right direction. I'm trying to leverage the *Aether* API to calculate when given a *pom.xml* the transitive closure for the project and spit out: 1. the remote repository URI to the artifact resolved 2. the checksum of th

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-21 Thread Ron Wheeler
to revisit your ultimate goal. Describe the use that people will make of the index and see if anyone has a different way to get what you want. My ultimate goal is to try to resolve artifacts from a specific remote repository and ignore the local repository. The URIs in the generated index file

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-21 Thread Jordan Lewis
l repo! >>>> I know that this approach works. It’s just a bit inconvenient to have to >>>> do that. >>>> >>>>> Perhaps you might want to revisit your ultimate goal. >>>>> Describe the use that people will make of the index and se

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-21 Thread Ron Wheeler
it inconvenient to have to do that. Perhaps you might want to revisit your ultimate goal. Describe the use that people will make of the index and see if anyone has a different way to get what you want. My ultimate goal is to try to resolve artifacts from a specific remote repository and i

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-21 Thread Jordan Lewis
that people will make of the index and see if anyone >>> has a different way to get what you want. >> My ultimate goal is to try to resolve artifacts from a specific remote >> repository and ignore the local repository. The URIs in the generated index >> file then won’t dep

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-21 Thread Ron Wheeler
hat people will make of the index and see if anyone has a different way to get what you want. My ultimate goal is to try to resolve artifacts from a specific remote repository and ignore the local repository. The URIs in the generated index file then won’t depend on the local repository path

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-21 Thread Jordan Lewis
ifferent way to get what you want. My ultimate goal is to try to resolve artifacts from a specific remote repository and ignore the local repository. The URIs in the generated index file then won’t depend on the local repository path of the machine where the index file was generated. >Why

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-21 Thread Ron Wheeler
e resolved both locally and remotely. I need it to only resolve from the remote repository. Thanks, Jordan On 7/18/16, 2:21 PM, "Ron Wheeler" wrote: What repo are you using locally - Nexus, Artifactory,? Why is it not available to others? Ron On 18/07/2016 2:04 PM, Jordan Le

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-21 Thread Jordan Lewis
l repo? Or is there some code that >>>>>> could try to resolve an artifact from a specific repo? >>>>>> >>>>>> Thanks, >>>>>> Jordan >>>>>> >>>>>> >>>>>> >>>>>&g

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-20 Thread Jordan Lewis
t;>>>> >>>>>> Can you just patch the existing plug-in to create a new plug-in that >>>>>> ignores the local repo? >>>>>> Or add a configuration flag to ignore the local repo and submit your >>>>>> improve

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-19 Thread Jordan Lewis
re the local repo and submit your >>>>> improvement as an enhancement. >>>>> >>>>> >>>>> Ron >>>>> >>>>> On 18/07/2016 2:29 PM, Jordan Lewis wrote: >>>>>> Nexus. >>>&g

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-19 Thread Jordan Lewis
nt. >>>> >>>> >>>> Ron >>>> >>>> On 18/07/2016 2:29 PM, Jordan Lewis wrote: >>>>> Nexus. >>>>> >>>>> Our remote Nexus repository is available to others, but my local >>>>> repository

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-19 Thread Ron Wheeler
are if the artifact can be resolved both locally and remotely. I need it to only resolve from the remote repository. Thanks, Jordan On 7/18/16, 2:21 PM, "Ron Wheeler" wrote: What repo are you using locally - Nexus, Artifactory,? Why is it not available to others? Ron On 18

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-19 Thread Jordan Lewis
dan Lewis wrote: >>> Nexus. >>> >>> Our remote Nexus repository is available to others, but my local repository >>> is obviously not. So whenever I generate the index file, I need to make >>> sure that my local paths to the artifacts are never used

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-18 Thread Jordan Lewis
to the artifacts are never used which they are if the >> artifact can be resolved both locally and remotely. I need it to only >> resolve from the remote repository. >> >> Thanks, >> Jordan >> >> >> >> On 7/18/16, 2:21 PM, "Ron Wheeler

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-18 Thread Ron Wheeler
others, but my local repository is obviously not. So whenever I generate the index file, I need to make sure that my local paths to the artifacts are never used which they are if the artifact can be resolved both locally and remotely. I need it to only resolve from the remote repository

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-18 Thread Jordan Lewis
it to only resolve from the remote repository. Thanks, Jordan On 7/18/16, 2:21 PM, "Ron Wheeler" wrote: >What repo are you using locally - Nexus, Artifactory,? >Why is it not available to others? > >Ron > >On 18/07/2016 2:04 PM, Jordan Lewis wrote: >> Is

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-18 Thread Ron Wheeler
n my local repository. I need the artifact to resolve to the remote repository so that anyone can use this index file and it won’t depend on my local repository. If the artifact is in my local repository though, it resolves to that artifact whenever the indexer code call system.resolveArtifact(..). I can

Re: Resolving an Artifact from Remote Repository instead of Local

2016-07-18 Thread Jordan Lewis
ved artifact using bnd-indexer-maven-plugin. The >indexer has an option to forbid the use of local URIs and that works fine as >long as I don’t have the artifact in my local repository. I need the artifact >to resolve to the remote repository so that anyone can use this index file an

Resolving an Artifact from Remote Repository instead of Local

2016-07-14 Thread Jordan Lewis
repository. I need the artifact to resolve to the remote repository so that anyone can use this index file and it won’t depend on my local repository. If the artifact is in my local repository though, it resolves to that artifact whenever the indexer code call system.resolveArtifact(..). I can get

find remote repository of artifact

2015-08-06 Thread Gustavo Morozowski
Hi, I am writing a maven plugin to resolve all project transitive dependencies and reconstruct the URL of the remote repository of the resolved artifacts. To resolve the dependencies I am injecting the ProjectDependenciesResolver, and iterating over the result.getDependencyGraph().getChildren

Re: Obtaining remote repository index using indexer-core 5.0.0

2012-11-05 Thread Tamás Cservenák
Here you go: https://github.com/cstamas/maven-indexer-examples/tree/master/indexer-example-01 On Mon, Nov 5, 2012 at 6:00 PM, Melvin wrote: > Hi, > > is there a tutorial or code-snippet available for obtaining/updating the > index of a remote repository? > > Version 5.0.0

Obtaining remote repository index using indexer-core 5.0.0

2012-11-05 Thread Melvin
Hi, is there a tutorial or code-snippet available for obtaining/updating the index of a remote repository? Version 5.0.0 would be preferred. Thanks. -- View this message in context: http://maven.40175.n5.nabble.com/Obtaining-remote-repository-index-using-indexer-core-5-0-0-tp5729555.html

Re: problems with deploying to a remote repository

2012-07-17 Thread krishna chaitanya kurnala
vn command line to deploy an artifact to a remote > repository? it says it doesn't have a proper vagon provider for sftp/scp > so... and it doesn't autodownload it. > -BEGIN PGP SIGNATURE- > Version: GnuPG v2.0.19 (MingW32) > Comment: Using GnuP

problems with deploying to a remote repository

2012-07-17 Thread Michał Zegan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello. How do you use mvn command line to deploy an artifact to a remote repository? it says it doesn't have a proper vagon provider for sftp/scp so... and it doesn't autodownload it. -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.1

Re: Help:Calling plugin from a remote repository

2011-08-11 Thread goutham
On Thu, Aug 11, 2011 at 5:22 AM, Daivish Shah [via Maven] < ml-node+4687779-706532986-220...@n5.nabble.com> wrote: > You have to create Profile for that.. > > If you will put following entry in your settings.xml file it will first > look > at the remote repository and then

Re: Help:Calling plugin from a remote repository

2011-08-11 Thread goutham
=4686902&i=0> > For additional commands, e-mail: [hidden > email]<http://user/SendEmail.jtp?type=node&node=4686902&i=1> > > > > ------ > If you reply to this email, your message will be added to the discussion > below: > >

Re: Help:Calling plugin from a remote repository

2011-08-11 Thread goutham
Thanks for the help :) -- View this message in context: http://maven.40175.n5.nabble.com/Help-Calling-plugin-from-a-remote-repository-tp4685594p4691812.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Help:Calling plugin from a remote repository

2011-08-10 Thread Daivish Shah
You have to create Profile for that.. If you will put following entry in your settings.xml file it will first look at the remote repository and then it will look for your local repository. Basically you need to create Repository Proxy true

Re: Help:Calling plugin from a remote repository

2011-08-10 Thread Barrie Treloar
On Thu, Aug 11, 2011 at 12:06 AM, goutham wrote: > I want it to restrict to the remote repo only. It should not look into local > repo , at least first it have to look in remote and then go for local > > On Wed, Aug 10, 2011 at 6:02 PM, Anders Hammar [via Maven] < > ml-node+4685646-210393254-220..

Re: Help:Calling plugin from a remote repository

2011-08-10 Thread Wayne Fay
> Can this be the other way ? What is "the other way"? >      central > > also trying to download the other dependencies(ex: > plexus-interactivity-api)  form the same repo which dont exist. Saying a repo is a "mirror of Central" means that all artifacts which do exist in Central must also exist

Re: Help:Calling plugin from a remote repository

2011-08-10 Thread goutham
r/SendEmail.jtp?type=node&node=4686394&i=1> > > > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://maven.40175.n5.nabble.com/Help-Calling-plugin-from-a-remote-repository-tp4685594p46863

Re: Help:Calling plugin from a remote repository

2011-08-10 Thread Wayne Fay
> I want it to restrict to the remote repo only. It should not look into local > repo , at least first it have to look in remote and then go for local Maven always tries to use the local repo first when resolving things. So if you want to use version 1.2.3 of a plugin, and it is available locally,

Re: Help:Calling plugin from a remote repository

2011-08-10 Thread goutham
> Thank you in advance > > -Goutham > > > > > > > > > > -- > > View this message in context: > > > http://maven.40175.n5.nabble.com/Help-Calling-plugin-from-a-remote-repository-tp4685594p4685594.html > > Sent from the Maven - Users mai

Re: Help:Calling plugin from a remote repository

2011-08-10 Thread Anders Hammar
> repository. > > What is the command which specifies it to look in my nexus repository? > > > Thank you in advance > -Goutham > > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Help-Calling-plugin-from-a-remote-repository-tp468

Help:Calling plugin from a remote repository

2011-08-10 Thread goutham
e.com/Help-Calling-plugin-from-a-remote-repository-tp4685594p4685594.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mai

Re: Trouble deploying to remote repository after the first time (400 error)

2011-07-29 Thread carlspring
message in context: http://maven.40175.n5.nabble.com/Trouble-deploying-to-remote-repository-after-the-first-time-400-error-tp4644301p4646447.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Trouble deploying to remote repository after the first time (400 error)

2011-07-29 Thread Juven Xu
maybe try w/o filePermissions and directoryPermissions, and you can take a look at nexus log to get more details On Fri, Jul 29, 2011 at 5:29 AM, laredotornado-3 wrote: > Hi, > > I'm using Maven 3.0.3 with a Sonatype repository. I'm able to deploy my > artifact to the

Trouble deploying to remote repository after the first time (400 error)

2011-07-29 Thread laredotornado-3
Hi, I'm using Maven 3.0.3 with a Sonatype repository. I'm able to deploy my artifact to the remote repository the first time, but when i try and deploy again, using mvn -e -X clean deploy -s sonatype.xml It fails with the below error … Caused by: org.apache.maven.wagon.TransferFaile

Re: Remote repository using HTTP authentication doesn't work

2011-02-19 Thread Ondřej Světlík
Switching to wagon-httpd from lightweight helps. I added: org.apache.maven.wagon wagon-http 1.0-beta-7 And authentication works fine. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands

Re: Remote repository using HTTP authentication doesn't work

2011-02-19 Thread Ondřej Světlík
Removing settins-security.xml and placing unencrypted password to settings.xml didn't help. Logs don't say anything useful: [WARNING] Could not transfer metadata xxx/maven-metadata.xml from/to RVSNet (https://xxx/maven/): Access denied to: https://xxx/maven-metadata.xml org.sonatype.aether.transf

Re: Remote repository using HTTP authentication doesn't work

2011-02-19 Thread Ondřej Světlík
Get rid of the encryption. Make it work unencrypted. Then and only then, add the encryption back. Use "mvn -X" to get some useful debugging information. And check the security logs in your repo manager for more help. You may also need to take this up with the repo manager's user list. Wayne ---

Re: Remote repository using HTTP authentication doesn't work

2011-02-19 Thread Wayne Fay
> With my master password. ... > With my own encrypted password. Get rid of the encryption. Make it work unencrypted. Then and only then, add the encryption back. Use "mvn -X" to get some useful debugging information. And check the security logs in your repo manager for more help. You may also ne

Re: Remote repository using HTTP authentication doesn't work

2011-02-19 Thread Ondřej Světlík
Dne 19.2.2011 20:29, Ondřej Světlík napsal(a): Hello, I went through all manuals and my configuration should be all right. But it doesn't work. I have a repository that uses HTTP authentication. I have created ~/.m2/settings-security.xml: {...} With my master password. I have a section in

Remote repository using HTTP authentication doesn't work

2011-02-19 Thread Ondřej Světlík
Hello, I went through all manuals and my configuration should be all right. But it doesn't work. I have a repository that uses HTTP authentication. I have created ~/.m2/settings-security.xml: {...} With my master password. I have a section in my ~/.m2/settings.xml: MyRe

Re: Artifact not getting downloaded from my-won-remote-repository

2011-01-13 Thread Ron Wheeler
cified one of the plugin in my POM and also this repository (that is http://localhost/repository) *Problem*: When I run mvn package on this POM, I was expecting the plugin to get installed in my local repository but only the.pom and .pom.sha1 are getting downloaded from my-remote-repository( http:/

Re: Artifact not getting downloaded from my-won-remote-repository

2011-01-13 Thread amaresh mourya
Then I specified one of the plugin in my POM and also this repository > (that > >> is http://localhost/repository) > >> > >> *Problem*: > >> > >> When I run mvn package on this POM, I was expecting the plugin to get > >> installed i

Re: Artifact not getting downloaded from my-won-remote-repository

2011-01-13 Thread Stephen Connolly
;> >> When I run mvn package on this POM, I was expecting the plugin to get >> installed in my local repository but only the .pom and >> .pom.sha1 are getting downloaded from my-remote-repository( >> http://localhost/repository). It is not downloading the actual JAR that i

Re: Artifact not getting downloaded from my-won-remote-repository

2011-01-13 Thread Anders Hammar
xpecting the plugin to get > installed in my local repository but only the .pom and > .pom.sha1 are getting downloaded from my-remote-repository( > http://localhost/repository). It is not downloading the actual JAR that is > :.jar > > Any pointers will be helpful.. > > Thanks, > Amaresh >

Artifact not getting downloaded from my-won-remote-repository

2011-01-12 Thread amaresh mourya
downloaded from my-remote-repository( http://localhost/repository). It is not downloading the actual JAR that is :.jar Any pointers will be helpful.. Thanks, Amaresh

Re: Remote Repository Under Subversion

2010-10-04 Thread Hilco Wijbenga
On 4 October 2010 11:09, Patrick Weege wrote: > Hi. > > I have artifact repository under Subversion Server. > > Server URL: https://my.server.com/my/libs > > I need to configure maven settings to download artifacts from this > subversion server. > > Is that possible or not. Yes. > What configura

Remote Repository Under Subversion

2010-10-04 Thread Patrick Weege
Hi. I have artifact repository under Subversion Server. Server URL: https://my.server.com/my/libs I need to configure maven settings to download artifacts from this subversion server. Is that possible or not. What configuration is needed to do this. Thanks Patrick

Snapshot dependencies not updated from remote repository

2009-11-30 Thread Peter Liljenberg
Update like the documentation says. -- View this message in context: http://old.nabble.com/Snapshot-dependencies-not-updated-from-remote-repository-tp26572230p26572230.html Sent from the Maven - Users mailing list archive at Nabble.com. -

Re: Uploading a new version to internal remote repository

2009-07-31 Thread adasal
.@gmail.com] > Sent: Friday, July 31, 2009 3:07 PM > To: Maven Users List > Subject: Re: Uploading a new version to internal remote repository > > Are you sure? > I think you have misconfigured something. > The pom dictates the version of artifact you are using. > This doesn&

Re: Uploading a new version to internal remote repository

2009-07-31 Thread Alexander
ons Directorate, CIOB > Environment Canada > 416-739-4702 > shahzad.qure...@ec.gc.ca > > -Original Message- > From: adasal [mailto:adam.salt...@gmail.com] > Sent: Friday, July 31, 2009 3:07 PM > To: Maven Users List > Subject: Re: Uploading a new version to i

RE: Uploading a new version to internal remote repository

2009-07-31 Thread Qureshi,Shahzad [Ontario]
nment Canada 416-739-4702 shahzad.qure...@ec.gc.ca -Original Message- From: adasal [mailto:adam.salt...@gmail.com] Sent: Friday, July 31, 2009 3:07 PM To: Maven Users List Subject: Re: Uploading a new version to internal remote repository Are you sure? I think you have misconfigured some

RE: Uploading a new version to internal remote repository

2009-07-31 Thread Qureshi,Shahzad [Ontario]
- From: adasal [mailto:adam.salt...@gmail.com] Sent: Friday, July 31, 2009 3:07 PM To: Maven Users List Subject: Re: Uploading a new version to internal remote repository Are you sure? I think you have misconfigured something. The pom dictates the version of artifact you are using. This d

Re: Uploading a new version to internal remote repository

2009-07-31 Thread adasal
Are you sure? I think you have misconfigured something. The pom dictates the version of artifact you are using. This doesn't make sense to me. Adam 2009/7/31 Qureshi,Shahzad [Ontario] > Hi all, > > I've an internal remote repository setup which is working fine. I just &

Uploading a new version to internal remote repository

2009-07-31 Thread Qureshi,Shahzad [Ontario]
Hi all, I've an internal remote repository setup which is working fine. I just have one confusion. I uploaded a internally developed library to the internal remote repository a few months ago which worked fine. However, now there is a new version for it available and I wanted to upload th

Re: AW: how to avoid build error if remote repository is nto available?

2009-01-20 Thread Baptiste MATHUS
> > Jon > > > > > struberg wrote: > > > > mvn -o > > don't work? > > > > LieGrue, > > strub > > > > --- jonathan14 schrieb am Mo, 19.1.2009: > > > >> Von: jonathan14 > >> Betreff: Re: AW: how to avoi

Re: AW: how to avoid build error if remote repository is nto available?

2009-01-19 Thread jonathan14
struberg wrote: > > mvn -o > don't work? > > LieGrue, > strub > > --- jonathan14 schrieb am Mo, 19.1.2009: > >> Von: jonathan14 >> Betreff: Re: AW: how to avoid build error if remote repository is nto >> available? >> An: users@m

Re: AW: how to avoid build error if remote repository is nto available?

2009-01-19 Thread Mark Struberg
mvn -o don't work? LieGrue, strub --- jonathan14 schrieb am Mo, 19.1.2009: > Von: jonathan14 > Betreff: Re: AW: how to avoid build error if remote repository is nto > available? > An: users@maven.apache.org > Datum: Montag, 19. Januar 2009, 12:20 > Hi strub, >

Re: AW: how to avoid build error if remote repository is nto available?

2009-01-19 Thread jonathan14
Hi strub, Thanks for your reply. Apologies I forgot to clarify that my 'remote repository' is indeed an instance of Artifactory but running in a managed service machine - I dont have a server available on my local/corporate network to install an instance of Artifactory unfortunate

AW: how to avoid build error if remote repository is nto available?

2009-01-19 Thread Mark Struberg
Mo, 19.1.2009: > Von: jonathan14 > Betreff: how to avoid build error if remote repository is nto available? > An: users@maven.apache.org > Datum: Montag, 19. Januar 2009, 11:38 > Hello > > > Occassionally our remote - "central" - repository > is unavailable, and

how to avoid build error if remote repository is nto available?

2009-01-19 Thread jonathan14
itory my default one? Thanks Jon -- View this message in context: http://www.nabble.com/how-to-avoid-build-error-if-remote-repository-is-nto-available--tp21540454p21540454.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Parents version isn't check for new updates on the remote repository

2008-12-03 Thread nodje
HOT version (eg myjar-2.5.3.jar), you will quickly run into a >> world of pain. >> >> Finally, you should also know that repositories by default are checked >> for updates to a given snapshot once daily. You can configure this to >> occur more or less frequently -- check the

Retrieve Last Artifact URL from Remote Repository

2008-12-01 Thread Gerrit Brehmer
Hi, I want to do a remote deploy to a jboss server. For that I need the URL from the last deployment to the remote repository (timestamped snapshots e.g., archiva server). The Url will be printed to the output console during/after successful archiva deployment (deploy:deploy). So can I

Re: AW: Retrieve last artifact URL from remote repository

2008-11-30 Thread Anders Hammar
[EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Retrieve-last-artifact-URL-from-remote-repository-tp20752830p20761127.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Retrieve last artifact URL from remote repository

2008-11-30 Thread Gerrit Brehmer
> I think you want to try the jboss-maven-plugin and do a remote deploy. This > is described here: > http://osdir.com/ml/java.maven-plugins.mojo.devel/2006-01/msg00208.html Thanks for the tip, but my problem is, that I don't know the real archiva url from the current deployed artifact because we

Re: Retrieve last artifact URL from remote repository

2008-11-30 Thread Anders Hammar
local deployment. /Anders Gerrit Brehmer wrote: > > Hi, > > I want to do a remote deploy to a jboss server. For that I need the URL > from > the last deployment to the remote repository (timestamped snapshots e.g., > archiva server). The Url will be printed to the out

AW: Retrieve last artifact URL from remote repository

2008-11-30 Thread Gerrit Brehmer
onntag, 30. November 2008 01:09 An: Maven Users List Betreff: Re: Retrieve last artifact URL from remote repository On Sat, Nov 29, 2008 at 4:36 PM, Gerrit Brehmer <[EMAIL PROTECTED]> wrote: > I want to do a remote deploy to a jboss server. For that I need the URL from > the last deployment to

Re: Retrieve last artifact URL from remote repository

2008-11-29 Thread Wendy Smoak
On Sat, Nov 29, 2008 at 4:36 PM, Gerrit Brehmer <[EMAIL PROTECTED]> wrote: > I want to do a remote deploy to a jboss server. For that I need the URL from > the last deployment to the remote repository (timestamped snapshots e.g., > archiva server). The Url will be printed to the

Retrieve last artifact URL from remote repository

2008-11-29 Thread Gerrit Brehmer
Hi, I want to do a remote deploy to a jboss server. For that I need the URL from the last deployment to the remote repository (timestamped snapshots e.g., archiva server). The Url will be printed to the output console during/after successful archiva deployment (deploy:deploy). So can I retrieve

Re: Parents version isn't check for new updates on the remote repository

2008-11-17 Thread nodje
gt;> >> Finally, you should also know that repositories by default are checked >> for updates to a given snapshot once daily. You can configure this to >> occur more or less frequently -- check the documentation for >>

Re: Parents version isn't check for new updates on the remote repository

2008-11-11 Thread nodje
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Parents-versi

Re: Parents version isn't check for new updates on the remote repository

2008-11-10 Thread Wayne Fay
> In other words, it seems there is no update checks on the remote repo for > the parent version in a child project. > > Is that an expected behavior? If not, is there a bug filled alreay for that? > Is there any workaround ? Its hard to understand what you are really asking here. Can you make it

Parents version isn't check for new updates on the remote repository

2008-11-10 Thread nodje
View this message in context: http://www.nabble.com/Parents-version-isn%27t-check-for-new-updates-on-the-remote-repository-tp20434803p20434803.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mai

Re: maven ant tasks and remote repository in pom

2008-10-11 Thread Baptiste MATHUS
build.xml and that pom.xml > declares a remote repo, does the maven ant task use the pom's remote repo? > or do i also have to declare the remote repo inside the build.xml? thanks > for the clarification. > -- > View this message in context: > http://www.nabbl

Re: maven ant tasks and remote repository in pom

2008-10-10 Thread Hervé BOUTEMY
Le samedi 11 octobre 2008, will vuong a écrit : > i think it is a bug actually. > > i declare the remote repo in my pom.xml. then i go into my local repo > cache and delete commons-logging, and then execute mvn dependency:list. > maven goes to the proper repo. > > i deleted commons-logging again

Re: maven ant tasks and remote repository in pom

2008-10-10 Thread will vuong
it > is likely a bug and should be filed in JIRA. > > Regards, > > Hervé > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/maven-ant-

Re: maven ant tasks and remote repository in pom

2008-10-10 Thread Hervé BOUTEMY
Le vendredi 10 octobre 2008, will vuong a écrit : > if i have a pom.xml that i refer to in my ant build.xml and that pom.xml > declares a remote repo, does the maven ant task use the pom's remote repo? > or do i also have to declare the remote repo inside the build.xml? thanks > for the clarificat

maven ant tasks and remote repository in pom

2008-10-10 Thread will vuong
http://www.nabble.com/maven-ant-tasks-and-remote-repository-in-pom-tp19924245p19924245.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

mvn eclipse: remote repository artifacts

2008-07-15 Thread Laura Lozano
Hello, I'm developping an OSGI project in eclipse using maven. In this project I use some artifacts from a remote repository. In order to debug this project in eclipse I have to put the remote repository artifacts in the target platform directory and it is not very effective to work wit

Re: How do I deploy my jar in my remote repository?

2008-06-30 Thread buters
For archiva and artifactory I can really create username with password. But if I have a remote repository alone, which username and password? Giancarlo Degani wrote: > > The id value is not important, you have to match the id tag defined > into your pom with an id tag defined in t

Re: How do I deploy my jar in my remote repository?

2008-06-30 Thread buters
ed/index.html#How_do_I_deploy_my_jar_in_my_remote_repository >> >> I don't only understand here one thing. How can I assign my remote >> repository an id? >> >> Thanks beforehand, >> regards, buters >> -- >> View this message in con

Re: How do I deploy my jar in my remote repository?

2008-06-30 Thread buters
.apache.org/guides/getting-started/index.html#How_do_I_deploy_my_jar_in_my_remote_repository >> >> I don't only understand here one thing. How can I assign my remote >> repository an id? >> >> Thanks beforehand, >> regards, buters >> -- >> View th

Re: How do I deploy my jar in my remote repository?

2008-06-30 Thread Giancarlo Degani
ng-started/index.html#How_do_I_deploy_my_jar_in_my_remote_repository > > I don't only understand here one thing. How can I assign my remote > repository an id? > > Thanks beforehand, > regards, buters > -- > View this message in context: > http://www.nabble.com/How-do-I-deplo

How do I deploy my jar in my remote repository?

2008-06-30 Thread buters
Hi, here it is explained: http://maven.apache.org/guides/getting-started/index.html#How_do_I_deploy_my_jar_in_my_remote_repository I don't only understand here one thing. How can I assign my remote repository an id? Thanks beforehand, regards, buters -- View this message in context:

Trying to deploy an artifact with all its dependencies from local to remote repository with maven-deploy plugin.

2008-04-21 Thread Dobri Kitipov
Hi all, I want to ask how to update my mirror repository. The case is the following. I want to use the latest maven-assembly-plugin. I succeeded to download it locally in my local repository. Now I want to share this plugin and all its dependencies with my team. To do so I need to deploy this plugi

AW: Parents version isn't check for new updates on the remote repository

2008-04-16 Thread Baeriswyl Kuno - Extern (IT-BA-MV)
-Ursprüngliche Nachricht- Von: Beelen, M. - SPLXL [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 16. April 2008 15:21 An: Maven Users List Betreff: RE: Parents version isn't check for new updates on the remote repository Kuno, If you are running RAD&: Try to do it like I wrote

RE: Parents version isn't check for new updates on the remote repository

2008-04-16 Thread Beelen, M. - SPLXL
ging, RAD is easier). Good luck with or without RAD, Marco Beelen -Original Message- From: Baeriswyl Kuno - Extern (IT-BA-MV) [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 2:48 PM To: 'Maven Users List' Subject: AW: Parents version isn't check for new updates o

AW: Parents version isn't check for new updates on the remote repository

2008-04-16 Thread Baeriswyl Kuno - Extern (IT-BA-MV)
liche Nachricht- Von: Beelen, M. - SPLXL [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 16. April 2008 14:27 An: Maven Users List Betreff: RE: Parents version isn't check for new updates on the remote repository Kuno, Why maven wouldn't check from newer versions of snapshot-parent, t

RE: Parents version isn't check for new updates on the remote repository

2008-04-16 Thread Beelen, M. - SPLXL
lto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 9:01 AM To: 'users@maven.apache.org' Subject: Parents version isn't check for new updates on the remote repository Hello! I've defined a hierarchical layout using a parent pom.xml : |-module1 | | | |-- pom.xml |-module2

Parents version isn't check for new updates on the remote repository

2008-04-16 Thread Baeriswyl Kuno - Extern (IT-BA-MV)
t. It works well, once the parent pom is installed on the local repository. The parent pom has a snapshot version and the devlepers shall get the modifications automatically from the remote repository. However, the m2 doens't check the snapshot version for the projects parent pom. Is it a

All repos disappear after attempt at "add remote repository"

2008-03-28 Thread David Delbecq
Using archiva 1.0.1, when i try to add a remote repository, after i click the "add", the interface comme back to my form, with all i filled in, without error message, but my list of repositories have now disappeared. I currently have have 4 local repos, and 4 remote repos, with lin

Fw: Problem in updating SNAPSHOT libraries from remote repository

2008-03-25 Thread logachandru . x . rajamanickam
eased soonish? Wayne On 3/19/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello All, > > I see a weird situation with regards to updating the SNAPSHOT version of > our internal library from our remote repo. I have three versions of > SNAPSHOTS in the remote repository, wh

RE: How can I download all the packages from a remote repository?

2008-03-08 Thread Brian E. Fox
download all the packages from a remote repository? Can I write the dependency with wildcard characters? For example, * * ... Then I will download all the packages from the repository. Brian E Fox wrote: > > Get a repository manager (proximity/nexus/archiva/artifactory)

Re: How can I download all the packages from a remote repository?

2008-03-08 Thread Wayne Fay
y. Scraping the entire repository is not being a friendly > > netizen and will probably get your ip blocked. There are much better > > ways. > > > > -Original Message- > > From: youhaodeyi [mailto:[EMAIL PROTECTED] > > Sent: Friday, March 07, 2008 10:1

RE: How can I download all the packages from a remote repository?

2008-03-07 Thread youhaodeyi
w can I download all the packages from a remote repository? > > > Can I download all the packages from a remote repository to my local > repository? For example, there is a repository: > http://repo1.maven.org/maven2/, I want to download all the content to > my > local reposi

Re: How can I download all the packages from a remote repository?

2008-03-07 Thread Wendy Smoak
On Fri, Mar 7, 2008 at 9:59 PM, youhaodeyi <[EMAIL PROTECTED]> wrote: > I use this command to download: > > rsync -avz http://repo1.maven.org/maven2/ ./ As others have mentioned, you'd be much better off running a repository manager app (Archiva, Artifactory, Proximity) and filling it up with t

  1   2   3   4   5   >