You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by hs...@apache.org on 2015/04/10 21:05:34 UTC

flume git commit: FLUME-2664. Site profile fails due to dependency issues

Repository: flume
Updated Branches:
  refs/heads/trunk c77f1ac46 -> c3eff4bff


FLUME-2664. Site profile fails due to dependency issues

(Johny Rufus via Hari)


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

Branch: refs/heads/trunk
Commit: c3eff4bffcaf6c952ba13efef456d6a1a40f89cb
Parents: c77f1ac
Author: Hari Shreedharan <hs...@apache.org>
Authored: Fri Apr 10 12:04:43 2015 -0700
Committer: Hari Shreedharan <hs...@apache.org>
Committed: Fri Apr 10 12:05:14 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/flume/blob/c3eff4bf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4a25a69..fe7242f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,6 +389,13 @@ limitations under the License.
         <plugins>
 
           <plugin>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>maven-bundle-plugin</artifactId>
+            <inherited>true</inherited>
+            <extensions>true</extensions>
+          </plugin>
+
+          <plugin>
             <artifactId>maven-javadoc-plugin</artifactId>
             <executions>
               <execution>