arktekk / sbt-aether-deploy

Deploy SBT artifacts using Maven Artifact Resolver (formerly Eclipse Aether)
Other
84 stars 31 forks source link

Not able to package and deploy it-classes in Maven repo #79

Open dahiyahimanshu opened 1 year ago

dahiyahimanshu commented 1 year ago

Context: created a scala/sbt repo containing mainly following structure

common-lib/

want to package and deploy the compiled classes as 3 different jars in maven repo (for main, tests and it classes) with same name but different classifiers. able to package and deploy main and tests jars but not success with it jar.

Please help