Nick Tan

Results 20 issues of Nick Tan

### Problem Statement after migrate to jacoco, the test failed to start in Eclipse, but runs well with maven cli. ```xml org.apache.maven.plugins maven-surefire-plugin ${argLine} -Xmx256m -noverify org.jacoco jacoco-maven-plugin prepare-agent report...

f: maven
f: launch

today, if rename the java class, the classname in TestNG launch configuration is not updated. otherwise, we will get class not found exception if run the existing launch configuration, though...

f: launch

in my case, I have both `maven-surefire-plugin` and `maven-failsafe-plugin` in my project, maven-surefire-plugin is configured as skipTests=true: ```xml org.apache.maven.plugins maven-surefire-plugin true ``` but this disabled surefire configuration is always used,...

f: maven
f: launch

for now there is very few unit test for plugin. we need add more for the core plugin and m2e integration. test cases for launching relate function might he good...

p: design

with feature #193 , M2E integration was supported, similarly, we can build the Buildship integration for Gradle plugin, so that when launching the test via `gradle test`, the argLine and/or...

f: extension
f: gradle
p: design

there're [several ways](http://testng.org/doc/documentation-main.html#testng-listeners) to specify listeners to hook into testng, some people might be used to specify it in maven-surefire-plugin, example [here](https://github.com/apache/maven-surefire/blob/master/surefire-integration-tests/src/test/resources/testng-listener-reporter/pom.xml#L90). for now, when run the tests in Eclipse,...

f: maven

it's a nice eclipse to view and edit the Jenkinsfile, could you add folding support, it will help on viewing large Jenkinsfile thanks

our data pipelines run on the OSS stack with apache spark 3.4, delta lake 3.2 and would like to use [unity catalog oss 0.2](https://github.com/unitycatalog/unitycatalog/releases/tag/v0.2.0) soon we follow everything-as-code approach, we'd...

**Is your feature request related to a problem? Please describe.** I'd like to update the credentials of `default` profile in `~/.aws/credentials` with cli `aws-sso credentials -p -f ~/.aws/credentials` because I...

enhancement