We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265a663 commit f70ed90Copy full SHA for f70ed90
1 file changed
tutorial-process/pom.xml
@@ -171,6 +171,22 @@
171
</plugins>
172
</build>
173
</profile>
174
+ <profile>
175
+ <id>exercise-7</id>
176
+ <build>
177
+ <plugins>
178
+ <plugin>
179
+ <groupId>org.apache.maven.plugins</groupId>
180
+ <artifactId>maven-surefire-plugin</artifactId>
181
+ <configuration>
182
+ <includes>
183
+ <include>**/exercise_7/**/*.java</include>
184
+ </includes>
185
+ </configuration>
186
+ </plugin>
187
+ </plugins>
188
+ </build>
189
+ </profile>
190
</profiles>
191
192
<build>
0 commit comments