Artifact Upload

View: New views
2 Messages — Rating Filter:   Alert me  

Artifact Upload

by Florian Probst-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

we just installed Archiva 1.2.2 as Repository Manager. It look like,
artifact

    <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-scm-plugin</artifactId>
      <version>1.2</version>
    </plugin>

has the following dependency:

    <dependency>
      <groupId>ch.ethz.ganymed</groupId>
      <artifactId>ganymed-ssh2</artifactId>
      <version>build210</version>
    </dependency>

I tried to upload the file, but archiva sais "build210" is no valid version.
How can this be resolved?
Is it possible to copy the file manually and let Archiva find this file?

Thanks,
Florian

Re: Artifact Upload

by Deng Ching-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Florian,

Have you tried uploading the artifact using 'mvn deploy:deploy-file ...'
instead of the web upload form?

Thanks,
Deng

On Wed, Nov 4, 2009 at 4:38 PM, Florian Probst <florian.probst@...>wrote:

> Hi,
>
> we just installed Archiva 1.2.2 as Repository Manager. It look like,
> artifact
>
>    <plugin>
>      <groupId>org.apache.maven.plugins</groupId>
>      <artifactId>maven-scm-plugin</artifactId>
>      <version>1.2</version>
>    </plugin>
>
> has the following dependency:
>
>    <dependency>
>      <groupId>ch.ethz.ganymed</groupId>
>      <artifactId>ganymed-ssh2</artifactId>
>      <version>build210</version>
>    </dependency>
>
> I tried to upload the file, but archiva sais "build210" is no valid
> version.
> How can this be resolved?
> Is it possible to copy the file manually and let Archiva find this file?
>
> Thanks,
> Florian
>