Skip to content

Commit a60f96c

Browse files
committed
Add project description to the POM file for Central
1 parent 8b324bb commit a60f96c

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

pom.xml

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<groupId>org.eclipse.lyo</groupId>
56
<artifactId>lyo-parent</artifactId>
67
<version>4.0.0.RC</version>
78
<packaging>pom</packaging>
89
<name>Lyo :: _Parent</name>
9-
10+
1011
<properties>
1112
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1213
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -24,6 +25,12 @@
2425

2526
<!-- OSSRH mandated metadata -->
2627
<url>https://eclipse.org/lyo</url>
28+
<description>
29+
The Eclipse Lyo project is focused on providing an SDK to enable adoption of OSLC specifications. OSLC (Open
30+
Services for Lifecycle Collaboration) is an open community dedicated to reducing barriers for lifecycle tool
31+
integration. The community authors specifications for exposing lifecycle artifacts through uniform (REST)
32+
interfaces and relying on Internet and Linked Data standards.
33+
</description>
2734
<licenses>
2835
<license>
2936
<name>Eclipse Public License 2.0</name>
@@ -157,14 +164,14 @@
157164
<artifactId>httpclient</artifactId>
158165
<version>${v.httpclient}</version>
159166
</dependency>
160-
<!--
161-
<dependency>
162-
&lt;!&ndash;Manual enforcement due to security issues and lack of convergence transitively&ndash;&gt;
163-
<groupId>org.apache.httpcomponents</groupId>
164-
<artifactId>httpcore</artifactId>
165-
<version>${v.httpclient}</version>
166-
</dependency>
167-
-->
167+
<!--
168+
<dependency>
169+
&lt;!&ndash;Manual enforcement due to security issues and lack of convergence transitively&ndash;&gt;
170+
<groupId>org.apache.httpcomponents</groupId>
171+
<artifactId>httpcore</artifactId>
172+
<version>${v.httpclient}</version>
173+
</dependency>
174+
-->
168175

169176
<dependency>
170177
<groupId>javax.servlet.jsp.jstl</groupId>

0 commit comments

Comments
 (0)