|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 3 | <modelVersion>4.0.0</modelVersion> |
5 | 4 |
|
6 | 5 | <parent> |
7 | 6 | <groupId>org.sonatype.oss</groupId> |
8 | 7 | <artifactId>oss-parent</artifactId> |
9 | 8 | <version>9</version> |
10 | | - <relativePath/> |
| 9 | + <relativePath /> |
11 | 10 | </parent> |
12 | 11 |
|
13 | 12 | <groupId>com.github.adminfaces</groupId> |
14 | 13 | <artifactId>admin-theme</artifactId> |
15 | | - <version>1.3.1-SNAPSHOT</version> |
| 14 | + <version>1.3.1</version> |
16 | 15 |
|
17 | 16 | <name>admin-theme</name> |
18 | 17 | <url>https://github.com/adminfaces/admin-theme</url> |
|
431 | 430 | </goals> |
432 | 431 | <configuration> |
433 | 432 | <target> |
434 | | - <delete dir="${project.build.outputDirectory}/META-INF/resources/primefaces-admin/"/> |
435 | | - <delete dir="${project.basedir}/src/main/resources/META-INF/resources/primefaces-admin-${project.version}/"/> |
| 433 | + <delete dir="${project.build.outputDirectory}/META-INF/resources/primefaces-admin/" /> |
| 434 | + <delete dir="${project.basedir}/src/main/resources/META-INF/resources/primefaces-admin-${project.version}/" /> |
436 | 435 | </target> |
437 | 436 | </configuration> |
438 | 437 | </execution> |
|
571 | 570 | </goals> |
572 | 571 | <configuration> |
573 | 572 | <target> |
574 | | - <delete dir="${project.build.outputDirectory}/META-INF/resources/primefaces-admin/"/> |
575 | | - <delete dir="${project.basedir}/src/main/resources/META-INF/resources/primefaces-admin-${project.version}/"/> |
| 573 | + <delete dir="${project.build.outputDirectory}/META-INF/resources/primefaces-admin/" /> |
| 574 | + <delete dir="${project.basedir}/src/main/resources/META-INF/resources/primefaces-admin-${project.version}/" /> |
576 | 575 | </target> |
577 | 576 | </configuration> |
578 | 577 | </execution> |
|
644 | 643 | </goals> |
645 | 644 | <configuration> |
646 | 645 | <target> |
647 | | - <delete dir="${project.build.outputDirectory}/META-INF/resources/admin-lte/fonts"/> |
648 | | - <delete dir="${project.build.outputDirectory}/META-INF/resources/bootstrap/fonts"/> |
| 646 | + <delete dir="${project.build.outputDirectory}/META-INF/resources/admin-lte/fonts" /> |
| 647 | + <delete dir="${project.build.outputDirectory}/META-INF/resources/bootstrap/fonts" /> |
649 | 648 | </target> |
650 | 649 | </configuration> |
651 | 650 | </execution> |
|
684 | 683 | </goals> |
685 | 684 | <configuration> |
686 | 685 | <target> |
687 | | - <delete dir="${project.build.outputDirectory}/META-INF/resources/admin-lte/fonts"/> |
688 | | - <delete dir="${project.build.outputDirectory}/META-INF/resources/bootstrap/fonts"/> |
| 686 | + <delete dir="${project.build.outputDirectory}/META-INF/resources/admin-lte/fonts" /> |
| 687 | + <delete dir="${project.build.outputDirectory}/META-INF/resources/bootstrap/fonts" /> |
689 | 688 | </target> |
690 | 689 | </configuration> |
691 | 690 | </execution> |
|
787 | 786 | </goals> |
788 | 787 | <configuration> |
789 | 788 | <target> |
790 | | - <delete dir="${project.build.outputDirectory}/META-INF/resources/primefaces-admin/"/> |
791 | | - <delete dir="${project.basedir}/src/main/resources/META-INF/resources/primefaces-admin-${project.version}/"/> |
792 | | - <delete dir="${project.build.outputDirectory}/META-INF/resources/admin-lte/fonts"/> |
793 | | - <delete dir="${project.build.outputDirectory}/META-INF/resources/bootstrap/fonts"/> |
| 789 | + <delete dir="${project.build.outputDirectory}/META-INF/resources/primefaces-admin/" /> |
| 790 | + <delete dir="${project.basedir}/src/main/resources/META-INF/resources/primefaces-admin-${project.version}/" /> |
| 791 | + <delete dir="${project.build.outputDirectory}/META-INF/resources/admin-lte/fonts" /> |
| 792 | + <delete dir="${project.build.outputDirectory}/META-INF/resources/bootstrap/fonts" /> |
794 | 793 | </target> |
795 | 794 | </configuration> |
796 | 795 | </execution> |
|
0 commit comments