Skip to content

Commit a006695

Browse files
committed
DDF-6012 initial clean-up of pom files
1 parent ec492bf commit a006695

File tree

2 files changed

+59
-2
lines changed

2 files changed

+59
-2
lines changed

Diff for: pom.xml

+58-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,65 @@
2525
<packaging>pom</packaging>
2626
<groupId>org.codice.ddf</groupId>
2727
<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>
2985
<modules>
86+
<!-- currently keeping this in a separate directory/module for ACE -->
3087
<module>ui</module>
3188
</modules>
3289
</project>

Diff for: ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424
<artifactId>ui</artifactId>
2525
<groupId>org.codice.ddf</groupId>
26-
<name>DDF :: UI</name>
26+
<name>DDF :: UI :: Admin</name>
2727
<packaging>bundle</packaging>
2828
<properties>
2929
<buildEnv>production</buildEnv>

0 commit comments

Comments
 (0)