Fridrich Strba 2019-04-02 11:22:29 +00:00 committed by Git OBS Bridge
parent e6778b6391
commit a933f97b1e

View File

@ -80,7 +80,15 @@
<copy todir="${build.outputDir}"> <copy todir="${build.outputDir}">
<fileset dir="${build.resourceDir}"/> <fileset dir="${build.resourceDir}"/>
<filterchain> <filterchain>
<expandproperties/> <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>
</copy> </copy>
<mkdir dir="${build.outputDir}/META-INF/maven/${project.groupId}/${project.artifactId}"/> <mkdir dir="${build.outputDir}/META-INF/maven/${project.groupId}/${project.artifactId}"/>