On Wed, Oct 29, 2014 at 12:14 AM, Malaka Mahanama < [email protected]> wrote:
> Hi Dave, > > Yes, those are the commands I have been using throughout (mvn > -DskipTests=true clean install in the stack). This issue is in my new > machine. > Java version 1.7.0_67 > Maven 3.1.1 > > Not sure why the rest jar is named incorrectly. > > Error installing artifact 'org.apache.usergrid:usergrid-rest:jar': > > The only jar I see in the target folder of the rest project are: > usergrid-rest-0.0.29-SNAPSHOT-classes > usergrid-rest-0.0.29-SNAPSHOT-compiled-jsp > usergrid-rest-0.0.29-SNAPSHOT-tests > > and not usergrid-rest-0.0.29-SNAPSHOT. > > The error is basically that this jar is missing. > Any ideas? suggestions? Maybe Maven is unable to install 'org.apache.usergrid:usergrid-rest:jar' because of a permission problem in the Maven repo directory on your machine. On thing you could try is to move (or delete) that repository. For example: $ cd ~ $ mv .m2 .m2-hide Then run "mvn -DskipTests=true clean install" again. - Dave
