Exclude dll files from the source code jar

This commit is contained in:
Taro L. Saito 2011-04-03 16:45:41 +09:00
parent b90256095f
commit a5ad209e8f
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
<configuration>
<excludeResources>true</excludeResources>
</configuration>
<executions>
<execution>
<id>attach-sources</id>