Skip to content

Commit

Permalink
removed scenario specific files from matsim-episim-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrehmann committed Aug 20, 2024
1 parent 86f7a09 commit 1945dd7
Show file tree
Hide file tree
Showing 148 changed files with 61 additions and 39,030 deletions.
38 changes: 38 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,47 @@
</executions>
</plugin>

<!-- Test Coverage -->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>

</plugins>
</build>

<reporting>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<!-- select non-aggregate reports -->
<report>report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>

<profiles>
<profile>
<id>release</id>
Expand Down
160 changes: 0 additions & 160 deletions scenarios/BerlinBrandenburg.mk

This file was deleted.

149 changes: 0 additions & 149 deletions scenarios/BerlinWeek.mk

This file was deleted.

Loading

0 comments on commit 1945dd7

Please sign in to comment.