25
25
<packaging >pom</packaging >
26
26
<groupId >org.codice.ddf</groupId >
27
27
<version >2.25.0-SNAPSHOT</version >
28
- <name >DDF :: UI :: Admin</name >
28
+ <name >DDF :: Admin-UI :: Parent</name >
29
+ <description >Distributed Data Framework (DDF) Admin UI</description >
30
+ <organization >
31
+ <name >Codice Foundation</name >
32
+ <url >http://codice.org</url >
33
+ </organization >
34
+ <licenses >
35
+ <license >
36
+ <name >GNU Lesser General Public v3</name >
37
+ <url >http://www.gnu.org/licenses/lgpl.html</url >
38
+ <distribution >repo</distribution >
39
+ </license >
40
+ </licenses >
41
+ <properties >
42
+ <!-- default URL properties -->
43
+ <ddf .scm.connection.url />
44
+ <snapshots .repository.url />
45
+ <reports .repository.url />
46
+ </properties >
47
+ <scm >
48
+ <url >https://github.com/codice/ddf-admin-ui</url >
49
+ <connection >scm:git:https://github.com/codice/ddf-admin-ui.git</connection >
50
+ <developerConnection >scm:git:https://github.com/codice/ddf-admin-ui.git</developerConnection >
51
+ <tag >HEAD</tag >
52
+ </scm >
53
+ <repositories >
54
+ <repository >
55
+ <id >central</id >
56
+ <name >Central Repository</name >
57
+ <url >https://repo.maven.apache.org/maven2</url >
58
+ <layout >default</layout >
59
+ <snapshots >
60
+ <enabled >false</enabled >
61
+ </snapshots >
62
+ </repository >
63
+ <repository >
64
+ <id >codice</id >
65
+ <name >Codice Repository</name >
66
+ <url >https://artifacts.codice.org/content/groups/public/</url >
67
+ </repository >
68
+ </repositories >
69
+ <pluginRepositories >
70
+ <pluginRepository >
71
+ <id >central</id >
72
+ <name >Central Repository</name >
73
+ <url >https://repo.maven.apache.org/maven2</url >
74
+ <layout >default</layout >
75
+ <snapshots >
76
+ <enabled >false</enabled >
77
+ </snapshots >
78
+ </pluginRepository >
79
+ <pluginRepository >
80
+ <id >codice</id >
81
+ <name >Codice Repository</name >
82
+ <url >https://artifacts.codice.org/content/groups/public/</url >
83
+ </pluginRepository >
84
+ </pluginRepositories >
29
85
<modules >
86
+ <!-- currently keeping this in a separate directory/module for ACE -->
30
87
<module >ui</module >
31
88
</modules >
32
89
</project >
0 commit comments