Skip to content

Commit e9691be

Browse files
committed
add names
1 parent d81c535 commit e9691be

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

graphql-builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
-->
1414
<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">
1515
<modelVersion>4.0.0</modelVersion>
16-
<name>graphql-builder</name>
16+
<name>GraphQL Builder</name>
1717
<description>Builds a graphql schema from a model using reflection</description>
1818

1919
<parent>

graphql-database-dynmodb-history-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</parent>
2323

2424
<artifactId>graphql-database-dynmodb-history-lambda</artifactId>
25-
25+
<name>GraphQL Database DynamoDB History Lambda</name>
2626
<properties>
2727
<junit.jupiter.version>5.6.0</junit.jupiter.version>
2828
</properties>

graphql-database-manager-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</parent>
2323

2424
<artifactId>graphql-database-manager-core</artifactId>
25-
25+
<name>GraphQL Database Manager Core</name>
2626
<properties>
2727
<junit.jupiter.version>5.13.0</junit.jupiter.version>
2828
</properties>

graphql-database-manager-dynamo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</parent>
2323

2424
<artifactId>graphql-database-manager-dynamo</artifactId>
25-
25+
<name>GraphQL Database Manager DynamoDB</name>
2626
<properties>
2727
<junit.jupiter.version>5.13.0</junit.jupiter.version>
2828
</properties>

graphql-database-manager-test/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,16 @@
9292
<version>2.6.0</version>
9393
</dependency>
9494
</dependencies>
95+
96+
<build>
97+
<plugins>
98+
<plugin>
99+
<groupId>org.apache.maven.plugins</groupId>
100+
<artifactId>maven-deploy-plugin</artifactId>
101+
<configuration>
102+
<skip>true</skip>
103+
</configuration>
104+
</plugin>
105+
</plugins>
106+
</build>
95107
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<groupId>com.phocassoftware</groupId>
1717
<artifactId>graphql-builder-parent</artifactId>
1818
<version>1.2.0-SNAPSHOT</version>
19-
<name>GraphQL Builder</name>
19+
<name>GraphQL Builder parent</name>
2020
<description>library to make working with dynamodb and graphql easy as well as building a graphql schema from a model using reflection</description>
2121
<url>https://github.com/phocassoftware/graphql-builder</url>
2222
<packaging>pom</packaging>

0 commit comments

Comments
 (0)