Skip to content

Commit e7dd142

Browse files
committed
Remove 'skip' flag in SCoverage plugin in 'admin' and 'common' submodules of multimodule Play! Framework project
1 parent c30c0b9 commit e7dd142

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

playframework/multimodule/admin/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,6 @@ under the License.
6565
<artifactId>play2-maven-plugin</artifactId>
6666
<extensions>true</extensions>
6767
</plugin>
68-
69-
<plugin>
70-
<groupId>org.scoverage</groupId>
71-
<artifactId>scoverage-maven-plugin</artifactId>
72-
<configuration>
73-
<skip>true</skip>
74-
</configuration>
75-
</plugin>
7668
</plugins>
7769
</build>
7870

playframework/multimodule/common/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ under the License.
5656
</execution>
5757
</executions>
5858
</plugin>
59-
60-
<plugin>
61-
<groupId>org.scoverage</groupId>
62-
<artifactId>scoverage-maven-plugin</artifactId>
63-
<configuration>
64-
<skip>true</skip>
65-
</configuration>
66-
</plugin>
6759
</plugins>
6860
</build>
6961

0 commit comments

Comments
 (0)