Skip to content

Commit

Permalink
Fix metadata in test-frame poms (#37)
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys authored Mar 19, 2024
1 parent 951b795 commit 9f1498c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</licenses>

<name>${project.groupId}:${project.artifactId}</name>
<description>Generates metadata for junit tests</description>
<url>https://github.com/skodjob/test-metadata-generator</url>
<description>Kubernetes test library</description>
<url>https://github.com/skodjob/test-frame</url>

<scm>
<connection>scm:git:git:/github.com/skodjob/test-frame.git</connection>
Expand Down
4 changes: 2 additions & 2 deletions test-frame-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</licenses>

<name>${project.groupId}:${project.artifactId}</name>
<description>Generates metadata for junit tests</description>
<url>https://github.com/skodjob/test-metadata-generator</url>
<description>Kubernetes test library</description>
<url>https://github.com/skodjob/test-frame</url>

<scm>
<connection>scm:git:git:/github.com/skodjob/test-frame.git</connection>
Expand Down
4 changes: 2 additions & 2 deletions test-frame-kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</licenses>

<name>${project.groupId}:${project.artifactId}</name>
<description>Generates metadata for junit tests</description>
<url>https://github.com/skodjob/test-metadata-generator</url>
<description>Kubernetes test library</description>
<url>https://github.com/skodjob/test-frame</url>

<scm>
<connection>scm:git:git:/github.com/skodjob/test-frame.git</connection>
Expand Down
4 changes: 2 additions & 2 deletions test-frame-openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</licenses>

<name>${project.groupId}:${project.artifactId}</name>
<description>Generates metadata for junit tests</description>
<url>https://github.com/skodjob/test-metadata-generator</url>
<description>Kubernetes test library</description>
<url>https://github.com/skodjob/test-frame</url>

<scm>
<connection>scm:git:git:/github.com/skodjob/test-frame.git</connection>
Expand Down
8 changes: 8 additions & 0 deletions test-frame-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@
</properties>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven.deploy.plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 9f1498c

Please sign in to comment.