Skip to content

Commit 372eb45

Browse files
FedericoQuarinjavier-godoy
authored andcommitted
build: add project description and URL to module POMs
1 parent d1e4d54 commit 372eb45

File tree

6 files changed

+13
-1
lines changed

6 files changed

+13
-1
lines changed

backend-core-business-impl/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111

1212
<artifactId>backend-core-business-impl</artifactId>
1313
<name>Backend Core - Business Implementations</name>
14-
14+
<description>Base implementations of interfaces for services based on Backend Core</description>
15+
<url>https://www.flowingcode.com/en/open-source/</url>
16+
1517
<dependencies>
1618
<dependency>
1719
<groupId>org.junit.jupiter</groupId>

backend-core-business-spring-impl/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
<artifactId>backend-core-business-spring-impl</artifactId>
1313
<name>Backend Core - Business Implementation (Spring Data)</name>
14+
<description>Service implementation based on Spring Framework</description>
15+
<url>https://www.flowingcode.com/en/open-source/</url>
1416

1517
<dependencies>
1618
<dependency>

backend-core-business/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
<artifactId>backend-core-business</artifactId>
1313
<name>Backend Core - Business Interfaces</name>
14+
<description>Base interfaces for creating services contracts based on Backend Core</description>
15+
<url>https://www.flowingcode.com/en/open-source/</url>
1416

1517
<dependencies>
1618
<dependency>

backend-core-data-impl/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
<artifactId>backend-core-data-impl</artifactId>
1313
<name>Backend Core - Data Access Layer Implementations</name>
14+
<description>Base implementations of interfaces for DAOs based on Backend Core</description>
15+
<url>https://www.flowingcode.com/en/open-source/</url>
1416

1517
<dependencies>
1618
<dependency>

backend-core-data/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
<artifactId>backend-core-data</artifactId>
1313
<name>Backend Core - Data Access Interfaces</name>
14+
<description>Base interfaces for creating DAOs contracts based on Backend Core</description>
15+
<url>https://www.flowingcode.com/en/open-source/</url>
1416

1517
<dependencies>
1618
<dependency>

backend-core-model/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
<artifactId>backend-core-model</artifactId>
1313
<name>Backend Core - Model</name>
14+
<description>Utility classes for building a model compatible with Backend Core</description>
15+
<url>https://www.flowingcode.com/en/open-source/</url>
1416

1517
<dependencies>
1618
<dependency>

0 commit comments

Comments
 (0)