This repository has been archived by the owner on Mar 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpom.xml
75 lines (66 loc) · 2.27 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.mhus.lib</groupId>
<version>7.10.0-SNAPSHOT</version>
<artifactId>mhus-karaf-oss</artifactId>
</parent>
<artifactId>mhus-ports</artifactId>
<packaging>pom</packaging>
<name>ports</name>
<groupId>de.mhus.ports</groupId>
<version>7.5.0-SNAPSHOT</version>
<description>A set of tools to improve OSGi frameworks and karaf</description>
<url>http://www.mhus.info</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/mhus-info/mhus-osgi-tools</url>
<connection>scm:git:https://github.com/mhus-info/mhus-osgi-tools/</connection>
</scm>
<developers>
<developer>
<id>mhu</id>
<name>Mike Hummel</name>
<email>mh@mhus.de</email>
<url>http://www.mhus.de</url>
</developer>
</developers>
<modules>
<!-- not functional
<module>ports-grpc</module>
-->
<module>ports-common-discovery</module>
<!-- deprecated
<module>ports-javaxt</module>
<module>ports-javaxmail</module>
<module>ports-flummi</module>
<module>ports-groovy</module>
-->
<module>ports-jrandtest</module>
<module>ports-jjwt</module>
<!-- not changed since 1.3.4
-->
<module>ports-gclib</module>
<module>vaadin-shared-deps</module>
<module>vaadin-addons</module>
<module>ports-features</module>
</modules>
<profiles>
<profile>
<id>deploy-ngnetwork</id>
<repositories>
<repository>
<id>nexus_gammanetwork</id>
<url>https://nexus.gammanetwork.de/repository/maven-snapshots</url>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
</profile>
</profiles>
</project>