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 2014/09/05 15:15:38 UTC

[22/28] git commit: [flex-utilities] [refs/heads/develop] - FLEX-34318 - [Mavenizer] Refactor the Mavenizer in preparation of future mavenized releases of Flex - Added the maven assembly plugin to create the fat jar that can be executed from the commandl

FLEX-34318 - [Mavenizer] Refactor the Mavenizer in preparation of future mavenized releases of Flex
- Added the maven assembly plugin to create the fat jar that can be executed from the commandline.


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

Branch: refs/heads/develop
Commit: d68f5fa3cae7d9ff1810b2f0de4d6a845277701f
Parents: 908af51
Author: Christofer Dutz <ch...@c-ware.de>
Authored: Sat Jul 12 14:14:28 2014 +0200
Committer: Christofer Dutz <ch...@c-ware.de>
Committed: Sat Jul 12 14:14:28 2014 +0200

----------------------------------------------------------------------
 mavenizer/deployers/aether/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d68f5fa3/mavenizer/deployers/aether/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/deployers/aether/pom.xml b/mavenizer/deployers/aether/pom.xml
index 5e1ffc8..ac7d2bb 100644
--- a/mavenizer/deployers/aether/pom.xml
+++ b/mavenizer/deployers/aether/pom.xml
@@ -42,7 +42,7 @@
                         <manifest>
                             <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
                             <addClasspath>true</addClasspath>
-                            <mainClass>org.apache.flex.utilities.converter.core.SdkConverter</mainClass>
+                            <mainClass>org.apache.flex.utilities.converter.deployer.aether.AetherDeployer</mainClass>
                         </manifest>
                         <manifestEntries>
                             <Implementation-Build>${project.version}</Implementation-Build>
@@ -51,7 +51,7 @@
                     <descriptorRefs>
                         <descriptorRef>jar-with-dependencies</descriptorRef>
                     </descriptorRefs>
-                    <finalName>flex-sdk-converter-${project.version}</finalName>
+                    <finalName>aether-deployer-${project.version}-full</finalName>
                     <appendAssemblyId>false</appendAssemblyId>
                 </configuration>
                 <executions>