Skip to content

Commit

Permalink
[develop] bug fixed in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio D'Andria committed Jun 24, 2015
1 parent 52b65b1 commit 1f14c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ xml.properties() {
</provides>
<needarch>noarch</needarch>
<postinstallScriptlet>
<script><![CDATA[ echo -e "<?xml version='1.0' encoding='utf-8'?>\n<properties>\n\t<github_repository version='\${project.version}'>\${project.artifactId}</github_repository>\n</properties>" > /application/properties.xml ]]></script>
<script><![CDATA[ echo "<?xml version='1.0' encoding='utf-8'?><properties><github_repository version='${project.version}'>${project.artifactId}</github_repository></properties>" | xmllint --format - > /application/properties.xml ]]></script>
</postinstallScriptlet>
</configuration>
</plugin>
Expand Down

0 comments on commit 1f14c4d

Please sign in to comment.