Hi, is it possible to use the maven assembly plugin to create a remote repository? I have some custom artifacts that my build needs. I don't want to force my users to have to manually do 'mvn install:install-file' for each of those. I have seen you can create a local repository which you need to unzip then, but it would be easier if they can just include a new repository url. My project is an open-source sourceforge project, so I can only upload static files and not install something like archiva or proximity.
1) Is this possible? 2) Is it possible to also include the plugin versions? I'm using some SNAPSHOT versions of plugins, but I can't wait forever to release, so I would like to give those a custom version and make them available. regards, Wim -- Vigilog - an open source log file viewer: http://vigilog.sourceforge.net Blog: http://www.jroller.com/page/Fester
