Ahh - yes. This is my problem, and I see the fix is mvn package first .. On Oct 20, 2011, at 9:44 AM, John Vines (Commented) (JIRA) wrote:
> > [ > https://issues.apache.org/jira/browse/ACCUMULO-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13131629#comment-13131629 > ] > > John Vines commented on ACCUMULO-25: > ------------------------------------ > > I propose doing a hacky fix for 1.3 in which we just instruct the use of mvn > clean package && mvn assembly:single, possibly 1.4 as well. And then > definately for 1.5, maybe 1.4, we do the latter fix with the distribution > module. > >> Documentation instructs maven assembly:assembly, which has undesired behavior >> ----------------------------------------------------------------------------- >> >> Key: ACCUMULO-25 >> URL: https://issues.apache.org/jira/browse/ACCUMULO-25 >> Project: Accumulo >> Issue Type: Improvement >> Components: docs >> Affects Versions: 1.3.5, 1.4.0 >> Reporter: John Vines >> Assignee: John Vines >> Labels: documentation, maven >> Fix For: 1.3.5, 1.4.0 >> >> >> The current documentation instructs users to do a mvn assembly:assembly for >> building the project. assembly:assembly is deprecated in maven and ends up >> requiring other accumulo pieces to be installed in the local maven repo for >> it to work, or for mvn package to be run first. We either need to fix the >> pom file for assembly:assembly to work properly or, preferably, update the >> documentation to the prefered maven action, posibly mvn assembly:single > > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA > administrators: > https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa > For more information on JIRA, see: http://www.atlassian.com/software/jira > >
