On 10.02.2014 17:16, Rob Weir wrote:
That helped.  I got further, including post to Nexus.  But now I'm
dying on step 5 of our instructions:

rob@robuntu:~/odf/target/checkout$ mvn install -Prelease-distribution
-pl=. -Duser.name=<robweir>
[3] 16245
lt: command not found
[4] 16266
gt: command not foundrobweir: command not found

It shoould be mvn install -Prelease-distribution -pl=. -Duser.name=robweir

Are you sure you are running this from the right directory? -pl=. advices Maven to only build the project in the current directory but not any submodules. Is there a pom.xml in the directory you are in?

Could it be that you switched to the project directory of the release-goal? This command should be issued in the root of the normal svn checkout, so in your case in ~/odf/


--
Florian Hopf
Freelance Software Developer

http://blog.florian-hopf.de

Reply via email to