forked from D-Net/dnet-hadoop
scalafmt: remote referencing the common definition files makes it work compiling the entire project as well as the individual submodules
This commit is contained in:
parent
1b9e8378b3
commit
dbd6fa1d65
|
@ -25,4 +25,4 @@ spark-warehouse
|
||||||
/**/job-override.properties
|
/**/job-override.properties
|
||||||
/**/*.log
|
/**/*.log
|
||||||
/**/.factorypath
|
/**/.factorypath
|
||||||
|
/**/.scalafmt.conf
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -681,7 +681,7 @@
|
||||||
<groupId>org.antipathy</groupId>
|
<groupId>org.antipathy</groupId>
|
||||||
<artifactId>mvn-scalafmt_2.11</artifactId>
|
<artifactId>mvn-scalafmt_2.11</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configLocation>dhp-build/dhp-code-style/src/main/resources/scalafmt/scalafmt.conf</configLocation>
|
<configLocation>https://code-repo.d4science.org/D-Net/dnet-hadoop/raw/branch/beta/dhp-build/dhp-code-style/src/main/resources/scalafmt/scalafmt.conf</configLocation>
|
||||||
<skipTestSources>false</skipTestSources>
|
<skipTestSources>false</skipTestSources>
|
||||||
<skipSources>false</skipSources>
|
<skipSources>false</skipSources>
|
||||||
<sourceDirectories>
|
<sourceDirectories>
|
||||||
|
|
Loading…
Reference in New Issue