Hi everyone. MRP just suceeded in the prepare but fails immediately the perform phase, with a:
Working directory "/home/[...] /myProject/target/checkout/myProject" does not exist! In fact it does not exists, the target/checkout folders contains: src/ pom.xml company-parent-1.0/ where src/ and pom.xml are the same contained in company-parent-1.0 folder. This is strange, I explain you my project layout. myProject .. module1 .. module2 .. module3 . myProject just defines multi-modules (1, 2 and 3) and inherits from the company-parent-1.0 pom. In this c-p-1.0 I Define distributionManagement and some plugins like the release plugin 2.0 . module1 is another pom project that inherits as well from the company-parent-1.0 pom and defines some specific deps and plugins for myProject. . module2, 3 etc are jar/war projects that inherit from module1 all my project is sync with svn. mvn release:prepare build succesfully, then perform fails as I wrote. Attached there is the release.properties file. I just released with success two other single module jar artifacts that inherit from company-parent-1.0. Here the complication is with the multi-module that inherit from company-parent-1.0 as well as one of its modules. I use this structure cause I do not want to mix the multi-module pom with the pom that has to be inherited by the modules in myProject. Thanks in advance for any help. -- Daniele Dellafiore http://danieledellafiore.net
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
