Skip to content

Commit e902384

Browse files
committed
testing with commented out pluginin reflection
1 parent cca4c0f commit e902384

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

kotlin-reflection/pom.xml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -63,30 +63,30 @@
6363
</execution>
6464
</executions>
6565
</plugin>
66-
<plugin>
67-
<groupId>org.apache.maven.plugins</groupId>
68-
<artifactId>maven-surefire-plugin</artifactId>
69-
<version>${surefire.plugin.version}</version>
70-
<configuration>
71-
<argLine>-Dco.paralleluniverse.fibers.verifyInstrumentation=true</argLine>
72-
<argLine>-javaagent:${co.paralleluniverse:quasar-core:jar}</argLine>
73-
</configuration>
74-
</plugin>
75-
<plugin>
76-
<groupId>org.codehaus.mojo</groupId>
77-
<artifactId>exec-maven-plugin</artifactId>
78-
<version>${exec.plugin.version}</version>
79-
<configuration>
80-
<workingDirectory>target/classes</workingDirectory>
81-
<executable>echo</executable>
82-
<arguments>
83-
<argument>-javaagent:${co.paralleluniverse:quasar-core:jar}</argument>
84-
<argument>-classpath</argument>
85-
<classpath/>
86-
<argument>com.baeldung.quasar.QuasarHelloWorldKt</argument>
87-
</arguments>
88-
</configuration>
89-
</plugin>
66+
<!-- <plugin>-->
67+
<!-- <groupId>org.apache.maven.plugins</groupId>-->
68+
<!-- <artifactId>maven-surefire-plugin</artifactId>-->
69+
<!-- <version>${surefire.plugin.version}</version>-->
70+
<!-- <configuration>-->
71+
<!-- <argLine>-Dco.paralleluniverse.fibers.verifyInstrumentation=true</argLine>-->
72+
<!-- <argLine>-javaagent:${co.paralleluniverse:quasar-core:jar}</argLine>-->
73+
<!-- </configuration>-->
74+
<!-- </plugin>-->
75+
<!-- <plugin>-->
76+
<!-- <groupId>org.codehaus.mojo</groupId>-->
77+
<!-- <artifactId>exec-maven-plugin</artifactId>-->
78+
<!-- <version>${exec.plugin.version}</version>-->
79+
<!-- <configuration>-->
80+
<!-- <workingDirectory>target/classes</workingDirectory>-->
81+
<!-- <executable>echo</executable>-->
82+
<!-- <arguments>-->
83+
<!-- <argument>-javaagent:${co.paralleluniverse:quasar-core:jar}</argument>-->
84+
<!-- <argument>-classpath</argument>-->
85+
<!-- <classpath/>-->
86+
<!-- <argument>com.baeldung.quasar.QuasarHelloWorldKt</argument>-->
87+
<!-- </arguments>-->
88+
<!-- </configuration>-->
89+
<!-- </plugin>-->
9090
</plugins>
9191
</build>
9292

0 commit comments

Comments
 (0)