Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #83 from chwthewke/maven
Browse files Browse the repository at this point in the history
Maven build fixes
  • Loading branch information
tschneidereit committed Feb 15, 2013
2 parents a9344e2 + b6041e9 commit 70333a4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Expand Up @@ -126,6 +126,9 @@
<resources>
<resource>
<directory>src</directory>
<includes>
<include>metadata.xml</include>
</includes>
</resource>
</resources>
<testResources>
Expand Down Expand Up @@ -155,11 +158,6 @@
<compilerWarnings>
<warn-no-constructor>false</warn-no-constructor>
</compilerWarnings>
<includeFiles>
<includes>
<include>metadata.xml</include>
</includes>
</includeFiles>
<includeTestFiles>
<includeTestFile>org/swiftsuspenders/suites/SwiftSuspendersTestSuite.as</includeTestFile>
</includeTestFiles>
Expand Down

0 comments on commit 70333a4

Please sign in to comment.