Exclude dll files from the source code jar
This commit is contained in:
parent
b90256095f
commit
a5ad209e8f
3
pom.xml
3
pom.xml
|
@ -90,6 +90,9 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
<version>2.1.2</version>
|
<version>2.1.2</version>
|
||||||
|
<configuration>
|
||||||
|
<excludeResources>true</excludeResources>
|
||||||
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>attach-sources</id>
|
<id>attach-sources</id>
|
||||||
|
|
Loading…
Reference in New Issue