Re: SNAPSHOT comparison between local and remote repositories

2009-11-13 Thread Wayne Fay
Is maven comparing the some kind of timestamps ? ( If true then it has to assume that the clocks of both machines are in sync ) Yes, that's what happens. Wayne - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For

Re: SNAPSHOT comparison between local and remote repositories

2009-11-13 Thread Sony Antony
This is a big assumption, as most of the machines will have their times differing by some amount. ( Maybe it is a good enough assumption as artifacts need not be compared with a millisecond accuracy ) --sony On Fri, Nov 13, 2009 at 9:58 AM, Wayne Fay wayne...@gmail.com wrote: Is maven

SNAPSHOT comparison between local and remote repositories

2009-11-12 Thread Sony Antony
I notice that every SNAPSHOt file is checked at the remote repository for teh latest version, everytime it is given as a dependency. ( This doesnt happen when the repository in settings.xml doesnt enable snapsot ) ( My snapshots doesnt have any build number or anything ( Eg - xx-SNAPSHOT ) )

Re: POMs on central repo with references to other repositories

2009-11-05 Thread Brian Fox
repo, jetty-parent:11 pom http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-parent/11/jetty-parent-11.pom from July 2009 has both external repositories and pluginRepositories defined, ... Regards, Stevo. On Wed, Nov 4, 2009 at 12:54 PM, Anders Hammar and...@hammar.net wrote: My

POMs on central repo with references to other repositories

2009-11-04 Thread Stevo Slavić
Hello Maven users, By this guidehttp://maven.apache.org/guides/mini/guide-central-repository-upload.htmlit seems to be forbidden to upload artifacts to central with POMs that reference other repositories, so that central repo is self-contained. Even with this rule there seem to be many artifacts

Re: POMs on central repo with references to other repositories

2009-11-04 Thread Anders Hammar
, 2009 at 11:58, Stevo Slavić ssla...@gmail.com wrote: Hello Maven users, By this guide http://maven.apache.org/guides/mini/guide-central-repository-upload.html it seems to be forbidden to upload artifacts to central with POMs that reference other repositories, so that central repo is self

Re: POMs on central repo with references to other repositories

2009-11-04 Thread Stevo Slavić
both external repositories and pluginRepositories defined, ... Regards, Stevo. On Wed, Nov 4, 2009 at 12:54 PM, Anders Hammar and...@hammar.net wrote: My understanding is: 1) No, central will not be cleaned. No changes are done to central as it might break builds. 2) http

Re: POMs on central repo with references to other repositories

2009-11-04 Thread Anders Hammar
-parent/11/jetty-parent-11.pom from July 2009 has both external repositories and pluginRepositories defined, ... Regards, Stevo. On Wed, Nov 4, 2009 at 12:54 PM, Anders Hammar and...@hammar.net wrote: My understanding is: 1) No, central will not be cleaned. No changes are done

Configuring repositories with Maven, Eclipse and Nexus

2009-11-03 Thread Exposito Aguilera, Francisco
) I´ve installed m2eclipse 4) I have installed Nexus Sonatype 1.4.0 and I've downloaded remote indexes from Nexus repositories. Then I open eclipse and it begins to update indexes (maybe because of the embedded maven): Updating index http://repo1.maven.org/maven2/ Downloading central : nexus-maven

Re: Why are repositories usually separated into releases and snapshots?

2009-10-25 Thread Stephen Connolly
Sent from my [rhymes with tryPod] ;-) On 25 Oct 2009, at 01:36, David Weintraub qazw...@gmail.com wrote: No one has answered the basic question: Why two repositories? I know the differences between a release and snapshot. but that doesn't explain why the releases and snapshots are in two

Re: Why are repositories usually separated into releases and snapshots?

2009-10-25 Thread Barrie Treloar
On Sun, Oct 25, 2009 at 7:27 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: So, what is the reason to have two separate and distinct repositories for snapshots and for releases? update frequency, you may want to check snapshots with a greater or lesser frequency than releases

Re: Why are repositories usually separated into releases and snapshots?

2009-10-25 Thread Stephen Connolly
2009/10/25 Stephen Connolly stephen.alan.conno...@gmail.com: Sent from my [rhymes with tryPod] ;-) On 25 Oct 2009, at 01:36, David Weintraub qazw...@gmail.com wrote: No one has answered the basic question: Why two repositories? I know the differences between a release and snapshot

