in maven2-server-impl/src/org/jetbrains/idea/maven/server/embedder/Maven2ServerIndexerImpl.java [359:366]
public void scanningStarted(IndexingContext ctx) {
try {
if (p.isCanceled()) throw new MavenProcessCanceledRuntimeException();
}
catch (RemoteException e) {
throw new RuntimeRemoteException(e);
}
}