daniel-trinh/scalariform

empty packages under old namespace

fommil opened this issue ยท 3 comments

its awesome that you were able to get the org.scalariform publishing rights ๐Ÿ˜„

It would still help out a lot if you could publish the empty packages under your namespace to simply pull in the org.scalariform jars. It is needed to resolve the classpath problems where a project depends on the com.danieltrinh sbt-plugin but another plugin (e.g. ENSIME) depends on the latest org.scalariform -- which version of scalariform is determined randomly.

I'd be happy to help send you an example of such a project if you'd like! In Maven these are called "pom only" projects. I've done this sort of thing in the past when I've migrated a group/artefact name (exactly the same as here) https://github.com/fommil/netlib-java/tree/master/legacy

Worst case scenario, if we can't figure out the sbt magic, is to just use maven to do a pom-only release ๐Ÿ˜„ Only needs to be done once.

So these wouldn't work? http://repo1.maven.org/maven2/com/danieltrinh/scalariform_2.10/0.1.6/

I can implement exactly what you are asking for, although it'll probably require ENSIME to use a snapshot version of scalariform (or I release 0.1.7).. that is unless maven central allows me to overwrite releases.

Just bump the version no need to overwrite. I'll have a look later, thanks!

This issue was moved to scala-ide#178