Hi Tommaso and all the apache parent pom only has the rat plugin in the pluginManagement, so it needs to also be added to a build-cicle.
I don't see much use in a binary package other than the tdb-launcher. The important thing seems to me that all the binaries are deployed to maven central. If we need a binary distribution I suggest to do this in the launcher project, so it creates a zip containing the laucnher and a folder with optional bundles not by default in the launcher. Cheers, Reto On Tue, Oct 11, 2011 at 3:17 PM, Tommaso Teofili <[email protected]> wrote: > Hi all, > We should really try to push things forward to our first release. > I've added the apache-pom as parent pom to our root pom and also explictly > added the rat-maven-plugin (locally, not committed) but I can't see the RAT > report file anywhere. > Also one more thing to do is, in my opinion, add an assembly descriptor for > the binary package (at the moment running mvn release:prepare creates only a > source package). > What do you think? > Regards, > Tommaso >
