After upgrading from version 2.6 to 2.8 of the Maven Project Plugin I no longer see new builds on the main page of my project. The old builds are still there, but they're now under a *Modules* link. In the attached screen capture the most recent build is #*312* even though the current build is # *315*. The new builds are only visible when the Modules link is clicked.
I assume this is related to the support that was added in 2.7 for building individual modules of multi-module poms. But the pom for my project is a simple pom with "jar" packaging. It designates a parent pom only for purposes of inheriting common settings: <artifactId>foo</artifactId> <version>4.4.4</version> <packaging>jar</packaging> <parent> <groupId>com.foo</groupId> <artifactId>parent-pom</artifactId> <version>1.1.1</version> </parent> The parent pom has no *modules* section, and its packaging is "pom": <prerequisites> <maven>3.2.3</maven> </prerequisites> <groupId>com.foo</groupId> <artifactId>parent-pom</artifactId> <version>1.1.1</version> <packaging>pom</packaging> These poms haven't changed in awhile. They build without any problems. It's just that the Jenkins UI seems to think this is a multi-module project since installing the new plugin. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/b4f1fd01-637e-44ba-a003-4b1b6f25759c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.