RE: Archiva vs. Nexus

2014-04-09 Thread Martin Gainty
I always opt for 8.3 filename e.g.

dir /AD /X
C:/PROGRA~1


Nexus jettyServlet allow you to site:deploy index.html,css,js,jpg,png (to show 
the suits what you're working on)


Many Thanks for your extraordinary help mate!

Martin





  



> Date: Tue, 8 Apr 2014 18:40:06 -0700
> From: martin.cederv...@commerce.wa.gov.au
> To: users@maven.apache.org
> Subject: Re: Archiva vs. Nexus
> 
> I have never used Nexus, but this "error" seem like a classic windows "long
> file names" issue 
> - I suggest you specify C:\program~\Sonatype\  instead of C:\Program
> Files\Sonatype\...
> Alternatively surround long file names/paths with quotes 
> - not sure if this is part of the standard installation or if this would
> force you to tweak nexus under the hood configurations
> 
> I use Archiva and it's brilliant - just moved to 2.0.1 that seem a little
> buggy though - lost the user db as part of the upgrade that forced me to
> re-create all users and access levels under the new installation.
> 
> v1.3.6 is very stable and earlier upgrades have worked without any issues
> 
> v2.0.n now support stagings but only operates on the entire repository -
> Archiva is working on future enhancements to this where individual releases
> can be merged.
> 
> 
> 
> 
> 
> -
> good @ being sucked @
> --
> View this message in context: 
> http://maven.40175.n5.nabble.com/Archiva-vs-Nexus-tp4594364p5790811.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 
  

Re: Maven Download and Regular Expression

2014-04-09 Thread Baptiste Mathus
Hi,
Have a look at Maven indexer?
Cheers
Le 9 avr. 2014 03:40, "MukeshKumar Bhansali" <
mukeshkumar.bhans...@amdocs.com> a écrit :

> Hi Folks,
> I have a different requirement and not getting any hint.
>
> The Requirement is like :
>
> I want to download an artifact from Nexus using Maven, But I have
>
>
> 1)  groupId
>
> 2)  version
>
> 3)  Partial artifactId ( prefix and suffix of artifactId means not the
> exact one)
>
>
> Example :
> In case of this artifact :
>
> groupId :  org.nihiocs.hudson.plugins
> artifactId :   jobTreeMaker
> version :   main
>
> I have following information
>
> groupId :  org.nihiocs.hudson.plugins
> artifactId :   job*Maker (Prefix and Suffix)
> version :   main
> So in this case how I can download this artifact ?
>
> It is also ok if I downloads entire
> org/nihiocs/Hudson/plugins  ( org.nihiocs.hudson.plugins ) Directory.
>
> I like it to done by maven only but it is ok if ant comes in action.
>
> Thanks.
>
>
> MUKESH KUMAR BHANSALI
>
>
> This message and the information contained herein is proprietary and
> confidential and subject to the Amdocs policy statement,
> you may review at http://www.amdocs.com/email_disclaimer.asp
>