Skip to content

Commit

Permalink
chore(build): remove profile 'disable-javascript-tests' (operaton#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoms authored and javahippie committed Nov 9, 2024
1 parent 002a043 commit e8a93a9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 64 deletions.
21 changes: 0 additions & 21 deletions spin/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,27 +91,6 @@
</dependencies>

<profiles>
<profile>
<id>disable-javascript-tests</id>
<activation>
<jdk>(,1.8)</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${jacoco.argLine} -XX:PermSize=128m</argLine>
<excludes>
<exclude>**/javascript/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>

<!-- check for api differences between latest minor release -->
<profile>
<id>check-api-compatibility</id>
Expand Down
21 changes: 0 additions & 21 deletions spin/dataformat-json-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,27 +128,6 @@
</dependencies>

<profiles>
<profile>
<id>disable-javascript-tests</id>
<activation>
<jdk>(,1.8)</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${jacoco.argLine} -XX:PermSize=128m -XX:MaxPermSize=256m</argLine>
<excludes>
<exclude>**/javascript/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>

<!-- check for api differences between latest minor release -->
<profile>
<id>check-api-compatibility</id>
Expand Down
22 changes: 0 additions & 22 deletions spin/dataformat-xml-dom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,28 +113,6 @@
</dependencies>

<profiles>

<profile>
<id>disable-javascript-tests</id>
<activation>
<jdk>(,1.8)</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${jacoco.argLine} -XX:PermSize=128m -Duser.timezone=GMT+02:00</argLine>
<excludes>
<exclude>**/javascript/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>

<!-- check for api differences between latest minor release -->
<profile>
<id>check-api-compatibility</id>
Expand Down

0 comments on commit e8a93a9

Please sign in to comment.