Explanation for maven release:branch parameters

2009-11-19 Thread Jozsef Zsido
Hi, On page: http://maven.apache.org/plugins/maven-release-plugin/examples/branch.html there is a remark at the bottom to control the branch and current versions with a command: mvn --batch-mode release:branch -DbranchName=my-branch-1.2 -Dproject.rel.org.myCompany:projectA=1.2 \ -Dproject.de

Re: Multiple execution of generate-sources phase during the site lifecycle

2009-10-22 Thread Jozsef Zsido
PM, Jozsef Zsido wrote: > Hi, > > If I add multiple reporting plugins to the build and try to execute mvn > site, the generate sources phase is executed more than one time. > Is there a way to prevent this? > > The problem is that in the generate sources phase I'd like t

Multiple execution of generate-sources phase during the site lifecycle

2009-08-30 Thread Jozsef Zsido
Hi, If I add multiple reporting plugins to the build and try to execute mvn site, the generate sources phase is executed more than one time. Is there a way to prevent this? The problem is that in the generate sources phase I'd like to start a jetty instance in order to execute a wsgen goal. The j

dependency to run jetty on a dependent project

2009-04-27 Thread Jozsef Zsido
Hi, I have the following setup: A super pom project which enumerates 2 modules: a web service war project and a web service client project. The web service client calls the wsimport goal in order to generate the client artifacts but that fails if I don’t run the other project with mvn jetty:ru