On Tue, Feb 11, 2014 at 1:49 AM, Florian Hopf <[email protected]> wrote: > 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/ >
This is step 5 "Package download artifacts" here: http://incubator.apache.org/odftoolkit/odftoolkit-release-guide.html It says, "Switch to the checkout directory that has been created by the release: cd target/checkout." So that is where I am when I enter that command: ~/odf/target/checkout. There is a pom.xml in that directory. Regards, -Rob > > > -- > Florian Hopf > Freelance Software Developer > > http://blog.florian-hopf.de
