You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@archiva.apache.org by solo1970 <so...@ericsson.com> on 2008/10/24 15:52:33 UTC

upload license

Hello All,

I've uploaded 2 jars in our Archiva repository, these jars come with a
license text file.  How can I add that file?   Can i uploaded as an
artifact????

Sonia
-- 
View this message in context: http://www.nabble.com/upload-license-tp20150566p20150566.html
Sent from the archiva-users mailing list archive at Nabble.com.


Re: upload license

Posted by Michael Mallete <mr...@gmail.com>.
you could edit the pom's of those artifacts and add something like this:

<licenses>
  <license>
    <name>The Apache Software License, Version 2.0</name>
    <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    <distribution>repo</distribution>
  </license>
</licenses>

except of course the actual license file is hosted external to archiva. i
think this the more standard way of handling licenses in Maven anyway.

On Fri, Oct 24, 2008 at 9:52 PM, solo1970
<so...@ericsson.com>wrote:

>
> Hello All,
>
> I've uploaded 2 jars in our Archiva repository, these jars come with a
> license text file.  How can I add that file?   Can i uploaded as an
> artifact????
>
> Sonia
> --
> View this message in context:
> http://www.nabble.com/upload-license-tp20150566p20150566.html
> Sent from the archiva-users mailing list archive at Nabble.com.
>
>