Skip to content

Commit

Permalink
Change module for central publish
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Mar 19, 2024
1 parent 9f1498c commit 1a0507c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,11 @@
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>test-frame-common</module>
<module>test-frame-kubernetes</module>
<module>test-frame-openshift</module>
</modules>
<properties>
<!--suppress UnresolvedMavenProperty -->
<gpg.executable>${env.GPG_EXECUTABLE}</gpg.executable>
Expand Down
12 changes: 4 additions & 8 deletions test-frame-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

<artifactId>test-frame-test</artifactId>

<name>${project.groupId}:${project.artifactId}</name>
<description>Kubernetes test library</description>
<url>https://github.com/skodjob/test-frame</url>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down Expand Up @@ -108,14 +112,6 @@
</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 1a0507c

Please sign in to comment.