Skip to content

Commit 4c02e7c

Browse files
authored
Make test directories a "resource" (#156)
Seems to quell M2E warnings.
1 parent 3eeaf91 commit 4c02e7c

File tree

2 files changed

+10
-0
lines changed
  • com.ibm.wala.cast.python.jython.test
  • com.ibm.wala.cast.python.jython3.test

2 files changed

+10
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
</dependency>
5050
</dependencies>
5151
<build>
52+
<resources>
53+
<resource>
54+
<directory>.</directory>
55+
</resource>
56+
</resources>
5257
<plugins>
5358
<plugin>
5459
<groupId>org.apache.maven.plugins</groupId>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
</dependency>
5858
</dependencies>
5959
<build>
60+
<resources>
61+
<resource>
62+
<directory>.</directory>
63+
</resource>
64+
</resources>
6065
<plugins>
6166
<plugin>
6267
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)