|
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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 |
| - <modelVersion>4.0.0</modelVersion> |
4 |
| - <groupId>tech.nully</groupId> |
5 |
| - <artifactId>BossBarAPI</artifactId> |
6 |
| - <version>0.0.1</version> |
7 |
| - <build> |
8 |
| - <plugins> |
9 |
| - <plugin> |
10 |
| - <artifactId>maven-compiler-plugin</artifactId> |
11 |
| - <version>3.8.0</version> |
12 |
| - <configuration> |
13 |
| - <source>1.8</source> |
14 |
| - <target>1.8</target> |
15 |
| - </configuration> |
16 |
| - </plugin> |
17 |
| - <plugin> |
18 |
| - <artifactId>maven-jar-plugin</artifactId> |
19 |
| - <configuration> |
20 |
| - <archive> |
21 |
| - <manifestEntries> |
22 |
| - <Built-By /> |
23 |
| - </manifestEntries> |
24 |
| - </archive> |
25 |
| - </configuration> |
26 |
| - </plugin> |
27 |
| - <plugin> |
28 |
| - <artifactId>maven-shade-plugin</artifactId> |
29 |
| - <version>3.2.4</version> |
30 |
| - <executions> |
31 |
| - <execution> |
32 |
| - <phase>package</phase> |
33 |
| - <goals> |
34 |
| - <goal>shade</goal> |
35 |
| - </goals> |
36 |
| - </execution> |
37 |
| - </executions> |
38 |
| - <configuration> |
39 |
| - <generateUniqueDependencyReducedPom>false</generateUniqueDependencyReducedPom> |
40 |
| - <filters> |
41 |
| - <filter> |
42 |
| - <artifact>*:*</artifact> |
43 |
| - <excludes> |
44 |
| - <exclude>META-INF/*.SF</exclude> |
45 |
| - <exclude>META-INF/*.DSA</exclude> |
46 |
| - <exclude>META-INF/*.RSA</exclude> |
47 |
| - </excludes> |
48 |
| - </filter> |
49 |
| - </filters> |
50 |
| - <minimizeJar>true</minimizeJar> |
51 |
| - </configuration> |
52 |
| - </plugin> |
53 |
| - </plugins> |
54 |
| - </build> |
55 |
| - <repositories> |
56 |
| - <repository> |
57 |
| - <id>EaglerMaven-Repo</id> |
58 |
| - <url>https://github.com/darverdevs/EaglerMavenRepo/raw/main</url> |
59 |
| - </repository> |
60 |
| - </repositories> |
61 |
| - <dependencies> |
62 |
| - <dependency> |
63 |
| - <groupId>com.github.EaglerMaven</groupId> |
64 |
| - <artifactId>ProtocolLib</artifactId> |
65 |
| - <version>3.6.4</version> |
66 |
| - <scope>provided</scope> |
67 |
| - </dependency> |
68 |
| - <dependency> |
69 |
| - <groupId>com.github.EaglerMaven</groupId> |
70 |
| - <artifactId>craftbukkit</artifactId> |
71 |
| - <version>1.5.2-R1.0</version> |
72 |
| - <scope>provided</scope> |
73 |
| - </dependency> |
74 |
| - </dependencies> |
75 |
| - <properties> |
76 |
| - <maven.compiler.target>1.8</maven.compiler.target> |
77 |
| - <java.version>1.8</java.version> |
78 |
| - <maven.compiler.source>1.8</maven.compiler.source> |
79 |
| - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
80 |
| - </properties> |
81 |
| -</project> |
| 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 3 | + <modelVersion>4.0.0</modelVersion> |
| 4 | + <groupId>tech.nully</groupId> |
| 5 | + <artifactId>BossBarAPI</artifactId> |
| 6 | + <version>0.0.1</version> |
| 7 | + <build> |
| 8 | + <plugins> |
| 9 | + <plugin> |
| 10 | + <artifactId>maven-compiler-plugin</artifactId> |
| 11 | + <version>3.8.0</version> |
| 12 | + <configuration> |
| 13 | + <source>1.8</source> |
| 14 | + <target>1.8</target> |
| 15 | + </configuration> |
| 16 | + </plugin> |
| 17 | + <plugin> |
| 18 | + <artifactId>maven-jar-plugin</artifactId> |
| 19 | + <configuration> |
| 20 | + <archive> |
| 21 | + <manifestEntries> |
| 22 | + <Built-By /> |
| 23 | + </manifestEntries> |
| 24 | + </archive> |
| 25 | + </configuration> |
| 26 | + </plugin> |
| 27 | + <plugin> |
| 28 | + <artifactId>maven-shade-plugin</artifactId> |
| 29 | + <version>3.2.4</version> |
| 30 | + <executions> |
| 31 | + <execution> |
| 32 | + <phase>package</phase> |
| 33 | + <goals> |
| 34 | + <goal>shade</goal> |
| 35 | + </goals> |
| 36 | + </execution> |
| 37 | + </executions> |
| 38 | + <configuration> |
| 39 | + <generateUniqueDependencyReducedPom>false</generateUniqueDependencyReducedPom> |
| 40 | + <filters> |
| 41 | + <filter> |
| 42 | + <artifact>*:*</artifact> |
| 43 | + <excludes> |
| 44 | + <exclude>META-INF/*.SF</exclude> |
| 45 | + <exclude>META-INF/*.DSA</exclude> |
| 46 | + <exclude>META-INF/*.RSA</exclude> |
| 47 | + </excludes> |
| 48 | + </filter> |
| 49 | + </filters> |
| 50 | + <minimizeJar>true</minimizeJar> |
| 51 | + </configuration> |
| 52 | + </plugin> |
| 53 | + </plugins> |
| 54 | + </build> |
| 55 | + <repositories> |
| 56 | + <repository> |
| 57 | + <id>EaglerMaven-Repo</id> |
| 58 | + <url>https://github.com/darverdevs/EaglerMavenRepo/raw/main</url> |
| 59 | + </repository> |
| 60 | + </repositories> |
| 61 | + <dependencies> |
| 62 | + <dependency> |
| 63 | + <groupId>com.github.EaglerMaven</groupId> |
| 64 | + <artifactId>ProtocolLib</artifactId> |
| 65 | + <version>3.6.4</version> |
| 66 | + <scope>provided</scope> |
| 67 | + </dependency> |
| 68 | + <dependency> |
| 69 | + <groupId>com.github.EaglerMaven</groupId> |
| 70 | + <artifactId>craftbukkit</artifactId> |
| 71 | + <version>1.5.2-R1.0</version> |
| 72 | + <scope>provided</scope> |
| 73 | + </dependency> |
| 74 | + </dependencies> |
| 75 | + <properties> |
| 76 | + <java.version>1.8</java.version> |
| 77 | + <maven.compiler.source>1.8</maven.compiler.source> |
| 78 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 79 | + <maven.compiler.target>1.8</maven.compiler.target> |
| 80 | + </properties> |
| 81 | +</project> |
0 commit comments