Add jars to dist archive
This commit is contained in:
parent
6e1e402ed6
commit
c8b45d43fa
|
@ -38,5 +38,12 @@ limitations under the License.
|
|||
<include>RELEASE-NOTES.txt</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>${project.basedir}/target/dependency</directory>
|
||||
<outputDirectory></outputDirectory>
|
||||
<includes>
|
||||
<include>commons-math*.jar</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</assembly>
|
||||
|
|
Loading…
Reference in New Issue