Greetings,

In a multi-module maven project, the following is in one of the modules

   <build>
      <plugins>
        <plugin>
   <groupId>org.sonatype.central</groupId>
   <artifactId>central-publishing-maven-plugin</artifactId>
          <configuration>
   <skipPublishing>true</skipPublishing>
          </configuration>
        </plugin>

The guts are in the parent pom under <pluginManagement>.

When I open the project, and forever after, the project has the Resolve Project Problems Icon. If I comment this out the icon goes away.

The dialog says

   Custom build participant(s) found

   The IDE will not execute any 3rd party extension code during Maven
   project loading.
   These can have significant influence on performance of the Maven
   model (re)loading
      or interfere with IDE's own codebase. On the other hand the model
   loaded can be
      incomplete without their participation. In this project we have
   discovered the
      following external build participants:
   org.sonatype.central.publisher.plugin.DeployLifecycleParticipant

It's not really a big deal, but it could hide real issues. Is it not a "trusted" plugin? Is there some kind of inclusion/exclusion list? Is there any reason to open an issue?

-ernie

Reply via email to