Re: Why are repositories usually separated into releases and snapshots?

2009-10-25 Thread Stephen Duncan Jr
On Sat, Oct 24, 2009 at 9:36 PM, David Weintraub qazw...@gmail.com wrote: No one has answered the basic question: Why two repositories? I know the differences between a release and snapshot. but that doesn't explain why the releases and snapshots are in two separate repositories. Why

Re: Why are repositories usually separated into releases and snapshots?

2009-10-25 Thread Yaakov Chaikin
. On Sun, Oct 25, 2009 at 8:59 AM, Stephen Duncan Jr stephen.dun...@gmail.com wrote: On Sat, Oct 24, 2009 at 9:36 PM, David Weintraub qazw...@gmail.com wrote: No one has answered the basic question: Why two repositories? I know the differences between a release and snapshot. but that doesn't explain

Re: Why are repositories usually separated into releases and snapshots?

2009-10-24 Thread David Weintraub
No one has answered the basic question: Why two repositories? I know the differences between a release and snapshot. but that doesn't explain why the releases and snapshots are in two separate repositories. Why not keep both snapshots and releases in the same repository. We know something

Re: Why are repositories usually separated into releases and snapshots?

2009-10-24 Thread Sahoo
Sometime back I had the exact question in my mind and QoS (what you mentioned as administration) and security were the only ones I could think of. Thanks, Sahoo David Weintraub wrote: No one has answered the basic question: Why two repositories? I know the differences between a release

Why are repositories usually separated into releases and snapshots?

2009-10-22 Thread Costin Caraivan
Hello, I saw that most repositories are separated into releases and snapshots. And that most repository managers recommend using releases and snapshots. Now, I know what each of them is: 1. release - stable version, will be uploaded only once, when you want to change something you make a new

Re: Why are repositories usually separated into releases and snapshots?

2009-10-22 Thread Brian Fox
and metadata update at times. The less often you touch your release repo to start removing and changing things, the safer the data there is. On Thu, Oct 22, 2009 at 4:43 AM, Costin Caraivan ccarai...@axway.com wrote: Hello, I saw that most repositories are separated into releases and snapshots

RE: Why are repositories usually separated into releases and snapshots?

2009-10-22 Thread Martin Gainty
:03:37 -0400 Subject: Re: Why are repositories usually separated into releases and snapshots? To: users@maven.apache.org It's essentially because of what you wrote below. You may want to be very diligent about backing up your release repo, but not so rigorous for snapshots. Snapshots

Re: Why are repositories usually separated into releases and snapshots?

2009-10-22 Thread Brian Fox
On Thu, Oct 22, 2009 at 9:45 AM, Martin Gainty mgai...@hotmail.com wrote: a snapshot usually has no guarantee of passing any sort of testits a way for a programmer/developer to prove that the developer assigned has done *something*..but the snapshot carries no guarantee has passed

RE: Why are repositories usually separated into releases and snapshots?

2009-10-22 Thread Todd Thiessen
is very new to many and can be a bit difficult to get ones head around. --- Todd Thiessen -Original Message- From: Brian Fox [mailto:bri...@infinity.nu] Sent: Thursday, October 22, 2009 1:18 PM To: Maven Users List Subject: Re: Why are repositories usually separated into releases

controlling order that repositories are checked for artifacts

2009-10-21 Thread John Cartwright
Hello All, How can I configure maven such that my organization's repository is checked last? I currently have the repositories configured as: repositories repository idngdc-repo/id nameNGDC Maven Repository/name urlhttps://intranet.ngdc.noaa.gov

Still searching central repositories after install:install-file

2009-08-17 Thread Mark Ferguson
Hi, I have installed some libraries to my local repository that were not present in any repository. After doing the install, the libraries are found and are deployed correctly, but every time I run the package task it still first tries to find the file in the central repositories

Re: Still searching central repositories after install:install-file

2009-08-17 Thread Wayne Fay
Here is the command I am running to install, and the output I am getting when running mvn package: mvn install:install-file -DgroupId=ca.epsb.its.component -DartifactId=ssha -Dversion=1.0 -Dpackaging=jar -Dfile=./ssha-1.0.jar Run mvn install:install-file again and this time also include the

