[OPENJPA-2660] Maven warnings resolved

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1757352 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Francesco Chicchiriccò 2016-08-23 10:38:54 +00:00
parent 5faf53c036
commit b2bf5d1149
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@
</openjpa.release.keyAlias>
<openjpa.assembly.finalName>
${artifactId}-${version}</openjpa.assembly.finalName>
${project.artifactId}-${project.version}</openjpa.assembly.finalName>
<openjpa.assembly.outputDirectory>
${project.basedir}/target/site/downloads
</openjpa.assembly.outputDirectory>

View File

@ -32,7 +32,7 @@
<fileSets>
<fileSet>
<directory>..</directory>
<outputDirectory>${artifactId}-${version}-source</outputDirectory>
<outputDirectory>${project.artifactId}-${project.version}-source</outputDirectory>
<excludes>
<exclude>**/target/**</exclude>
<exclude>**/*.log</exclude>
@ -50,7 +50,7 @@
http://www.apache.org/legal/src-headers.html#notice
-->
<fileSet>
<outputDirectory>${artifactId}-${version}-source</outputDirectory>
<outputDirectory>${project.artifactId}-${project.version}-source</outputDirectory>
<includes>
<include>README</include>
<include>DISCLAIMER</include>