Thank you for this.

It's not immediately clear to me how to set the  tempdir. Grepping for
"tmp", this was the only thing I found:

if [ -z "$PLEXUS_TMPDIR" ] ; then
  PLEXUS_TMPDIR="$PLEXUS_HOME"/temp
  mkdir -p "$PLEXUS_TMPDIR"


Any hints as to how I can change the tempdir?


Thank you!



On Thu, 2006-11-16 at 18:17 +0100, Emmanuel Venisse wrote:
> continuum downloads pom in a temp directory before to process it so you need 
> to have access to this 
> directory and it must exist
> 
> Emmanuel
> 
> David Leangen a écrit :
> > Hello!
> > 
> > I'm tried many different things, but have not been able to add a M2
> > project to Continuum.
> > 
> > This is the error I get:
> > 
> > Could not download
> > http://www.company.com/my.pom: 
> > /tmp/continuum/repo/temp/path/to/pom/0.1.0-SNAPSHOT/my-0.1.0-SNAPSHOT.pom 
> > (Not a directory)
> > 
> > 
> > I have no idea why it's looking for this in the tmp directory. I
> > configured Continuum to use /home/continuum/.
> > 
> > 
> > Thank you!
> > 
> > 
> > 
> > 
> > 
> 

Reply via email to