Re: Still searching central repositories after install:install-file

2009-08-17 Thread Mark Ferguson
Excellent, thank you! On Mon, Aug 17, 2009 at 11:20 AM, Wayne Fay wayne...@gmail.com wrote: Here is the command I am running to install, and the output I am getting when running mvn package: mvn install:install-file -DgroupId=ca.epsb.its.component -DartifactId=ssha -Dversion=1.0

Re: the nexus repositories only show .index and .meta

2009-07-28 Thread Anders Hammar
)        at org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(ReflectionSocketFactory.java:140)        ... 28 more Thanks. Regards, Kit -- View this message in context: http://www.nabble.com/the-nexus-repositories-only-show-.index-and-.meta-tp24588856p24692062.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: the nexus repositories only show .index and .meta

2009-07-28 Thread ykyuen
sorry, please ignore this post. i will ask in the Nexus group. Regards, Kit Anders Hammar wrote: You should try the Nexus mailing list instead as it's not a Maven issue. /Anders -- View this message in context: http://www.nabble.com/the-nexus-repositories-only-show-.index-and-.meta

RE: the nexus repositories only show .index and .meta

2009-07-27 Thread ykyuen
-repositories-only-show-.index-and-.meta-tp24588856p24692062.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-mail: users-h

RE: the nexus repositories only show .index and .meta

2009-07-22 Thread Jonathan Woods
Perhaps you need to tell Maven how to get to your proxy: http://maven.apache.org/guides/mini/guide-proxies.html Jon -Original Message- From: ykyuen [mailto:yingkity...@gmail.com] Sent: 22 July 2009 05:53 To: users@maven.apache.org Subject: RE: the nexus repositories only show

RE: the nexus repositories only show .index and .meta

2009-07-22 Thread ykyuen
this message in context: http://www.nabble.com/the-nexus-repositories-only-show-.index-and-.meta-tp24588856p24603437.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

the nexus repositories only show .index and .meta

2009-07-21 Thread ykyuen
hi all, i just installed the nexus 1.3.6 to my ubuntu. everything works fine except when i browse the repositories such as Public Repositories only 2 folders named as .meta and .index are shown... the ubuntu is behind a firewall in the network and i have already set the proxy setting in nexus

RE: the nexus repositories only show .index and .meta

2009-07-21 Thread Jonathan Woods
@maven.apache.org Subject: the nexus repositories only show .index and .meta hi all, i just installed the nexus 1.3.6 to my ubuntu. everything works fine except when i browse the repositories such as Public Repositories only 2 folders named as .meta and .index are shown... the ubuntu

RE: the nexus repositories only show .index and .meta

2009-07-21 Thread ykyuen
into the internet by http. Regards, Kit -- View this message in context: http://www.nabble.com/the-nexus-repositories-only-show-.index-and-.meta-tp24588856p24600048.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Dependency Report searching outside repositories?

2009-07-12 Thread David C. Hicks
To: Maven Users Subject: Dependency Report searching outside repositories? It looks to me like the Dependencies report, created during site generation, is searching external repositories to find the information it needs. Â But, it seems like that information should already be in my local

Dependency Report searching outside repositories?

2009-07-11 Thread David C. Hicks
It looks to me like the Dependencies report, created during site generation, is searching external repositories to find the information it needs. But, it seems like that information should already be in my local repository, assuming that the code had to be built before we can generate the site

RE: Dependency Report searching outside repositories?

2009-07-11 Thread Mohan KR
-hicks.org] Sent: Saturday, July 11, 2009 2:56 PM To: Maven Users Subject: Dependency Report searching outside repositories? It looks to me like the Dependencies report, created during site generation, is searching external repositories to find the information it needs. But, it seems like

Re: Dependency Report searching outside repositories?

2009-07-11 Thread Benson Margulies
and dependencyDetailsEnabled to false Thanks, mohan kr -Original Message- From: David C. Hicks [mailto:dhi...@i-hicks.org] Sent: Saturday, July 11, 2009 2:56 PM To: Maven Users Subject: Dependency Report searching outside repositories? It looks to me like the Dependencies report, created

Re: Dependency Report searching outside repositories?

