Skip to content

Commit

Permalink
add-Description-and-license
Browse files Browse the repository at this point in the history
Add description and license in repo details
Signed-off-by: Samreen-Nayak [email protected]
Signed-off-by: Samreen-Nayak <[email protected]>
  • Loading branch information
Samarinnayak committed Jul 18, 2024
1 parent 8ed4c23 commit 07b7ac4
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cics-bundle-deploy-reactor-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
<artifactId>cics-bundle-deploy-reactor-archetype</artifactId>
<packaging>maven-archetype</packaging>
<name>CICS Bundle Deploy Reactor Archetype</name>

<description>A Maven plugin to build CICS bundles, and deploy them into CICS TS</description>
<licenses>
<license>
<name>EPL-2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
</license>
</licenses>

<build>

<resources>
Expand Down
8 changes: 8 additions & 0 deletions cics-bundle-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@

<name>CICS Bundle Maven Plugin</name>

<description>A Maven plugin to build CICS bundles, and deploy them into CICS TS</description>
<licenses>
<license>
<name>EPL-2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
</license>
</licenses>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
8 changes: 8 additions & 0 deletions cics-bundle-maven-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
<artifactId>cics-bundle-maven-site</artifactId>
<packaging>pom</packaging>

<description>A Maven plugin to build CICS bundles, and deploy them into CICS TS</description>
<licenses>
<license>
<name>EPL-2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
</license>
</licenses>

<dependencies>
<dependency>
<artifactId>cics-bundle-maven-plugin</artifactId>
Expand Down
8 changes: 8 additions & 0 deletions cics-bundle-reactor-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
<artifactId>cics-bundle-reactor-archetype</artifactId>
<packaging>maven-archetype</packaging>
<name>CICS Bundle Reactor Archetype</name>

<description>A Maven plugin to build CICS bundles, and deploy them into CICS TS</description>
<licenses>
<license>
<name>EPL-2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
</license>
</licenses>

<build>

Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@

<name>CICS Bundle Maven Parent</name>

<description>A Maven plugin to build CICS bundles, and deploy them into CICS TS</description>
<licenses>
<license>
<name>EPL-2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
</license>
</licenses>

<organization>
<name>IBM Corp.</name>
</organization>
Expand Down

0 comments on commit 07b7ac4

Please sign in to comment.