This commit is contained in:
parent
86ce815507
commit
167a812665
@ -83,6 +83,13 @@
|
|||||||
<expandproperties/>
|
<expandproperties/>
|
||||||
</filterchain>
|
</filterchain>
|
||||||
</copy>
|
</copy>
|
||||||
|
<mkdir dir="${build.outputDir}/META-INF/maven/${project.groupId}/${project.artifactId}"/>
|
||||||
|
<propertyfile file="${build.outputDir}/META-INF/maven/${project.groupId}/${project.artifactId}/pom.properties">
|
||||||
|
<entry key="artifactId" value="${project.artifactId}"/>
|
||||||
|
<entry key="groupId" value="${project.groupId}"/>
|
||||||
|
<entry key="version" value="${project.version}"/>
|
||||||
|
</propertyfile>
|
||||||
|
<copy file="pom.xml" tofile="${build.outputDir}/META-INF/maven/${project.groupId}/${project.artifactId}/pom.xml"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- ====================================================================== -->
|
<!-- ====================================================================== -->
|
||||||
|
Loading…
Reference in New Issue
Block a user