Repository: incubator-apex-malhar
Updated Branches:
  refs/heads/master b8a60fd77 -> 779f7adb5


APEXMALHAR-2098 prefix source archive with apache-apex


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/b33380ff
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/b33380ff
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/b33380ff

Branch: refs/heads/master
Commit: b33380ff199576febad594e4d2e74edf0ce010b3
Parents: b8a60fd
Author: Thomas Weise <[email protected]>
Authored: Thu May 19 23:00:48 2016 -0700
Committer: Thomas Weise <[email protected]>
Committed: Thu May 19 23:07:06 2016 -0700

----------------------------------------------------------------------
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/b33380ff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bd5093f..6bdf66e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,6 +187,16 @@
         <!-- do not push source archives to the repo - see MPOM-90 -->
         <assembly.attach>false</assembly.attach>
       </properties>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <configuration>
+              <finalName>apache-apex-${project.build.finalName}</finalName>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
     </profile>
     <profile>
       <id>all-modules</id>

Reply via email to