Using Maven for project distribution
        Posted  
        
            by Thomas
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Thomas
        
        
        
        Published on 2009-02-16T13:05:11Z
        Indexed on 
            2010/06/09
            8:42 UTC
        
        
        Read the original article
        Hit count: 319
        
I have an Project that I distribute by sending out large packages. I'd like to know if there is a user friendly way of using Maven to distribute updates of the project? I'd need something like what is done for updating softwares like Firefox or Acrobat Reader. Check a respository, warn user of an update, download and reconfigure. All within a simple and friendly interface. Alternative open source java projects are welcome.
© Stack Overflow or respective owner