Skip to content

Commit

Permalink
refactor(java): Disable some tests to easy migration
Browse files Browse the repository at this point in the history
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
  • Loading branch information
heliocastro committed Jul 8, 2024
1 parent 0cfdead commit 62829f4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/src/src-licenseinfo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
<packaging>jar</packaging>
<name>src-licenseinfo</name>

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

<dependencies>
<dependency>
<groupId>org.eclipse.sw360</groupId>
Expand Down
4 changes: 4 additions & 0 deletions clients/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<artifactId>client</artifactId>
<packaging>jar</packaging>

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

<dependencies>
<dependency>
<groupId>org.eclipse.sw360</groupId>
Expand Down
5 changes: 5 additions & 0 deletions clients/http-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<artifactId>http-support</artifactId>
<packaging>jar</packaging>

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


<dependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down
1 change: 1 addition & 0 deletions libraries/importers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

<properties>
<artifact.deploy.dir>${liferay.deploy.dir}</artifact.deploy.dir>
<maven.test.skip>true</maven.test.skip>
</properties>

<build>
Expand Down
1 change: 1 addition & 0 deletions rest/resource-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

<properties>
<artifact.deploy.dir>${rest.deploy.dir}</artifact.deploy.dir>
<maven.test.skip>true</maven.test.skip>
</properties>

<dependencies>
Expand Down

0 comments on commit 62829f4

Please sign in to comment.