|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 |
|
5 | 5 | <!-- Project information --> |
6 | | - <groupId>ca.q0r</groupId> |
7 | | - <artifactId>MAdvanced</artifactId> |
8 | | - <version>1.7.2-R1.0</version> |
9 | 6 | <name>MAdvanced</name> |
10 | | - <url>http://q0r.ca/</url> |
| 7 | + <artifactId>MAdvanced</artifactId> |
| 8 | + <packaging>jar</packaging> |
| 9 | + <version>1.7.2-R1.0.0-SNAPSHOT</version> |
| 10 | + <url>https://github.com/Q0rDev/MAdvanced</url> |
11 | 11 | <description>Advanced MChat functionality</description> |
12 | 12 |
|
13 | | - <properties> |
14 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
15 | | - <buildNumber>b0trvs</buildNumber> |
16 | | - </properties> |
| 13 | + <!-- Parent information --> |
| 14 | + <parent> |
| 15 | + <groupId>ca.q0r</groupId> |
| 16 | + <artifactId>q0rdev-parent</artifactId> |
| 17 | + <version>1.0.0-SNAPSHOT</version> |
| 18 | + </parent> |
17 | 19 |
|
18 | | - <!-- Source code --> |
19 | | - <scm> |
20 | | - <developerConnection>scm:git:git@github.com:Q0rDev/${project.name}.git</developerConnection> |
21 | | - <connection>scm:git:git://github.com/Q0rDev/${project.name}.git</connection> |
22 | | - <url>https://github.com/Q0rDev/${project.name}</url> |
23 | | - </scm> |
24 | | - |
25 | | - <!-- Continuous integration --> |
26 | | - <ciManagement> |
27 | | - <system>travis</system> |
28 | | - <url>https://travis-ci.org/Q0rDev/${project.name}</url> |
29 | | - </ciManagement> |
30 | | - |
31 | | - <!-- Maven repository --> |
32 | | - <distributionManagement> |
33 | | - <repository> |
34 | | - <id>oss-nexus-releases</id> |
35 | | - <name>OSS Releases</name> |
36 | | - <url>https://oss.sonatype.org/content/repositories/releases/</url> |
37 | | - </repository> |
38 | | - <snapshotRepository> |
39 | | - <id>oss-nexus-snapshots</id> |
40 | | - <name>OSS Snapshots</name> |
41 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
42 | | - </snapshotRepository> |
43 | | - </distributionManagement> |
| 20 | + <!-- Issue management --> |
| 21 | + <issueManagement> |
| 22 | + <system>jira</system> |
| 23 | + <url>https://q0rdev.atlassian.net/browse/MADVANCED</url> |
| 24 | + </issueManagement> |
44 | 25 |
|
45 | 26 | <!-- Repository locations --> |
46 | 27 | <repositories> |
47 | 28 | <repository> |
48 | | - <id>q0r-repo</id> |
49 | | - <url>http://nexus.q0r.ca/content/groups/public</url> |
| 29 | + <id>oss-repo</id> |
| 30 | + <url>https://oss.sonatype.org/content/groups/public</url> |
50 | 31 | <releases> |
51 | 32 | <updatePolicy>always</updatePolicy> |
52 | 33 | </releases> |
|
56 | 37 | </repository> |
57 | 38 | </repositories> |
58 | 39 |
|
59 | | - <build> |
60 | | - <defaultGoal>clean install</defaultGoal> |
61 | | - <!-- Resources --> |
62 | | - <resources> |
63 | | - <resource> |
64 | | - <targetPath>.</targetPath> |
65 | | - <filtering>true</filtering> |
66 | | - <directory>${basedir}/src/main/resources/</directory> |
67 | | - <includes> |
68 | | - <include>*.yml</include> |
69 | | - </includes> |
70 | | - </resource> |
71 | | - </resources> |
72 | | - <!-- Plugins --> |
73 | | - <plugins> |
74 | | - <!-- Compile plugin --> |
75 | | - <plugin> |
76 | | - <groupId>org.apache.maven.plugins</groupId> |
77 | | - <artifactId>maven-compiler-plugin</artifactId> |
78 | | - <version>3.1</version> |
79 | | - <configuration> |
80 | | - <source>1.6</source> |
81 | | - <target>1.6</target> |
82 | | - <showWarnings>true</showWarnings> |
83 | | - </configuration> |
84 | | - </plugin> |
85 | | - <!-- JAR creation plugin --> |
86 | | - <plugin> |
87 | | - <groupId>org.apache.maven.plugins</groupId> |
88 | | - <artifactId>maven-jar-plugin</artifactId> |
89 | | - <version>2.4</version> |
90 | | - </plugin> |
91 | | - </plugins> |
92 | | - </build> |
93 | | - |
94 | 40 | <!-- Dependencies --> |
95 | 41 | <dependencies> |
96 | 42 | <dependency> |
97 | 43 | <groupId>ca.q0r</groupId> |
98 | 44 | <artifactId>MChat</artifactId> |
99 | | - <version>1.7.2-R1.0</version> |
| 45 | + <version>1.7.2-R1.0.0-SNAPSHOT</version> |
100 | 46 | <type>jar</type> |
101 | 47 | <scope>compile</scope> |
102 | 48 | </dependency> |
|
0 commit comments