We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c5f98 commit 5510306Copy full SHA for 5510306
1 file changed
chapter5_1_job_timer/pom.xml
@@ -7,9 +7,12 @@
7
</parent>
8
<modelVersion>4.0.0</modelVersion>
9
<artifactId>chapter5_1_job_timer</artifactId>
10
- <packaging>war</packaging>
+ <packaging>pom</packaging>
11
<name>chapter5_1_job_timer Maven Webapp</name>
12
<url>http://maven.apache.org</url>
13
+ <modules>
14
+ <module>../chapter5_3_job_spring</module>
15
+ </modules>
16
<dependencies>
17
<dependency>
18
<groupId>junit</groupId>
0 commit comments