File tree 1 file changed +5
-5
lines changed
decisioncenter/businessvalueeditor/businessvalueeditor-source
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
<goal >run</goal >
22
22
</goals >
23
23
<configuration >
24
- <tasks >
25
- <javac srcdir =" ${project.build.sourceDirectory}"
24
+ <target >
25
+ <javac srcdir =" ${project.build.sourceDirectory}"
26
26
destdir =" ${project.build.outputDirectory}"
27
27
includeantruntime =" false"
28
28
compiler =" modern" >
29
29
<classpath >
30
30
<fileset dir =" ${project.basedir}/lib" includes =" **/*.jar" />
31
31
</classpath >
32
32
</javac >
33
- </tasks >
33
+ </target >
34
34
</configuration >
35
35
</execution >
36
36
<execution >
40
40
<goal >run</goal >
41
41
</goals >
42
42
<configuration >
43
- <tasks >
43
+ <target >
44
44
<zip destfile =" ${project.basedir}/target/businessvalueeditor-1.0.zip" >
45
45
<fileset dir =" ${project.basedir}/target" includes =" businessvalueeditor-1.0.jar" />
46
46
<fileset dir =" ${project.basedir}" includes =" web.xml" />
47
47
</zip >
48
- </tasks >
48
+ </target >
49
49
</configuration >
50
50
</execution >
51
51
</executions >
You can’t perform that action at this time.
0 commit comments