Skip to content

Commit

Permalink
Adding deploy skip to test and util ref #71
Browse files Browse the repository at this point in the history
jorabin committed Nov 22, 2024
1 parent d98750c commit c6a588f
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions test/pom.xml
Original file line number Diff line number Diff line change
@@ -11,6 +11,10 @@
<name>PWDB :: Test</name>
<description>Contains the shared test classes for exercising the functionality of a PWDB database implementation.</description>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.linguafranca.pwdb</groupId>
4 changes: 1 addition & 3 deletions util/pom.xml
Original file line number Diff line number Diff line change
@@ -14,9 +14,7 @@
<artifactId>util</artifactId>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>

0 comments on commit c6a588f

Please sign in to comment.