This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
60 lines (50 loc) · 1.99 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.buschmais.jqassistant</groupId>
<artifactId>jqa-uber-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<relativePath/>
</parent>
<groupId>com.buschmais.jqassistant</groupId>
<artifactId>own-constraints</artifactId>
<packaging>pom</packaging>
<version>2.4.0-SNAPSHOT</version>
<name>jQAssistant Own Rules</name>
<url>https://jqassistant.org/</url>
<inceptionYear>2016</inceptionYear>
<description>
A set of concepts and constraints used to check the conformity
of various jQAssistant projects with some basic rules
valid for all projects of the jQAssistant projects.
</description>
<organization>
<name>jQAssistant Development Team</name>
<url>https://jqassistant.org</url>
</organization>
<licenses>
<license>
<name>GNU General Public License, v3</name>
<url>https://www.gnu.org/licenses/gpl-3.0.html</url>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:jqassistant/jqa-own-constraints.git</connection>
<developerConnection>scm:git:git@github.com:jqassistant/jqa-own-constraints.git</developerConnection>
<url>https://github.com/jqassistant/jqa-own-constraints</url>
<tag>HEAD</tag>
</scm>
<modules>
<module>maven-commmon-constraints</module>
<module>project-layout-constraints</module>
<module>legal-constraints</module>
<module>plugin-rules</module>
<module>github-integration</module>
</modules>
<developers>
<developer>
<name>Oliver B. Fischer</name>
<email>o.b.fischer@swe-blog.net</email>
</developer>
</developers>
</project>