How can I upload source jar for a dependency?
I have dependency

    <dependency>
      <groupId>net.java.dev.appframework</groupId>
      <artifactId>appframework</artifactId>
      <version>1.03</version>
    </dependency>


This got retrieved from some public repository, but the associated source
jar is broken (appframework-1.03-sources.jar).

I fixed the broken jar (directory structure inside the jar was borked) but
how can I upload the changed sources jar to archiva?

There's "delete artifact" and "upload artifact" operations in the admin
webapp, but as far as I can tell they only operate on the main jar
(appframework-1.03.jar).

Reply via email to