Skip to content

Commit 39f68ad

Browse files
committed
Merge branch 'master' into 267-initial-tensor-dimensions-arent-always-accurate
2 parents ac39410 + 3517e8a commit 39f68ad

File tree

5 files changed

+4
-19
lines changed

5 files changed

+4
-19
lines changed

com.ibm.wala.cast.python.jython.test/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
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>
@@ -62,6 +60,7 @@
6260
<artifactId>maven-surefire-plugin</artifactId>
6361
</plugin>
6462
</plugins>
63+
<sourceDirectory>test-source</sourceDirectory>
6564
<testSourceDirectory>test-source</testSourceDirectory>
6665
</build>
6766
</project>

com.ibm.wala.cast.python.jython3.test/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
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>
@@ -70,6 +68,7 @@
7068
<artifactId>maven-surefire-plugin</artifactId>
7169
</plugin>
7270
</plugins>
71+
<sourceDirectory>test-source</sourceDirectory>
7372
<testSourceDirectory>test-source</testSourceDirectory>
7473
</build>
7574
</project>

com.ibm.wala.cast.python.ml.test/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@
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>
@@ -63,6 +60,7 @@
6360
<artifactId>maven-surefire-plugin</artifactId>
6461
</plugin>
6562
</plugins>
63+
<sourceDirectory>source</sourceDirectory>
6664
<testSourceDirectory>source</testSourceDirectory>
6765
</build>
6866
</project>

com.ibm.wala.cast.python.test/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,8 @@
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>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
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>

0 commit comments

Comments
 (0)