mirror of https://github.com/apache/openjpa.git
[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:
parent
5faf53c036
commit
b2bf5d1149
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue