You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hdt.apache.org by "Rahul Sharma (JIRA)" <ji...@apache.org> on 2013/08/07 08:46:48 UTC

[jira] [Commented] (HDT-39) Use maven build to package bundles

    [ https://issues.apache.org/jira/browse/HDT-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13731706#comment-13731706 ] 

Rahul Sharma commented on HDT-39:
---------------------------------

Since in maven tycho we can not have both pom first and manifest first builds in the same reactor. So created a profile for the same.
We can generate a bundle for all the required class by mvn clean install -DhadoopBundle and then we can invoke mvn clean install  for the rest. This would complile , test & package  all the modules. For hadoopBundle profile besides creating bundle this would make a jars folder and generate manifest.mf in o.a.hadoop.eclipse  project

For working with eclipse, we can invko mvn eclipse:clean eclipse:eclipse  and then with the hadoopBundle profile. This would make them as PDE, so that they can be executed in eclipse. For running the o.a.hadoop.eclipse project as a plugin it is also required to execute mvn clean install as the jars folder and Manifest files are required which are generated by maven,

                
> Use maven build to package bundles
> ----------------------------------
>
>                 Key: HDT-39
>                 URL: https://issues.apache.org/jira/browse/HDT-39
>             Project: Hadoop Development Tools
>          Issue Type: Sub-task
>          Components: Build and infrastructure
>            Reporter: Srimanth Gunturi
>         Attachments: 0001-HDT-39-Using-maven-to-build-package.patch
>
>
> Currently there are missing JARs which we want to get through pom.xmls.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira