File tree Expand file tree Collapse file tree 5 files changed +19
-4
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 +19
-4
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 >
2527 </dependency >
2628 <dependency >
2729 <groupId >com.ibm.wala</groupId >
6062 <artifactId >maven-surefire-plugin</artifactId >
6163 </plugin >
6264 </plugins >
63- <sourceDirectory >test-source</sourceDirectory >
6465 <testSourceDirectory >test-source</testSourceDirectory >
6566 </build >
6667</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 >
2527 </dependency >
2628 <dependency >
2729 <groupId >com.ibm.wala</groupId >
6870 <artifactId >maven-surefire-plugin</artifactId >
6971 </plugin >
7072 </plugins >
71- <sourceDirectory >test-source</sourceDirectory >
7273 <testSourceDirectory >test-source</testSourceDirectory >
7374 </build >
7475</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 >
1516 </dependency >
1617 <dependency >
1718 <groupId >${project.groupId} </groupId >
1819 <artifactId >com.ibm.wala.cast.python.test</artifactId >
1920 <version >${project.version} </version >
21+ <type >test-jar</type >
22+ <scope >test</scope >
2023 </dependency >
2124 <dependency >
2225 <groupId >${project.groupId} </groupId >
6063 <artifactId >maven-surefire-plugin</artifactId >
6164 </plugin >
6265 </plugins >
63- <sourceDirectory >source</sourceDirectory >
6466 <testSourceDirectory >source</testSourceDirectory >
6567 </build >
6668</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 >
7990 </plugins >
80- <sourceDirectory >source</sourceDirectory >
8191 <testSourceDirectory >source</testSourceDirectory >
8292 </build >
8393</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 >
8687 </dependency >
8788 <dependency >
8889 <groupId >org.python</groupId >
You can’t perform that action at this time.
0 commit comments