2009-07-11 Thread David C. Hicks
To: Maven Users Subject: Dependency Report searching outside repositories? It looks to me like the Dependencies report, created during site generation, is searching external repositories to find the information it needs. Â But, it seems like that information should already be in my local

references to other repositories in poms in central repo

2009-06-23 Thread Reto Bachmann-Gmür
in the central repository should have all dependencies in the central repo, shouldn't external repositories be removed from them 2. https://maven2-repository.dev.java.net/nonav/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar redirects to a non-existing resource on http

Re: maven-dependency-plugin doesn't find all dependencies in several repositories

2009-06-16 Thread gorgophol
-doesn%27t-find-all-dependencies-in-several-repositories-tp23961970p24049425.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

Re: Excluding default repositories

2009-06-16 Thread daniel.green
... point everything at your repository mirrorOf*/mirrorOf FYI, you want to do this anyway as running a repository manager is pretty much essential these days 2009/6/2 daniel.green october...@gmail.com So point the proxies for the default repositories at my onsite repository? Stephen

Re: maven-dependency-plugin doesn't find all dependencies in several repositories

2009-06-15 Thread gorgophol
-dependencies-in-several-repositories-tp23961970p24029230.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-mail: users-h

Re: maven-dependency-plugin doesn't find all dependencies in several repositories

2009-06-15 Thread gorgophol
information stored in localRepositories in my oppinion! -- View this message in context: http://www.nabble.com/maven-dependency-plugin-doesn%27t-find-all-dependencies-in-several-repositories-tp23961970p24034808.html Sent from the Maven - Users mailing list archive at Nabble.com

maven-dependency-plugin doesn't find all dependencies in several repositories

