Skip to content

Commit

Permalink
Exclude Javadoc generation for services.utils.akka.actors package to …
Browse files Browse the repository at this point in the history
…get mixed Scala/Java build to work.

Signed-off-by: Vadim Guenther <vadim.guenther@bosch.io>
  • Loading branch information
VadimGue committed Nov 24, 2020
1 parent 03c71ca commit 2f810f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion services/utils/akka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@
<configuration>
<excludePackageNames>
org.eclipse.ditto.services.utils.akka.logging;
org.eclipse.ditto.services.utils.akka.controlflow
org.eclipse.ditto.services.utils.akka.controlflow;
org.eclipse.ditto.services.utils.akka.actors
</excludePackageNames>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.eclipse.ditto.services.utils.akka;
package org.eclipse.ditto.services.utils.akka.actors;

import static org.eclipse.ditto.model.base.common.ConditionChecker.checkNotNull;

import java.time.Duration;

import javax.annotation.Nullable;

import org.eclipse.ditto.services.utils.akka.actors.AbstractActorWithStashWithTimers;

import akka.actor.ActorRef;
import akka.actor.Cancellable;
import akka.japi.pf.ReceiveBuilder;
Expand Down

0 comments on commit 2f810f8

Please sign in to comment.