On Tue, Feb 8, 2011 at 3:01 PM, Julien HENRY <[email protected]> wrote:
> Hi, > > Can you run > > svn status > in your project folder (I asume you are using SVN). > The plugin output indicates that it is some of the pom files that have local modifications. If you want local files to be in your directory, but don't want them checked in, have a look at the svn propedit command: "svn propedit svn:ignore ./" which will let you ignore certain files if you need. > Regards, > > Julien > > > > ----- Message d'origine ---- > > De : ravi_atluri <[email protected]> > > À : [email protected] > > Envoyé le : Lun 7 février 2011, 21h 39min 11s > > Objet : Re: Unable to get the mvn release:prepare work > > > > > > Hi Anders, > > > > I have locally modified files which I committed to my repository but > still I > > get this. > > > > Thanks. > > > > On 7 February 2011 12:34, Anders Hammar [via Maven] < > > [email protected]> wrote: > > > > > You have locally modified files? The release plugin checks that all > files > > > are in sync with scm. More info at [1]. > > > > > > /Anders > > > > > > [1] > > > > > > > > > http://maven.apache.org/plugins/maven-release-plugin/examples/prepare-release.html > > > > > > > > On Mon, Feb 7, 2011 at 21:07, ravi_atluri <[hidden > >email]<http://user/SendEmail.jtp?type=node&node=3374881&i=0>> > > > wrote: > > > > > > > > > > > Hi when I am trying to run the mvn release:prepare for my project it > is > > > > giving me this error: > > > > > > > > [INFO] > > > > > ------------------------------------------------------------------------ > > > > [ERROR] BUILD FAILURE > > > > [INFO] > > > > > ------------------------------------------------------------------------ > > > > [INFO] Cannot prepare the release because you have local > modifications : > > > > [Accounts/pom.xml:modified] > > > > [Storage-Web/pom.xml:modified] > > > > [Product/pom.xml:modified] > > > > [Personalization/pom.xml:modified] > > > > [SocialNetworking/pom.xml:modified] > > > > [DeviceLogs/pom.xml:modified] > > > > [Community/pom.xml:modified] > > > > [LogAnalysis/pom.xml:modified] > > > > [DB/pom.xml:modified] > > > > [AddrBook/pom.xml:modified] > > > > [UsageLogs/pom.xml:modified] > > > > [Render-Web/pom.xml:modified] > > > > [pom.xml:modified] > > > > [QA/Web-PerformanceTests/pom.xml:modified] > > > > [QA/Web-IntegrationTests/pom.xml:modified] > > > > > > > > Any help would be greatly appreciated. > > > > > > > > Thanks. > > > > -- > > > > View this message in context: > > > > > > > > > > http://maven.40175.n5.nabble.com/Unable-to-get-the-mvn-release-prepare-work-tp3374840p3374840.html > < > http://maven.40175.n5.nabble.com/Unable-to-get-the-mvn-release-prepare-work-tp3374840p3374840.html?by-user=t > > > > > > > > Sent from the Maven - Users mailing list archive at Nabble.com. > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [hidden > >email]<http://user/SendEmail.jtp?type=node&node=3374881&i=1> > > > > For additional commands, e-mail: [hidden > >email]<http://user/SendEmail.jtp?type=node&node=3374881&i=2> > > > > > > > > > > > > > > > > > ------------------------------ > > > If you reply to this email, your message will be added to the > discussion > > > below: > > > > > > > > > http://maven.40175.n5.nabble.com/Unable-to-get-the-mvn-release-prepare-work-tp3374840p3374881.html > > > > > To unsubscribe from Unable to get the mvn release:prepare work, click > > > > >here< > http://maven.40175.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3374840&code=cmF2aXRlamEuYXRsdXJpQGdtYWlsLmNvbXwzMzc0ODQwfDEyOTM0NjQzMDg= > >. > > > > > > > > > > > > -- > > View this message in context: > > > http://maven.40175.n5.nabble.com/Unable-to-get-the-mvn-release-prepare-work-tp3374840p3374890.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] > > -- Brett Cave Systems Architect Jemstep, Inc www.jemstep.com
