Fridrich Strba 2019-04-02 11:22:19 +00:00 committed by Git OBS Bridge
parent 111288803c
commit 4f12bc9225

View File

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