Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
FLUME-673: Flume Distribution problems.
- Missing RELEASENOTES
- Windows build broken due to extra dependency.
  • Loading branch information
Jonathan Hsieh committed Jun 20, 2011
1 parent a175da7 commit ea8f007
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
1 change: 1 addition & 0 deletions flume-distribution/src/main/assembly/dist.xml
Expand Up @@ -117,6 +117,7 @@
<include>LICENSE</include>
<include>NOTICE</include>
<include>README</include>
<include>RELEASENOTES</include>
</includes>
</fileSet>

Expand Down
7 changes: 0 additions & 7 deletions flume-windows-dist/pom.xml
Expand Up @@ -71,13 +71,6 @@
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>flume-config-web</artifactId>
<type>war</type>
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>flume-node-web</artifactId>
Expand Down
17 changes: 1 addition & 16 deletions flume-windows-dist/src/main/assembly/dist.xml
Expand Up @@ -37,22 +37,6 @@
</includes>
</moduleSet>

<!-- Copy flume master web app -->
<moduleSet>
<useAllReactorProjects>true</useAllReactorProjects>

<binaries>
<outputDirectory>webapps</outputDirectory>
<outputFileNameMapping>flumemaster.${module.extension}</outputFileNameMapping>
<unpack>false</unpack>
<includes />
</binaries>

<includes>
<include>com.cloudera:flume-config-web</include>
</includes>
</moduleSet>

<!-- Copy flume agent web app -->
<moduleSet>
<useAllReactorProjects>true</useAllReactorProjects>
Expand Down Expand Up @@ -117,6 +101,7 @@
<include>LICENSE</include>
<include>NOTICE</include>
<include>README</include>
<include>RELEASENOTES</include>
</includes>
</fileSet>

Expand Down

0 comments on commit ea8f007

Please sign in to comment.