We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b70c9 commit be82248Copy full SHA for be82248
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
7
<groupId>edu.luc.cs</groupId>
8
- <artifactId>consoleapp</artifactId>
+ <artifactId>stopwatch</artifactId>
9
<version>0.3</version>
10
<packaging>jar</packaging>
11
@@ -93,7 +93,8 @@
93
<version>${jacoco.version}</version>
94
<configuration>
95
<excludes>
96
- <exclude>**/Main*.class</exclude>
+ <exclude>**/*Facade.class</exclude>
97
+ <exclude>**/common/*.class</exclude>
98
</excludes>
99
</configuration>
100
<executions>
0 commit comments