I have a project (cc.renken.pipeio) at maven central. Previously, it was a simple maven-project and upload worked fine. Later on I changed it into a multi-module project with the configuration found below.
The build process is done by calling
mvn package deploy
However, now only the main project (pipeio) is uploaded (the .pom files), the javadoc and source code from the submodules are generated in the target folders within the submodules. But these are not uploaded. What am I missing in the configuration?