On Tue, Feb 11, 2014 at 8:22 AM, Rob Weir <[email protected]> wrote: > 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. >
I replaced pl=. with pl=pom.xml and even putting the full path. Same error. But if I take out the pl= argument altogether it did work, though it went through the other POMs as well and did more work than necessary. In any case, I have the RC output now and am uploading it to people.apache.org. -Rob > Regards, > > -Rob > >> >> >> -- >> Florian Hopf >> Freelance Software Developer >> >> http://blog.florian-hopf.de
