Hi,
I'm using a TransientActionFactory to create a ProminentProjectAction which exposes a jobMain.jelly that should be rendered in the Project page, both for Freestyle Jobs and Maven Jobs.
It's working fine for Freestyle Jobs but not for Maven jobs.
I'm not sure where the jobMain.jelly is included in the Maven Job project, but it appears to be here:
https://github.com/jenkinsci/maven-plugin/blob/master/src/main/resources/hudson/maven/MavenModuleSet/index.jelly#L71. If that's the case, it supports the jobMain.jelly as AbstractProjects does for FreestyleJobs, so I don't understand the different behaviour.
Does anyone know what could be the problem?
Thanks.
Duarte Meneses