slf4s icon indicating copy to clipboard operation
slf4s copied to clipboard

Sources JAR in Maven repository missing packages

Open jonbca opened this issue 13 years ago • 0 comments

The sources JAR (slf4s_2.9.0-1.0.6-sources.jar) in the org.scala-tools repository is not organised correctly with package folders. The JAR file has the following layout:

META-INF/MANIFEST.MF
Logging.scala
LICENSE-2.0.txt
logger.scala

Because the sources are not organised into packages properly (e.g. com/weiglewilczec/slf4s/Logging.scala), IDEs do not find them properly.

The generated source JARs should have the correct packaging.

jonbca avatar Aug 16 '11 11:08 jonbca