Project

General

Profile

« Previous | Next » 

Revision 61c9e055

Added by Andreas Kohlbecker over 5 years ago

ref #6522 maven assembly moved into package phase

View differences:

pom.xml
383 383
          </execution>
384 384
        </executions>
385 385
      </plugin>
386
      <!-- ====== INSTALL ====== -->
387 386
      <plugin>
388 387
        <!-- Assemble the runnable server jar test with: mvn assembly:single -->
389 388
        <groupId>org.apache.maven.plugins</groupId>
......
405 404
        <executions>
406 405
          <execution>
407 406
            <id>make-assembly</id>
408
            <phase>install</phase>
407
            <phase>package</phase>
409 408
            <goals>
410 409
              <goal>attached</goal>
411 410
            </goals>
......
413 412
        </executions>
414 413
      </plugin>
415 414
      <plugin>
415
      <!-- ====== INSTALL ====== -->
416 416
        <!-- Build a Debian package -->
417 417
        <groupId>org.apache.maven.plugins</groupId>
418 418
        <artifactId>maven-antrun-plugin</artifactId>

Also available in: Unified diff