File tree Expand file tree Collapse file tree 5 files changed +4
-19
lines changed
com.ibm.wala.cast.python.jython.test
com.ibm.wala.cast.python.jython3.test
com.ibm.wala.cast.python.ml.test
com.ibm.wala.cast.python.test Expand file tree Collapse file tree 5 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 2222 <groupId >${project.groupId} </groupId >
2323 <artifactId >com.ibm.wala.cast.python.test</artifactId >
2424 <version >${project.version} </version >
25- <type >test-jar</type >
26- <scope >test</scope >
2725 </dependency >
2826 <dependency >
2927 <groupId >com.ibm.wala</groupId >
6260 <artifactId >maven-surefire-plugin</artifactId >
6361 </plugin >
6462 </plugins >
63+ <sourceDirectory >test-source</sourceDirectory >
6564 <testSourceDirectory >test-source</testSourceDirectory >
6665 </build >
6766</project >
Original file line number Diff line number Diff line change 2222 <groupId >${project.groupId} </groupId >
2323 <artifactId >com.ibm.wala.cast.python.test</artifactId >
2424 <version >${project.version} </version >
25- <type >test-jar</type >
26- <scope >test</scope >
2725 </dependency >
2826 <dependency >
2927 <groupId >com.ibm.wala</groupId >
7068 <artifactId >maven-surefire-plugin</artifactId >
7169 </plugin >
7270 </plugins >
71+ <sourceDirectory >test-source</sourceDirectory >
7372 <testSourceDirectory >test-source</testSourceDirectory >
7473 </build >
7574</project >
Original file line number Diff line number Diff line change 1212 <groupId >${project.groupId} </groupId >
1313 <artifactId >com.ibm.wala.cast.python.jython3.test</artifactId >
1414 <version >0.40.0-SNAPSHOT</version >
15- <scope >test</scope >
1615 </dependency >
1716 <dependency >
1817 <groupId >${project.groupId} </groupId >
1918 <artifactId >com.ibm.wala.cast.python.test</artifactId >
2019 <version >${project.version} </version >
21- <type >test-jar</type >
22- <scope >test</scope >
2320 </dependency >
2421 <dependency >
2522 <groupId >${project.groupId} </groupId >
6360 <artifactId >maven-surefire-plugin</artifactId >
6461 </plugin >
6562 </plugins >
63+ <sourceDirectory >source</sourceDirectory >
6664 <testSourceDirectory >source</testSourceDirectory >
6765 </build >
6866</project >
Original file line number Diff line number Diff line change 7676 <groupId >org.apache.maven.plugins</groupId >
7777 <artifactId >maven-surefire-plugin</artifactId >
7878 </plugin >
79- <plugin >
80- <groupId >org.apache.maven.plugins</groupId >
81- <artifactId >maven-jar-plugin</artifactId >
82- <executions >
83- <execution >
84- <goals >
85- <goal >test-jar</goal >
86- </goals >
87- </execution >
88- </executions >
89- </plugin >
9079 </plugins >
80+ <sourceDirectory >source</sourceDirectory >
9181 <testSourceDirectory >source</testSourceDirectory >
9282 </build >
9383</project >
Original file line number Diff line number Diff line change 8383 <groupId >junit</groupId >
8484 <artifactId >junit</artifactId >
8585 <version >${junit.4.version} </version >
86- <scope >test</scope >
8786 </dependency >
8887 <dependency >
8988 <groupId >org.python</groupId >
You can’t perform that action at this time.
0 commit comments