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

Commit

Permalink
Maven build
Browse files Browse the repository at this point in the history
Fixes the maven build by reducing overlap between sources and resources, and removing unnecessary '<includeFiles>'.
  • Loading branch information
chwthewke committed Jan 31, 2013
1 parent a9344e2 commit b6041e9
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 b6041e9

Please sign in to comment.