Skip to content

Commit 8ae6c60

Browse files
committed
use target instead of tasks
1 parent 3ab2b49 commit 8ae6c60

File tree

1 file changed

+5
-5
lines changed
  • decisioncenter/businessvalueeditor/businessvalueeditor-source

1 file changed

+5
-5
lines changed

decisioncenter/businessvalueeditor/businessvalueeditor-source/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
<goal>run</goal>
2222
</goals>
2323
<configuration>
24-
<tasks>
25-
<javac srcdir="${project.build.sourceDirectory}"
24+
<target>
25+
<javac srcdir="${project.build.sourceDirectory}"
2626
destdir="${project.build.outputDirectory}"
2727
includeantruntime="false"
2828
compiler="modern">
2929
<classpath>
3030
<fileset dir="${project.basedir}/lib" includes="**/*.jar"/>
3131
</classpath>
3232
</javac>
33-
</tasks>
33+
</target>
3434
</configuration>
3535
</execution>
3636
<execution>
@@ -40,12 +40,12 @@
4040
<goal>run</goal>
4141
</goals>
4242
<configuration>
43-
<tasks>
43+
<target>
4444
<zip destfile="${project.basedir}/target/businessvalueeditor-1.0.zip">
4545
<fileset dir="${project.basedir}/target" includes="businessvalueeditor-1.0.jar" />
4646
<fileset dir="${project.basedir}" includes="web.xml" />
4747
</zip>
48-
</tasks>
48+
</target>
4949
</configuration>
5050
</execution>
5151
</executions>

0 commit comments

Comments
 (0)