mirror of https://github.com/apache/activemq.git
Added patch for AMQ-1075 so that the fileserver web app is included in the assembly
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@527705 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e6d20f3932
commit
dc69022697
|
@ -65,6 +65,10 @@
|
||||||
<groupId>${pom.groupId}</groupId>
|
<groupId>${pom.groupId}</groupId>
|
||||||
<artifactId>activemq-console</artifactId>
|
<artifactId>activemq-console</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>${pom.groupId}</groupId>
|
||||||
|
<artifactId>activemq-fileserver</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${pom.groupId}</groupId>
|
<groupId>${pom.groupId}</groupId>
|
||||||
<artifactId>activemq-optional</artifactId>
|
<artifactId>activemq-optional</artifactId>
|
||||||
|
|
|
@ -126,6 +126,12 @@
|
||||||
</excludes>
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
|
||||||
|
<!-- the file server -->
|
||||||
|
<fileSet>
|
||||||
|
<directory>../activemq-fileserver/src/main/webapp</directory>
|
||||||
|
<outputDirectory>/webapps/fileserver</outputDirectory>
|
||||||
|
</fileSet>
|
||||||
|
|
||||||
</fileSets>
|
</fileSets>
|
||||||
<dependencySets>
|
<dependencySets>
|
||||||
<dependencySet>
|
<dependencySet>
|
||||||
|
|
|
@ -130,6 +130,12 @@
|
||||||
<exclude>**/applicationContext.xml</exclude>
|
<exclude>**/applicationContext.xml</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
|
||||||
|
<!-- the file server -->
|
||||||
|
<fileSet>
|
||||||
|
<directory>../activemq-fileserver/src/main/webapp</directory>
|
||||||
|
<outputDirectory>/webapps/fileserver</outputDirectory>
|
||||||
|
</fileSet>
|
||||||
</fileSets>
|
</fileSets>
|
||||||
|
|
||||||
<dependencySets>
|
<dependencySets>
|
||||||
|
|
Loading…
Reference in New Issue