Felix Knecht schrieb: > Felix Knecht schrieb: > >>> Ok, I made you admin for the directory project. You should now be able >>> to see everything :) >>> >>> >> It's working, thanks. >> >> Just a few remarks: >> Most of our projects will not build correctly when using the --non-recursive flag, as only the root project is build (normal a 'pom' project) and the nested projects (modules) aren't build at all.
> Notifier mails goto [email protected] (manually configured in > ASF continuum) and to [email protected]. Do we need both? If not we > can remove the manually configured one and set the correct on in the > directory project pom.xml. > Notification is only set for Failures/Errors. This could be adapted as > well in the pom.xml (ATM a success mail is sent, but only to the > notifications list). > Which list shall be used? > > >> All projects are run using just 'clean install' goal. Tests are never >> run with -Dintegration. >> On the oxylos CI we distribute the maven generated reports (site-deploy >> goal) as well as snapshot jars/distributions. >> >> So the question is if we're >> a) allowed to do this as well >> b) if a) where to deploy the generated sites (and(?) snapshot >> jars/distributions). ATM this is configured in each pom where to deploy >> to the site, e.g. >> <distributionManagement> >> <site> >> <id>apache.directory.shared</id> >> <!--<url>${staging.siteURL}/${siteId}/${version}</url>--> >> <url>scpexe://vm094.oxylos.org/var/www/html/projects/shared/</url> >> </site> >> </distributionManagement> >> >> >> > >
