Skip to content

Commit 15e400c

Browse files
authored
Merge pull request #202 from MicroFocus/fix_ci_pipeline
user story #2935140: Fix missing project names / descriptions
2 parents 42502e9 + 26d52c6 commit 15e400c

File tree

6 files changed

+31
-0
lines changed

6 files changed

+31
-0
lines changed

sdk-extension/sdk-extension-src/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
<version>25.4-SNAPSHOT</version>
3838
</parent>
3939

40+
<name>ALM Octane REST API SDK Extension</name>
41+
<description>
42+
Extension of ALM Octane Java REST SDK, can be used for more advanced use cases.
43+
</description>
44+
<url>https://github.com/MicroFocus/ALMOctaneJavaRESTSDK</url>
45+
4046
<modelVersion>4.0.0</modelVersion>
4147
<artifactId>sdk-extension-src</artifactId>
4248

sdk-extension/sdk-extension-usage-examples/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
<version>25.4-SNAPSHOT</version>
3838
</parent>
3939

40+
<name>ALM Octane REST API SDK Extension Examples</name>
41+
<description>
42+
Examples for the extension of ALM Octane Java REST SDK, can be used for more advanced use cases.
43+
</description>
44+
<url>https://github.com/MicroFocus/ALMOctaneJavaRESTSDK</url>
45+
4046
<modelVersion>4.0.0</modelVersion>
4147
<artifactId>sdk-extension-usage-examples</artifactId>
4248

sdk-generate-entity-models-maven-plugin/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
<modelVersion>4.0.0</modelVersion>
4040
<packaging>maven-plugin</packaging>
4141

42+
<name>ALM Octane REST API SDK Entity Models Maven Plugin</name>
43+
<description>
44+
Maven plugin for generating entity models for ALM Octane.
45+
</description>
46+
<url>https://github.com/MicroFocus/ALMOctaneJavaRESTSDK</url>
47+
4248
<artifactId>sdk-generate-entity-models-maven-plugin</artifactId>
4349

4450
<build>

sdk-integration-tests/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
</parent>
3838
<modelVersion>4.0.0</modelVersion>
3939

40+
<name>ALM Octane REST API SDK Integration Tests</name>
41+
<description>
42+
Integration tests for the ALM Octane REST API SDK.
43+
</description>
44+
<url>https://github.com/MicroFocus/ALMOctaneJavaRESTSDK</url>
45+
4046
<artifactId>sdk-integration-tests</artifactId>
4147
<properties>
4248
<skip-integration-tests>true</skip-integration-tests>

sdk-src/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
<groupId>com.microfocus.adm.almoctane.sdk</groupId>
3636
<version>25.4-SNAPSHOT</version>
3737
</parent>
38+
39+
<name>ALM Octane REST API SDK</name>
40+
<description>The Java SDK that can be used to access Octane's REST API without worrying about REST or HTTP</description>
41+
3842
<modelVersion>4.0.0</modelVersion>
3943

4044
<artifactId>sdk-src</artifactId>

sdk-usage-examples/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
</parent>
3838
<modelVersion>4.0.0</modelVersion>
3939

40+
<name>ALM Octane REST API SDK Examples</name>
41+
<description>Examples for the Java SDK that can be used to access Octane's REST API without worrying about REST or HTTP</description>
42+
4043
<artifactId>sdk-usage-examples</artifactId>
4144
<dependencies>
4245
<dependency>

0 commit comments

Comments
 (0)