Re: Chicken-Egg problem with JXR & release:perform

2019-02-14 Thread Robert Scholte
You're running 'mvn clean install' often I guess? Next time try 'mvn verify' or 'mvn package'. Your local repo is likely polluted with old SNAPSHOTs. Try to remove all you lombok artifacts from your local repo and run 'mvn site' again. release:perform isn't that magic[1], the major

Re: Chicken-Egg problem with JXR & release:perform

2019-02-14 Thread Anthony Whitford
mvn site works fine. It only fails when I do release:perform. My workaround is to checkout the release tag, run `mvn clean install` to install the release version locally, then checkout master, and then run `mvn release:perform` again. I’ve been doing this the last few releases, but this is

Re: Chicken-Egg problem with JXR & release:perform

2019-02-14 Thread Robert Scholte
running 'mvn site' would already show the problem. One of the things you should do is mention the reports you want to generate, now all available jxr-reports are generated, that's probably more than you want. not sure what the difference is with the integration test[1] which shows the

Chicken-Egg problem with JXR & release:perform

2019-02-13 Thread Anthony Whitford
I have an open source project: https://github.com/awhitford/lombok.maven Lately (and this started happening months ago), I am unable to do a clean: mvn release:prepare, then mvn release:perform The mvn release:perform fails like this: [INFO] [INFO]

Re: Problem with the release:perform

2011-01-18 Thread jeb001
I've got exactly the same issue... Mvn:deploy works, but, deploy goal fails in release:perform goal... -- View this message in context: http://maven.40175.n5.nabble.com/Problem-with-the-release-perform-tp44484p3346125.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Problem with the release:perform

2011-01-12 Thread linzhang
Me too, I have same problem as following and need someone to point it out. Thanks. -Lin WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent! [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is

Re: Problem with mvn release:perform and Mercurial

2010-12-06 Thread viniciusdepaula
Jacob, a have the same problem trying to run the task release:perform [INFO] [DEBUG] Retrieving parent-POM: org.apache:apache:pom:5 for project: org.apache.maven:maven-parent:pom:11 from the repository. [INFO] [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins:pom:11 for

Re: Problem with the release:perform

2010-05-20 Thread Stijn Maller
Hi Guys, Sorry for the late reply, but I'm now facing the exact same issue as Jouko. (The module deploys fine when using mvn deploy, but not when it is deployed during a mvn release:perform) In my case the project is an ear module in a multi module project. What makes it even weirder is that

Problem with mvn release:perform and Mercurial

2010-02-02 Thread Jacob Bergöö
Hi all, I have a problem when I am trying to run the task release:perform. the command I try to execute is: mvn release:clean release:prepare release:perform -DscmCommentPrefix=MyJira-203: Release Apps 2.1.1 - Test 2 -P deployRelease,weblogic -DpomFileName=/repository/maven_release/apps/pom.xml

Re: Problem with the release:perform

2009-12-01 Thread Baptiste MATHUS
Please retry with -e -X additional options to have more verbose output. Cheers. 2009/11/30 Jouko Johansson jouk...@gmail.com Hi, I tried to execute the release:perform goal. When the execution reaches to deploy -task segment, there's a error. INFO] [ERROR] BUILD ERROR [INFO] [INFO]

Problem with the release:perform

2009-11-30 Thread Jouko Johansson
Hi, I tried to execute the release:perform goal. When the execution reaches to deploy -task segment, there's a error. INFO] [ERROR] BUILD ERROR [INFO] [INFO] [INFO] [INFO] Failed to configure plugin parameters for: