Vadim Chekan created MRM-1903:
---------------------------------
Summary: Failure to publish sbt plugins
Key: MRM-1903
URL: https://issues.apache.org/jira/browse/MRM-1903
Project: Archiva
Issue Type: Bug
Affects Versions: 2.2.0
Reporter: Vadim Chekan
Sbt plugins have somewhat specific structure, because they can be compiled for
specific version of Scla and specific version of Sbt.
If I try to publish [email protected]:sbt/sbt-buildinfo.git to Archiva, it gets
upload successfully, directories are created, but no content. The log file
shows an error:
java.lang.IllegalArgumentException: Not a valid artifact path in a Maven 2
repository, filename
'sbt-buildinfo-0.5.0-d953034cad27ff88913572d7e30d4ae524a54e5b-SNAPSHOT.pom'
doesn't start with artifact ID 'sbt-buildinfo_2.10_0.13'
But if you generate pom file with sbt itself, it will have
<artifactId>sbt-buildinfo</artifactId>
Where from artifact ID 'sbt-buildinfo_2.10_0.13' is coming from?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)