Project

General

Profile

« Previous | Next » 

Revision 6f40e136

Added by Andreas Müller over 2 years ago

ref #9359 use target instead of tasks in maven-antrun-plugin in cdmserver

View differences:

pom.xml
421 421
          <execution>
422 422
            <phase>install</phase>
423 423
            <configuration>
424
              <tasks>
424
              <target>
425 425
                <property name="project.fullversionstring" value="${project.version}" />
426 426
                <property name="project.version" value="${project.version}" />
427 427
                <ant antfile="${project.basedir}/src/main/installer/linux/build-deb.xml" dir="${project.basedir}" />
428
              </tasks>
428
              </target>
429 429
            </configuration>
430 430
            <goals>
431 431
              <goal>run</goal>

Also available in: Unified diff