akka-java-examples icon indicating copy to clipboard operation
akka-java-examples copied to clipboard

Missing child module for channel when mvn install

Open AllenFang opened this issue 9 years ago • 2 comments

It's good repo for newbie to start to learn basic Akka. it's awesome repo:)

However, as I run mvn clean install -X I got the following error:

[ERROR] Child module /home/user1/workspace_spm/akka-java-examples/channel of /home/user1/workspace_spm/akka-java-examples/pom.xml does not exist @

I saw you defined a channel sub module but there's no any channel in root folder, is persistent-channel?

AllenFang avatar Mar 30 '16 07:03 AllenFang

I'll test and commit, but I must've renamed it to persistent-channel and never changed the root pom. Thanks!

royrusso avatar Apr 01 '16 14:04 royrusso

I think rename on here is work(I've tested it)

AllenFang avatar Apr 01 '16 14:04 AllenFang