Paolo Castagna wrote: > The file apache-jena-2.6.5-incubating-SNAPSHOT-bin.zip in target/ should have > a lib-src/ with the -sources.jar files of the Jena artifacts. How do I do > this? > Even if we decide not to use this for Jena, this is something I am interested > in since I might use it elsewhere.
Another source of confusion is caused by the presence of a file named: apache-jena-2.6.5-incubating-SNAPSHOT-source-release.zip in the target/ directory. This is the source-release of the JenaDist module which is clearly empty and it does not contain what you find in the file named: apache-jena-2.6.5-incubating-SNAPSHOT-src.zip JenaDist, since it aggregates multiple modules, does not behave as all the other single artifact modules. Do you know how can I avoid, only for the JenaDist module, to have the apache-jena-2.6.5-incubating-SNAPSHOT-source-release.zip created? Please, note that the JenaDist's pom.xml file uses as a parent pom JenaTop which uses Apache's one [1]. It is this one which generates the -source-release.zip via the apache-release profile. I tried to override the <profile>, but it does not seem to work. Paolo [1] https://repository.apache.org/content/repositories/releases/org/apache/apache/
