1
0
Fridrich Strba 2019-04-02 11:22:07 +00:00 committed by Git OBS Bridge
parent d4b5a67c53
commit ef6e6e747b

View File

@ -122,7 +122,17 @@
<copy todir="${build.outputDir}">
<fileset dir="${build.filteredResourceDir}"/>
<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}"/>