summaryrefslogtreecommitdiffstats
path: root/container-di
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-11 20:06:16 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-13 14:35:26 +0200
commit95d45d66008e8e56905f1e3d8f4e1e02636a7bb6 (patch)
tree2f482ad80aa1590bfb4f57a99b88f1d34e8eef46 /container-di
parentebd47ebba08d9d8d06ddb1ee4de5fdeb5ab035bd (diff)
Enable useful warnings for all Scala modules
Diffstat (limited to 'container-di')
-rw-r--r--container-di/pom.xml49
1 files changed, 0 insertions, 49 deletions
diff --git a/container-di/pom.xml b/container-di/pom.xml
index fab28843f1f..f6a31ea16a1 100644
--- a/container-di/pom.xml
+++ b/container-di/pom.xml
@@ -172,53 +172,4 @@
</plugin>
</plugins>
</build>
- <profiles>
- <profile>
- <id>scalacoverage</id>
- <repositories>
- <repository>
- <id>scct repository</id>
- <url>http://mtkopone.github.com/scct/maven-repo</url>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <groupId>reaktor</groupId>
- <artifactId>scct_2.9.1</artifactId>
- <version>0.1-SNAPSHOT</version>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <systemPropertyVariables>
- <scct.project.name>${project.name}</scct.project.name>
- <scct.coverage.file>${project.build.outputDirectory}/coverage.data</scct.coverage.file>
- <scct.report.dir>${project.build.directory}/coverage-report</scct.report.dir>
- <scct.source.dir>${project.build.sourceDirectory}</scct.source.dir>
- </systemPropertyVariables>
- <redirectTestOutputToFile>${test.hide}</redirectTestOutputToFile>
- <forkMode>once</forkMode>
- </configuration>
- </plugin>
- <plugin>
- <groupId>net.alchim31.maven</groupId>
- <artifactId>scala-maven-plugin</artifactId>
- <configuration>
- <compilerPlugins>
- <compilerPlugin>
- <groupId>reaktor</groupId>
- <artifactId>scct_2.9.1</artifactId>
- <version>0.1-SNAPSHOT</version>
- </compilerPlugin>
- </compilerPlugins>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
</project>