Skip to content

Commit

Permalink
Make test directories a "resource" (#156)
Browse files Browse the repository at this point in the history
Seems to quell M2E warnings.
  • Loading branch information
khatchad committed Mar 1, 2024
1 parent 3eeaf91 commit 4c02e7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions com.ibm.wala.cast.python.jython.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>.</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
5 changes: 5 additions & 0 deletions com.ibm.wala.cast.python.jython3.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>.</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 4c02e7c

Please sign in to comment.