|
1 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 |
| - <modelVersion>4.0.0</modelVersion> |
4 |
| - <groupId>io.totemo</groupId> |
5 |
| - <name>EntityControl</name> |
6 |
| - <version>0.2.0</version> |
7 |
| - <packaging>jar</packaging> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | + 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"> |
| 4 | + <modelVersion>4.0.0</modelVersion> |
| 5 | + <groupId>io.totemo</groupId> |
| 6 | + <name>EntityControl</name> |
| 7 | + <version>0.4.0</version> |
| 8 | + <packaging>jar</packaging> |
8 | 9 | <description>Manage entities.</description>
|
9 | 10 | <url>https://github.com/totemo/EntityControl</url>
|
10 |
| - <scm> |
11 |
| - <connection>scm:git:git://github.com/totemo/EntityControl.git</connection> |
12 |
| - <url>https://github.com/totemo/EntityControl</url> |
13 |
| - <developerConnection>scm:git:git://github.com/totemo/EntityControl.git</developerConnection> |
14 |
| - </scm> |
15 |
| - <properties> |
16 |
| - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
17 |
| - </properties> |
18 |
| - <repositories> |
19 |
| - <repository> |
20 |
| - <id>spigot-repo</id> |
21 |
| - <url>https://hub.spigotmc.org/nexus/content/groups/public/</url> |
22 |
| - </repository> |
23 |
| - </repositories> |
24 |
| - <dependencies> |
25 |
| - <dependency> |
26 |
| - <groupId>org.bukkit</groupId> |
27 |
| - <artifactId>bukkit</artifactId> |
28 |
| - <version>1.8.7-R0.1-SNAPSHOT</version> |
29 |
| - </dependency> |
30 |
| - </dependencies> |
31 |
| - <build> |
32 |
| - <defaultGoal>clean package</defaultGoal> |
33 |
| - <sourceDirectory>${basedir}/src</sourceDirectory> |
34 |
| - <resources> |
35 |
| - <resource> |
36 |
| - <targetPath>.</targetPath> |
37 |
| - <filtering>true</filtering> |
38 |
| - <directory>${basedir}</directory> |
39 |
| - <includes> |
40 |
| - <include>plugin.yml</include> |
41 |
| - <include>config.yml</include> |
42 |
| - </includes> |
43 |
| - </resource> |
44 |
| - </resources> |
45 |
| - <pluginManagement> |
46 |
| - <plugins> |
47 |
| - <plugin> |
48 |
| - <groupId>org.apache.maven.plugins</groupId> |
49 |
| - <artifactId>maven-jar-plugin</artifactId> |
50 |
| - <version>2.1</version> |
51 |
| - <configuration> |
52 |
| - <archive> |
53 |
| - <addMavenDescriptor>false</addMavenDescriptor> |
54 |
| - </archive> |
55 |
| - <finalName>${project.artifactId}-${project.version}</finalName> |
56 |
| - </configuration> |
57 |
| - </plugin> |
58 |
| - <plugin> |
59 |
| - <groupId>org.apache.maven.plugins</groupId> |
60 |
| - <artifactId>maven-compiler-plugin</artifactId> |
61 |
| - <version>2.0.2</version> |
62 |
| - <configuration> |
63 |
| - <source>1.6</source> |
64 |
| - <target>1.6</target> |
65 |
| - </configuration> |
66 |
| - </plugin> |
67 |
| - </plugins> |
68 |
| - </pluginManagement> |
69 |
| - </build> |
70 |
| - <artifactId>EntityControl</artifactId> |
| 11 | + <scm> |
| 12 | + <connection>scm:git:git://github.com/totemo/EntityControl.git</connection> |
| 13 | + <url>https://github.com/totemo/EntityControl</url> |
| 14 | + <developerConnection>scm:git:git://github.com/totemo/EntityControl.git</developerConnection> |
| 15 | + </scm> |
| 16 | + <properties> |
| 17 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 18 | + </properties> |
| 19 | + <repositories> |
| 20 | + <repository> |
| 21 | + <id>spigot-repo</id> |
| 22 | + <url>https://hub.spigotmc.org/nexus/content/groups/public/</url> |
| 23 | + </repository> |
| 24 | + </repositories> |
| 25 | + <dependencies> |
| 26 | + <dependency> |
| 27 | + <groupId>org.bukkit</groupId> |
| 28 | + <artifactId>bukkit</artifactId> |
| 29 | + <version>1.15.2-R0.1-SNAPSHOT</version> |
| 30 | + </dependency> |
| 31 | + </dependencies> |
| 32 | + <build> |
| 33 | + <defaultGoal>clean package</defaultGoal> |
| 34 | + <sourceDirectory>${basedir}/src</sourceDirectory> |
| 35 | + <resources> |
| 36 | + <resource> |
| 37 | + <targetPath>.</targetPath> |
| 38 | + <filtering>true</filtering> |
| 39 | + <directory>${basedir}</directory> |
| 40 | + <includes> |
| 41 | + <include>plugin.yml</include> |
| 42 | + <include>config.yml</include> |
| 43 | + </includes> |
| 44 | + </resource> |
| 45 | + </resources> |
| 46 | + <pluginManagement> |
| 47 | + <plugins> |
| 48 | + <plugin> |
| 49 | + <groupId>org.apache.maven.plugins</groupId> |
| 50 | + <artifactId>maven-jar-plugin</artifactId> |
| 51 | + <version>2.1</version> |
| 52 | + <configuration> |
| 53 | + <archive> |
| 54 | + <addMavenDescriptor>false</addMavenDescriptor> |
| 55 | + </archive> |
| 56 | + <finalName>${project.artifactId}-${project.version}</finalName> |
| 57 | + </configuration> |
| 58 | + </plugin> |
| 59 | + <plugin> |
| 60 | + <groupId>org.apache.maven.plugins</groupId> |
| 61 | + <artifactId>maven-compiler-plugin</artifactId> |
| 62 | + <version>2.0.2</version> |
| 63 | + <configuration> |
| 64 | + <source>1.8</source> |
| 65 | + <target>1.8</target> |
| 66 | + </configuration> |
| 67 | + </plugin> |
| 68 | + </plugins> |
| 69 | + </pluginManagement> |
| 70 | + </build> |
| 71 | + <artifactId>EntityControl</artifactId> |
71 | 72 | </project>
|
0 commit comments