forked from pool/maven-resources-plugin
OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resources-plugin?expand=0&rev=4
This commit is contained in:
parent
1c0abc116c
commit
0691dc928e
@ -85,7 +85,17 @@
|
|||||||
<copy todir="${build.outputDir}">
|
<copy todir="${build.outputDir}">
|
||||||
<fileset dir="${build.resourceDir}"/>
|
<fileset dir="${build.resourceDir}"/>
|
||||||
<filterchain>
|
<filterchain>
|
||||||
<expandproperties/>
|
<filterchain>
|
||||||
|
<expandproperties>
|
||||||
|
<propertyset>
|
||||||
|
<propertyref name="project.name"/>
|
||||||
|
<propertyref name="project.version"/>
|
||||||
|
<propertyref name="project.groupId"/>
|
||||||
|
<propertyref name="project.artifactId"/>
|
||||||
|
<propertyref name="project.description"/>
|
||||||
|
</propertyset>
|
||||||
|
</expandproperties>
|
||||||
|
</filterchain>
|
||||||
</filterchain>
|
</filterchain>
|
||||||
</copy>
|
</copy>
|
||||||
<mkdir dir="${build.outputDir}/META-INF/maven/${project.groupId}/${project.artifactId}"/>
|
<mkdir dir="${build.outputDir}/META-INF/maven/${project.groupId}/${project.artifactId}"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user