You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/22 10:46:12 UTC

[royale-asjs] branch develop updated: - Fix the distribution assembly to use artifact file names using SNAPSHOT instead of the timestamp notation.

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 977dada  - Fix the distribution assembly to use artifact file names using SNAPSHOT instead of the timestamp notation.
     new 29e1dd4  Merge pull request #774 from chrisdutz/develop
977dada is described below

commit 977dada822d51285364101210fdf2d124cb453c5
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sun Mar 22 11:45:02 2020 +0100

    - Fix the distribution assembly to use artifact file names using SNAPSHOT instead of the timestamp notation.
---
 distribution/src/main/assembly/component-royale.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/distribution/src/main/assembly/component-royale.xml b/distribution/src/main/assembly/component-royale.xml
index 244edfb..f24b298 100644
--- a/distribution/src/main/assembly/component-royale.xml
+++ b/distribution/src/main/assembly/component-royale.xml
@@ -58,6 +58,7 @@ under the License.
       <includes>
         <include>org.apache.royale.typedefs:*</include>
       </includes>
+      <outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}</outputFileNameMapping>
     </dependencySet>
     <!-- Put the framework js-swcs into the frameworks/libs directory -->
     <dependencySet>
@@ -88,6 +89,7 @@ under the License.
       <includes>
         <include>org.apache.royale.typedefs:*:swc</include>
       </includes>
+      <outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}</outputFileNameMapping>
     </dependencySet>
 
     <!-- Put the framework swcs into the frameworks/libs directory (needed for IDEs) -->