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 <[email protected]> Authored: Sat Jul 12 14:14:28 2014 +0200 Committer: Christofer Dutz <[email protected]> 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>
