diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 62df714a..46d3f25b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,5 +30,5 @@ jobs: jdk-matrix: '["11", "17", "21"]' jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica", "corretto"]' os-matrix: '["ubuntu-latest","windows-latest", "macOS-latest"]' - maven_args: 'verify javadoc:javadoc -e -B -V -fae -Pno-tests-if-not-on-osx' + maven_args: 'verify javadoc:javadoc -e -B -V -fae' diff --git a/README.md b/README.md index 9e91b9ff..072dfe01 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,3 @@ This component is an Compilation API used by Apache Maven Compiler plugin on the Please refer to [documentation](https://errorprone.info/docs/installation#maven) Or the project [it test](plexus-compiler-its/src/main/it/error-prone-compiler/pom.xml) - -### J2ObjC OSX - -To compile this project on OSX, you need to have J2ObjC installed: [J2ObjC Requirements](https://developers.google.com/j2objc#requirements). diff --git a/plexus-compilers/plexus-compiler-j2objc/pom.xml b/plexus-compilers/plexus-compiler-j2objc/pom.xml index 6aa91bd7..c8971429 100644 --- a/plexus-compilers/plexus-compiler-j2objc/pom.xml +++ b/plexus-compilers/plexus-compiler-j2objc/pom.xml @@ -34,25 +34,19 @@ - - - no-tests-if-not-on-osx - - - !mac - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + + true + + + + +