Hi Igor, I have created a bug on Eclipse now. https://bugs.eclipse.org/bugs/show_bug.cgi?id=355774
Please let me know if you have any more thoughts about this, otherwise I'll follow the bug. Thanks, Michael -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Thursday, 25 August 2011 7:12 AM To: [email protected] Subject: m2e-users Digest, Vol 31, Issue 57 Send m2e-users mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://dev.eclipse.org/mailman/listinfo/m2e-users or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of m2e-users digest..." Today's Topics: 1. Helios and M2E question (jason brett) 2. Re: Helios and M2E question (Asaf Mesika) 3. Re: Helios and M2E question (jason brett) 4. Re: Helios and M2E question (Asaf Mesika) ---------------------------------------------------------------------- Message: 1 Date: Wed, 24 Aug 2011 14:08:38 -0500 From: jason brett <[email protected]> To: [email protected] Subject: [m2e-users] Helios and M2E question Message-ID: <callxhneld2aqhvfmcf5pgtbapurng1xz9v7hbw6jccxhtur...@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" Hi All, I am having an issue with M2E and have been searching the web and haven't found anything that fit my issue. I finally decided to email the users list and ask for hep. What I am seeing is that when I first download snapshots of my projects, things work fine. As development continuous through the day and I want to update my snapshots and code, I run into an issue. The snapshots do not get updated, even if I check the "Force Update of Snapshots/Releases" option. I wind up going to my local repository and manually removing the snapshot jar and then updating to get the latest version. I am not sure why things are not getting updated. Its not just me that is having the issues, some of my co-workers are having the same issue and none of us have any clues what the root cause of the problem might be. I am using Helios, and m2e - Maven Integration for Eclipse 1.0.0.20110607-2117 org.eclipse.m2e.feature. feature.group. Thanks in advance for any help. Jason -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dev.eclipse.org/mailman/private/m2e-users/attachments/20110824/ 2dc21a32/attachment.htm> ------------------------------ Message: 2 Date: Wed, 24 Aug 2011 23:06:12 +0300 From: Asaf Mesika <[email protected]> To: Maven Integration for Eclipse users mailing list <[email protected]> Subject: Re: [m2e-users] Helios and M2E question Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" What happens if you try to update those snapshot dependencies using the command line? Usually updating the snapshots depends on your update policy for the repository, located in your global/user settings file (~/.m2/settings.xml) -- Asaf Mesika Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On ??? ????? 24 ?????? 2011 at 22:08, jason brett wrote: > Hi All, > I am having an issue with M2E and have been searching the web and haven't found anything that fit my issue. I finally decided to email the users list and ask for hep. > > What I am seeing is that when I first download snapshots of my projects, things work fine. As development continuous through the day and I want to update my snapshots and code, I run into an issue. The snapshots do not get updated, even if I check the "Force Update of Snapshots/Releases" option. I wind up going to my local repository and manually removing the snapshot jar and then updating to get the latest version. I am not sure why things are not getting updated. Its not just me that is having the issues, some of my co-workers are having the same issue and none of us have any clues what the root cause of the problem might be. > > I am using Helios, and m2e - Maven Integration for Eclipse 1.0.0.20110607-2117 org.eclipse.m2e.feature. > feature.group. > > Thanks in advance for any help. > > Jason > _______________________________________________ > m2e-users mailing list > [email protected] (mailto:[email protected]) > https://dev.eclipse.org/mailman/listinfo/m2e-users -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dev.eclipse.org/mailman/private/m2e-users/attachments/20110824/ e59356e8/attachment.htm> ------------------------------ Message: 3 Date: Wed, 24 Aug 2011 16:08:18 -0500 From: jason brett <[email protected]> To: Maven Integration for Eclipse users mailing list <[email protected]> Subject: Re: [m2e-users] Helios and M2E question Message-ID: <callxhnczffh1ggvdcrjrqh2cp3lsjv-5waeys7j5emfuuv8...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Hi Asaf, If I update by command line the jars are updated. Here is what is in my settings file. <settings xmlns="http://maven.apache.org/settings/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> <!-- localRepository | The path to the local repository maven will use to store artifacts. | | Default: ~/.m2/repository <localRepository>/path/to/local/repo</localRepository> | | It may be helpful to have a separate local repo per Maven version only if | you are using different versions of Maven. The default local repository of | ~/.m2 should suffice for most developers. | Example isolated local repo for Maven 2.0.10 <localRepository>C:/work/.m2-2.0.10</localRepository> --> <localRepository>c:/.m2_ct/repository</localRepository> <mirrors> <!-- mirror | Specifies a repository mirror site to use instead of a given repository. The repository that | this mirror serves has an ID that matches the mirrorOf element of this mirror. IDs are used | for inheritance and direct lookup purposes, and must be unique across the set of mirrors. | | For UHG, at this time, we are using Artifactory as the Maven Repository Proxy. | The following <mirror> directs all artifact retrieval to come from Artifactory. | Artifactory is configured to cache artifacts from the most common Maven repositories. --> <mirror> <id>artifactory</id> <name>Artifactory</name> <url>http://repo1test.cs.com/artifactory/repo</url> <mirrorOf>*</mirrorOf> </mirror> </mirrors> </settings> On Wed, Aug 24, 2011 at 3:06 PM, Asaf Mesika <[email protected]> wrote: > What happens if you try to update those snapshot dependencies using the > command line? Usually updating the snapshots depends on your update policy > for the repository, located in your global/user settings file > (~/.m2/settings.xml) > > -- > Asaf Mesika > Sent with Sparrow <http://www.sparrowmailapp.com/?sig> > > On ??? ????? 24 ?????? 2011 at 22:08, jason brett wrote: > > Hi All, > I am having an issue with M2E and have been searching the web and haven't > found anything that fit my issue. I finally decided to email the users list > and ask for hep. > > What I am seeing is that when I first download snapshots of my projects, > things work fine. As development continuous through the day and I want to > update my snapshots and code, I run into an issue. The snapshots do not get > updated, even if I check the "Force Update of Snapshots/Releases" option. I > wind up going to my local repository and manually removing the snapshot jar > and then updating to get the latest version. I am not sure why things are > not getting updated. Its not just me that is having the issues, some of my > co-workers are having the same issue and none of us have any clues what the > root cause of the problem might be. > > I am using Helios, and m2e - Maven Integration for Eclipse > 1.0.0.20110607-2117 org.eclipse.m2e.feature. > feature.group. > > Thanks in advance for any help. > > Jason > _______________________________________________ > m2e-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/m2e-users > > > > _______________________________________________ > m2e-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/m2e-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dev.eclipse.org/mailman/private/m2e-users/attachments/20110824/ 872b96e7/attachment.htm> ------------------------------ Message: 4 Date: Thu, 25 Aug 2011 00:11:24 +0300 From: Asaf Mesika <[email protected]> To: Maven Integration for Eclipse users mailing list <[email protected]> Subject: Re: [m2e-users] Helios and M2E question Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" What settings file is used by M2E? Check the prefs? If you don't know, then try "damaging" your settings file to see if M2E fails, thus showing it uses your settings file. I'm asking this, since you're using a non default local repository location (~/.m2/repository) -- Asaf Mesika Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On ??? ????? 25 ?????? 2011 at 00:08, jason brett wrote: > Hi Asaf, > If I update by command line the jars are updated. Here is what is in my settings file. > > <settings xmlns="http://maven.apache.org/settings/1.0.0" > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 > > http://maven.apache.org/xsd/settings-1.0.0.xsd"> > > > <!-- localRepository > > | The path to the local repository maven will use to store artifacts. > > | > > | Default: ~/.m2/repository <localRepository>/path/to/local/repo</localRepository> > > | > > | It may be helpful to have a separate local repo per Maven version only if > > | you are using different versions of Maven. The default local repository of > > | ~/.m2 should suffice for most developers. > > | Example isolated local repo for Maven 2.0.10 > > <localRepository>C:/work/.m2-2.0.10</localRepository> > > --> > > <localRepository>c:/.m2_ct/repository</localRepository> > <mirrors> > > <!-- mirror > > | Specifies a repository mirror site to use instead of a given repository. The repository that > > | this mirror serves has an ID that matches the mirrorOf element of this mirror. IDs are used > > | for inheritance and direct lookup purposes, and must be unique across the set of mirrors. > > | > > | For UHG, at this time, we are using Artifactory as the Maven Repository Proxy. > > | The following <mirror> directs all artifact retrieval to come from Artifactory. > > | Artifactory is configured to cache artifacts from the most common Maven repositories. > > --> > > <mirror> > > <id>artifactory</id> > > <name>Artifactory</name> > > <url>http://repo1test.cs.com/artifactory/repo</url> > > <mirrorOf>*</mirrorOf> > > </mirror> > > </mirrors> > > </settings> > > > On Wed, Aug 24, 2011 at 3:06 PM, Asaf Mesika <[email protected] (mailto:[email protected])> wrote: > > What happens if you try to update those snapshot dependencies using the command line? Usually updating the snapshots depends on your update policy for the repository, located in your global/user settings file (~/.m2/settings.xml) > > > > -- > > Asaf Mesika > > Sent with Sparrow (http://www.sparrowmailapp.com/?sig) > > > > On ??? ????? 24 ?????? 2011 at 22:08, jason brett wrote: > > > > > > > > > Hi All, > > > I am having an issue with M2E and have been searching the web and haven't found anything that fit my issue. I finally decided to email the users list and ask for hep. > > > > > > What I am seeing is that when I first download snapshots of my projects, things work fine. As development continuous through the day and I want to update my snapshots and code, I run into an issue. The snapshots do not get updated, even if I check the "Force Update of Snapshots/Releases" option. I wind up going to my local repository and manually removing the snapshot jar and then updating to get the latest version. I am not sure why things are not getting updated. Its not just me that is having the issues, some of my co-workers are having the same issue and none of us have any clues what the root cause of the problem might be. > > > > > > I am using Helios, and m2e - Maven Integration for Eclipse 1.0.0.20110607-2117 org.eclipse.m2e.feature. > > > feature.group. > > > > > > Thanks in advance for any help. > > > > > > Jason > > > _______________________________________________ > > > m2e-users mailing list > > > [email protected] (mailto:[email protected]) > > > https://dev.eclipse.org/mailman/listinfo/m2e-users > > > > > > _______________________________________________ > > m2e-users mailing list > > [email protected] (mailto:[email protected]) > > https://dev.eclipse.org/mailman/listinfo/m2e-users > > > > _______________________________________________ > m2e-users mailing list > [email protected] (mailto:[email protected]) > https://dev.eclipse.org/mailman/listinfo/m2e-users -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dev.eclipse.org/mailman/private/m2e-users/attachments/20110825/ 5d67dd47/attachment.htm> ------------------------------ _______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users End of m2e-users Digest, Vol 31, Issue 57 ***************************************** NOTICE This e-mail and any attachments are confidential and may contain copyright material of Macquarie Group Limited or third parties. If you are not the intended recipient of this email you should not read, print, re-transmit, store or act in reliance on this e-mail or any attachments, and should destroy all copies of them. Macquarie Group Limited does not guarantee the integrity of any emails or any attached files. The views or opinions expressed are the author's own and may not reflect the views or opinions of Macquarie Group Limited. _______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
