Skip to content

Instantly share code, notes, and snippets.

View RebieKong's full-sized avatar
🎯
Focusing

RebieKong RebieKong

🎯
Focusing
View GitHub Profile
@RebieKong
RebieKong / maven-build-scala.xml
Last active January 10, 2019 17:31
在maven中构建scala
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.4.4</version>
<executions>
<execution>
<id>scala-compile-first</id>
<phase>process-resources</phase>
<goals>
<goal>add-source</goal>