|
8 | 8 | <artifactId>BotCommands</artifactId>
|
9 | 9 | <version>1.5.0</version>
|
10 | 10 |
|
11 |
| - <packaging>jar</packaging> |
12 |
| - <name>BotCommands</name> |
13 |
| - <description>A framework aiming at simplifying Discord bots using the JDA library</description> |
14 |
| - <url>https://github.com/freya022/BotCommands</url> |
15 |
| - |
16 |
| - <developers> |
17 |
| - <developer> |
18 |
| - <name>freya022</name> |
19 |
| - |
20 |
| - <organization>com.freya02</organization> |
21 |
| - <organizationUrl>https://github.com/freya022</organizationUrl> |
22 |
| - </developer> |
23 |
| - </developers> |
24 |
| - |
25 |
| - <scm> |
26 |
| - <connection>scm:git:git://github.com/freya022/BotCommands.git</connection> |
27 |
| - <developerConnection>scm:git:ssh://github.com:freya022/BotCommands.git</developerConnection> |
28 |
| - <url>http://github.com/freya022/BotCommands</url> |
29 |
| - </scm> |
30 |
| - |
31 | 11 | <properties>
|
32 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
33 | 13 | </properties>
|
34 | 14 |
|
35 |
| - <distributionManagement> |
36 |
| - <snapshotRepository> |
37 |
| - <id>ossrh</id> |
38 |
| - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
39 |
| - </snapshotRepository> |
40 |
| - <repository> |
41 |
| - <id>ossrh</id> |
42 |
| - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
43 |
| - </repository> |
44 |
| - </distributionManagement> |
45 |
| - |
46 | 15 | <build>
|
47 | 16 | <plugins>
|
48 |
| - <plugin> |
49 |
| - <groupId>org.sonatype.plugins</groupId> |
50 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
51 |
| - <version>1.6.7</version> |
52 |
| - <extensions>true</extensions> |
53 |
| - <configuration> |
54 |
| - <serverId>ossrh</serverId> |
55 |
| - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
56 |
| - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
57 |
| - </configuration> |
58 |
| - </plugin> |
59 |
| - <plugin> |
60 |
| - <groupId>org.apache.maven.plugins</groupId> |
61 |
| - <artifactId>maven-gpg-plugin</artifactId> |
62 |
| - <version>1.5</version> |
63 |
| - <executions> |
64 |
| - <execution> |
65 |
| - <id>sign-artifacts</id> |
66 |
| - <phase>verify</phase> |
67 |
| - <goals> |
68 |
| - <goal>sign</goal> |
69 |
| - </goals> |
70 |
| - </execution> |
71 |
| - </executions> |
72 |
| - </plugin> |
73 | 17 | <plugin>
|
74 | 18 | <groupId>org.apache.maven.plugins</groupId>
|
75 | 19 | <artifactId>maven-compiler-plugin</artifactId>
|
|
0 commit comments