2009-06-10 Thread gorgophol
Hi, I have got the following situation in my company: There are three repositories (in this case), where artifacts are installed. Repos 1, Repos 2, Repos Ext (for external jars) Artifacts A, B and C are in Repos 1. Artifact Z is in Repos 2. All external Artifacts (lets call them EX1 - Ex3

Re: maven-dependency-plugin doesn't find all dependencies in several repositories

2009-06-10 Thread Nick Stolwijk
If you use dependency:tree-output on project Z what is the scope of the dependency? Then look at [1] to see the transitive scope of that dependency. Probably the dependency is in the wrong scope. [1] http://www.sonatype.com/books/maven-book/reference/pom-relationships-sect-transitive.html Hth,

Re: maven-dependency-plugin doesn't find all dependencies in several repositories

2009-06-10 Thread gorgophol
be because Z is in Repos2. But that should be no problem in my opinion. -- View this message in context: http://www.nabble.com/maven-dependency-plugin-doesn%27t-find-all-dependencies-in-several-repositories-tp23961970p23962522.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: maven-dependency-plugin doesn't find all dependencies in several repositories

2009-06-10 Thread Nick Stolwijk
. But that should be no problem in my opinion. -- View this message in context: http://www.nabble.com/maven-dependency-plugin-doesn%27t-find-all-dependencies-in-several-repositories-tp23961970p23962522.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: maven-dependency-plugin doesn't find all dependencies in several repositories

2009-06-10 Thread Stephen Connolly
is that we never look in non-release repositories... not sure if this is a Maven bug or if we should be using a different method. I tried getting one of the Maven developers to look into it, but had no luck... I am also not sure of the implications of changing the existing behaviour w.r.t

Re: Excluding default repositories

2009-06-09 Thread daniel.green
repository mirrorOf*/mirrorOf FYI, you want to do this anyway as running a repository manager is pretty much essential these days 2009/6/2 daniel.green october...@gmail.com So point the proxies for the default repositories at my onsite repository? Stephen Connolly-2 wrote: you need

Re: Excluding default repositories

2009-06-04 Thread daniel.green
much essential these days 2009/6/2 daniel.green october...@gmail.com So point the proxies for the default repositories at my onsite repository? Stephen Connolly-2 wrote: you need to use a repository manager and have it proxy all repositories in your settings.xml 2009/6/2

Re: Excluding default repositories

2009-06-04 Thread Stephen Connolly
, you want to do this anyway as running a repository manager is pretty much essential these days 2009/6/2 daniel.green october...@gmail.com So point the proxies for the default repositories at my onsite repository? Stephen Connolly-2 wrote: you need to use a repository manager

Excluding default repositories

2009-06-02 Thread daniel.green
Is it possible to exclude default repositories? I need to ensure that all dependencies are taken only from the repositories that I specify. -- View this message in context: http://www.nabble.com/Excluding-default-repositories-tp23839715p23839715.html Sent from the Maven - Users mailing list

Re: Excluding default repositories

2009-06-02 Thread Stephen Connolly
you need to use a repository manager and have it proxy all repositories in your settings.xml 2009/6/2 daniel.green october...@gmail.com Is it possible to exclude default repositories? I need to ensure that all dependencies are taken only from the repositories that I specify. -- View

Re: Excluding default repositories

2009-06-02 Thread daniel.green
So point the proxies for the default repositories at my onsite repository? Stephen Connolly-2 wrote: you need to use a repository manager and have it proxy all repositories in your settings.xml 2009/6/2 daniel.green october...@gmail.com Is it possible to exclude default repositories

Re: Excluding default repositories

2009-06-02 Thread Stephen Connolly
Yep... point everything at your repository mirrorOf*/mirrorOf FYI, you want to do this anyway as running a repository manager is pretty much essential these days 2009/6/2 daniel.green october...@gmail.com So point the proxies for the default repositories at my onsite repository? Stephen

Re: Trouble finding correct repositories

2009-05-19 Thread daniel.green
looks in the repositories for a remote copy. I've gone through and eliminated /some/ of the unresolved dependencies, but am having trouble with the remaining. The thing that's bothering me is some of the results look like they should be included in the repositories I'm pulling from. You people

Will Central Repository accepts thirdparty repositories in pom.xml JUST FOR SNAPSHOTS?

2009-04-27 Thread Chen SIL
Guide to uploading artifacts to the Central Repository ( http://maven.apache.org/guides/mini/guide-central-repository-upload.html) said repositories pluginRepositories in pom.xml are not allowed because the central repository must self contained, but in the other hand, the Central Repository only

Re: Will Central Repository accepts thirdparty repositories in pom.xml JUST FOR SNAPSHOTS?

2009-04-27 Thread mkleint
Chen SIL wrote: Guide to uploading artifacts to the Central Repository ( http://maven.apache.org/guides/mini/guide-central-repository-upload.html) said repositories pluginRepositories in pom.xml are not allowed because the central repository must self contained, but in the other hand

Trouble finding correct repositories

2009-04-05 Thread daniel.green
Currently at work we're using maven2 for a project. Unfortunately, they're hosting /all/ of the dependencies in our source repository. I would like to help change that. I've started by going through and removing all the scopesystemPath stuff so maven looks in the repositories for a remote copy

Re: Trouble finding correct repositories

2009-04-05 Thread Barrie Treloar
use http://mvnrepository.com/ and paste in the jar file names. common-binaries isn't the groupId you should be using. You need to find the official one. So picking log4j as an example, http://mvnrepository.com/search.html?query=log4j returns 28 hits. You need to determine which is the correct

Re: Trouble finding correct repositories

2009-04-05 Thread daniel.green
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- View this message in context: http://www.nabble.com/Trouble-finding-correct-repositories-tp22900078p22900192.html Sent from

Re: Trouble finding correct repositories

2009-04-05 Thread daniel.green
...@maven.apache.org -- View this message in context: http://www.nabble.com/Trouble-finding-correct-repositories-tp22900078p22900239.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

RE: Trouble finding correct repositories

2009-04-05 Thread Brian E. Fox
...@gmail.com] Sent: Sunday, April 05, 2009 7:31 PM To: users@maven.apache.org Subject: Trouble finding correct repositories Currently at work we're using maven2 for a project. Unfortunately, they're hosting /all/ of the dependencies in our source repository. I would like to help change

Why are projects deploying to repo1.maven.org not allowed to use plugins from other repositories?

2009-04-02 Thread Peter Niederwieser
/Why-are-projects-deploying-to-repo1.maven.org-not-allowed-to-use-plugins-from-other-repositories--tp22847197p22847197.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

RE: Why are projects deploying to repo1.maven.org not allowed to use plugins from other repositories?

2009-04-02 Thread Brian E. Fox
lookups and this is what causes people problems. -Original Message- From: Peter Niederwieser [mailto:pnied...@gmail.com] Sent: Thursday, April 02, 2009 8:55 AM To: users@maven.apache.org Subject: Why are projects deploying to repo1.maven.org not allowed to use plugins from other repositories

Re: maven / osgi / repositories

2009-03-29 Thread lukewpatterson
Jason van Zyl-5 wrote: On 27-Jan-09, at 6:41 PM, Barrie Treloar wrote: repositories. They might become OBRs at some point when OSGi becomes more mainstream. One thing I have been toying with for a while is to auto-magically extend maven-jar-plugin to add the OSGi headers. I

Anyone? Snapshots repositories, how should they work?

2009-02-16 Thread Kent Närling
Anyone give me a pointer regarding this? please? Is it a very stupid question... ? :-( -- Forwarded message -- From: Kent Närling kent.narl...@seamless.se Date: 2009/2/11 Subject: Snapshots repositories, how should they work? To: Maven Users List users@maven.apache.org

Re: Anyone? Snapshots repositories, how should they work?

2009-02-16 Thread Nick Stolwijk
Date: 2009/2/11 Subject: Snapshots repositories, how should they work? To: Maven Users List users@maven.apache.org This might be a newbie question, bit I have tried to find documentation explaining how snapshot repositories should work... can anyone give me a pointer? We have an internal

Re: Anyone? Snapshots repositories, how should they work?

2009-02-16 Thread Kent Närling
I thought legacy layout was standard for snapshot repositories? Is it even possible to use non-legacy layout for snapshots? And it does try to use the correct path, it is just the timestamp/buildnumber that mismatch...? 2009/2/16 Nick Stolwijk nick.stolw...@gmail.com http://nexus:8081/nexus

Re: Anyone? Snapshots repositories, how should they work?

2009-02-16 Thread Nick Stolwijk
? [1] http://repository.sonatype.org/content/repositories/apache-snapshots/org/apache/maven/maven/2.0.10-SNAPSHOT/maven-metadata.xml With regards, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Mon, Feb 16, 2009 at 6:03 PM, Kent Närling kent.narl

Re: Anyone? Snapshots repositories, how should they work?

2009-02-16 Thread Kent Närling
metadata file say about your snapshots? [1] http://repository.sonatype.org/content/repositories/apache-snapshots/org/apache/maven/maven/2.0.10-SNAPSHOT/maven-metadata.xml With regards, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Mon

RE: Anyone? Snapshots repositories, how should they work?

2009-02-16 Thread Brian E. Fox
...@seamless.se] Sent: Monday, February 16, 2009 12:46 PM To: Maven Users List Subject: Re: Anyone? Snapshots repositories, how should they work? Ok, funny enough, I have set the format in nexus to maven2, but it still insists on storing it in legacy format... strange... Could this be a bug in nexus? we

Snapshots repositories, how should they work?

2009-02-11 Thread Kent Närling
This might be a newbie question, bit I have tried to find documentation explaining how snapshot repositories should work... can anyone give me a pointer? We have an internal repository (nexus) and a build server (continuum) which works fine with released artifacts etc However I cannot get

RE : RE : RE : maven / osgi / repositories

2009-01-30 Thread Deneux, Christophe
/ osgi / repositories Good idea. Did you have sample pom.xml for study ? Thanks Christophe 2009/1/29 Deneux, Christophe christophe.den...@capgemini.com: In your OSGI bundle project, you will use the maven-assembly-plugin to generate your OSGI bundle artifact (artifactId-version

AW: RE : RE : RE : maven / osgi / repositories

2009-01-30 Thread Mark Struberg
-bnd.html --- Deneux, Christophe christophe.den...@capgemini.com schrieb am Fr, 30.1.2009: Von: Deneux, Christophe christophe.den...@capgemini.com Betreff: RE : RE : RE : maven / osgi / repositories An: Maven Users List users@maven.apache.org, Maven Users List users@maven.apache.org Datum

RE : RE : maven / osgi / repositories

2009-01-29 Thread Deneux, Christophe
. 28/01/2009 18:04 À: Maven Users List Objet : Re: RE : maven / osgi / repositories 2009/1/28 Deneux, Christophe christophe.den...@capgemini.com: Isn't the role of the classifier field ? instead of : groupIdorg.apache.ant/groupId artifactIdant/artifactId version1.7.1/version we could use

Re: RE : RE : maven / osgi / repositories

2009-01-29 Thread Henri Gomez
encourages environmental awareness. De: Henri Gomez [mailto:henri.go...@gmail.com] Date: mer. 28/01/2009 18:04 À: Maven Users List Objet : Re: RE : maven / osgi / repositories 2009/1/28 Deneux, Christophe christophe.den...@capgemini.com: Isn't the role

Re: maven / osgi / repositories

2009-01-29 Thread Jason van Zyl
On 27-Jan-09, at 6:41 PM, Barrie Treloar wrote: repositories. They might become OBRs at some point when OSGi becomes more mainstream. One thing I have been toying with for a while is to auto-magically extend maven-jar-plugin to add the OSGi headers. I really don't think this is a great

Re: maven / osgi / repositories

2009-01-29 Thread Henri Gomez
One thing I have been toying with for a while is to auto-magically extend maven-jar-plugin to add the OSGi headers. I really don't think this is a great idea. I think for a bundle to be useful someone needs to provide proper imports and exports. Right, but it make took years ;( I haven't

RE: maven / osgi / repositories

2009-01-29 Thread Edelson, Justin
] Sent: Tue 1/27/2009 10:43 PM To: Maven Users List Subject: Re: maven / osgi / repositories On 27-Jan-09, at 6:41 PM, Barrie Treloar wrote: repositories. They might become OBRs at some point when OSGi becomes more mainstream. One thing I have been toying with for a while is to auto-magically

Re: maven / osgi / repositories

2009-01-29 Thread Barrie Treloar
On Wed, Jan 28, 2009 at 2:13 PM, Jason van Zyl jvan...@sonatype.com wrote: On 27-Jan-09, at 6:41 PM, Barrie Treloar wrote: repositories. They might become OBRs at some point when OSGi becomes more mainstream. One thing I have been toying with for a while is to auto-magically extend maven

RE : maven / osgi / repositories

2009-01-28 Thread Deneux, Christophe
Gomez [mailto:henri.go...@gmail.com] Date: mar. 27/01/2009 23:00 À: Maven Users List Objet : Re: maven / osgi / repositories as you point it out there is definitely an issue with the renaming of groupId /artifactId as it will 'break' maven dependency management. However I don't think

Re: RE : maven / osgi / repositories

2009-01-28 Thread Henri Gomez
2009/1/28 Deneux, Christophe christophe.den...@capgemini.com: Isn't the role of the classifier field ? instead of : groupIdorg.apache.ant/groupId artifactIdant/artifactId version1.7.1/version we could use : groupIdorg.apache.ant/groupId artifactIdant/artifactId version1.7.1/version

maven / osgi / repositories

2009-01-27 Thread Henri Gomez
ServiceMix Kernel. BTW, we wonder if there is a consensus or strategy about OSGIfied artifacts and their location in external repositories. - Should we repackage our current projects to produce both jar and plugins ? - How and where to store these artifacts to make sure Felix could get it (did

Re: maven / osgi / repositories

2009-01-27 Thread Samuel Le Berrigaud
repositories. They might become OBRs at some point when OSGi becomes more mainstream. Hope this helps, SaM On Tue, Jan 27, 2009 at 10:24 PM, Henri Gomez henri.go...@gmail.com wrote: Hi to all, We're using maven to build all our company projects for about 6 months and are very happy with it. Some

Re: maven / osgi / repositories

2009-01-27 Thread Holger Hoffstaette
On Tue, 27 Jan 2009 22:53:10 +1100, Samuel Le Berrigaud wrote: Another point of reference you might consider is how the springsource guys make OSGi-ified version of many java libraries in their bundle repository [http://www.springsource.com/repository/]. This acts pretty much as a simple

Re: maven / osgi / repositories

2009-01-27 Thread Henri Gomez
Another point of reference you might consider is how the springsource guys make OSGi-ified version of many java libraries in their bundle repository [http://www.springsource.com/repository/]. This acts pretty much as a simple maven repository delivering jars. ..with renamed

Re: maven / osgi / repositories

2009-01-27 Thread Henri Gomez
request, ie I need ant-1.7.2 jar, ant-1.7.2 osgi-bundle. So we could have simple jar and bundle at the same location in maven repo. Archiva or Nexus would most probably satisfy your needs for maven repositories. They might become OBRs at some point when OSGi becomes more mainstream. I think

Re: maven / osgi / repositories

2009-01-27 Thread Samuel Le Berrigaud
location in maven repo. Archiva or Nexus would most probably satisfy your needs for maven repositories. They might become OBRs at some point when OSGi becomes more mainstream. I think there is plan for this in Nexus. Hope this helps, SaM Thanks for your time Sam, it was helpfull

Re: maven / osgi / repositories

2009-01-27 Thread Henri Gomez
as you point it out there is definitely an issue with the renaming of groupId /artifactId as it will 'break' maven dependency management. However I don't think that anyone but the project owner(s) should be allowed to deploy a jar with their groupId/artifactId (to the public repo). I believe

Re: maven / osgi / repositories

2009-01-27 Thread Barrie Treloar
repositories. They might become OBRs at some point when OSGi becomes more mainstream. One thing I have been toying with for a while is to auto-magically extend maven-jar-plugin to add the OSGi headers. I haven't given a lot of thought into what I need to do, but if I recall correctly, getting

JavaDocs for Artifacts in repositories

2008-12-09 Thread msclovis
repository, or some better way to handle this situation that I do not know of? Thanks in advance and sorry if this is a silly oft-answered question.. Mike Clovis -- View this message in context: http://www.nabble.com/JavaDocs-for-Artifacts-in-repositories-tp20921600p20921600.html Sent from

Re: JavaDocs for Artifacts in repositories

2008-12-09 Thread Wayne Fay
8) Now for my QUESTION. Neither Spring NOR JUnit have imported the Javadoc jar for their artifacts (for download) so the IDEs could be configured easily. Obviously I could configure my IDE easily, but in a large project this would grow exponentially. Is there any way, to use maven to create

How to deploy images onto internal maven repositories.

2008-11-21 Thread logachandru . x . rajamanickam
Hi, I need to have some image files on the maven repositories and so I have to deploy images onto internal maven repositories. I'm more concerned on what would be the packaging mode to deploy images onto maven repositories. Can any one please advise what would be the exact maven command

Re: How to deploy images onto internal maven repositories.

2008-11-21 Thread Wendy Smoak
On Fri, Nov 21, 2008 at 3:43 PM, [EMAIL PROTECTED] wrote: I need to have some image files on the maven repositories and so I have to deploy images onto internal maven repositories. I'm more concerned on what would be the packaging mode to deploy images onto maven repositories. It depends

RE: How to deploy images onto internal maven repositories.

2008-11-21 Thread Martin Gainty
: How to deploy images onto internal maven repositories. From: [EMAIL PROTECTED] Date: Fri, 21 Nov 2008 17:43:59 -0500 Hi, I need to have some image files on the maven repositories and so I have to deploy images onto internal maven repositories. I'm more concerned on what would

problem with 2 snapshot repositories with the same groupID?

2008-11-14 Thread mars1412
when maven processes hibernate3-maven-plugin it tries to get a version for it from any of the plugin-repositories: when searching the repositories it also checks the new 'TLC Repository' which contains the group org.codehaus.mojo, but NOT the hibernate3-maven-plugin (but my desired maven-buildnumber

local repositories on pom.xml and relative folders?

2008-10-20 Thread Kristian Rink
Folks; in a given environment I want to have a structure like this: - ./dev/projects/project -- maven2 artifacts - ./dev/repo/project -- maven2 project specific repository Given that in this case the maven2 repository should be specific to each project, I would, in each

local repositories on pom.xml and relative folders?

2008-10-20 Thread Kristian Rink
Folks; in a given environment I want to have a structure like this: - ./dev/projects/project -- maven2 artifacts - ./dev/repo/project -- maven2 project specific repository Given that in this case the maven2 repository should be specific to each project, I would, in each

Re: How to use Maven with multiple repositories?

2008-10-08 Thread midnight.codder
Thanks Brett, I started from the second option but it did not work. However using the repositories group (called virtual repository in Archiva) worked like a charm. We are now one step closer to a happier and smooth sailing build! Thanks. Brett Porter wrote: Because of the mirror setting

<    1   2   3   4   5   6   7   8   9   10   >