You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/09/05 08:55:03 UTC

[08/23] git commit: [flex-falcon] [refs/heads/release0.7.0] - - Try to get the maven-release-plugin running

- Try to get the maven-release-plugin running


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/26c29cd3
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/26c29cd3
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/26c29cd3

Branch: refs/heads/release0.7.0
Commit: 26c29cd30b7dcc4e244059633fef5530a5fa43fd
Parents: 32b2dda
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Sep 5 09:07:42 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Mon Sep 5 10:08:18 2016 +0200

----------------------------------------------------------------------
 .../org/apache/flex/compiler/tools/unpack/UnpackResourceMojo.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/26c29cd3/compiler-build-tools/src/main/java/org/apache/flex/compiler/tools/unpack/UnpackResourceMojo.java
----------------------------------------------------------------------
diff --git a/compiler-build-tools/src/main/java/org/apache/flex/compiler/tools/unpack/UnpackResourceMojo.java b/compiler-build-tools/src/main/java/org/apache/flex/compiler/tools/unpack/UnpackResourceMojo.java
index 4509906..a943578 100644
--- a/compiler-build-tools/src/main/java/org/apache/flex/compiler/tools/unpack/UnpackResourceMojo.java
+++ b/compiler-build-tools/src/main/java/org/apache/flex/compiler/tools/unpack/UnpackResourceMojo.java
@@ -38,7 +38,7 @@ public class UnpackResourceMojo
     private static final int MEGABYTE = KILOBYTE * 1024;
     private static final int BUFFER_MAX = MEGABYTE;
 
-    @Parameter// (required = true) Actually required, but only by this goal
+    @Parameter
     private String resource;
 
     @Parameter(defaultValue="${project.build.directory}/downloads")