simplesteph / kafka-streams-course

Learn Kafka Streams with several examples!

Home Page:https://www.udemy.com/kafka-streams/?couponCode=GITHUB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outer pom can be added

mithuns opened this issue · comments

An outer pom can be added, with module information for the directories contained within.

thanks @mithuns . Do you want to do a PR for this?

fixed by #5

I would have suggested adding a

<build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.7.0</version>
        <configuration>
          <source>1.8</source>
          <target>1.8</target>
        </configuration>
      </plugin>
    </plugins>
  </build>

But this is fine too, may be later.