merge PR #238 - A couple of issues that were preventing building release profile.

This commit is contained in:
Andy Taylor 2015-05-11 12:29:50 +01:00
commit 5cd681772d
2 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,7 @@ under the License.
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.activemq.examples.jms</groupId> <groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>artemis-jms-examples-common</artifactId> <artifactId>common</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -949,6 +949,7 @@
<exclude>**/*.md</exclude> <exclude>**/*.md</exclude>
<exclude>etc/org.eclipse.*</exclude> <exclude>etc/org.eclipse.*</exclude>
<exclude>docs/user-manual/en/*.json</exclude> <exclude>docs/user-manual/en/*.json</exclude>
<exclude>docs/user-manual/en/_book/</exclude>
<exclude>**/target/</exclude> <exclude>**/target/</exclude>
<exclude>**/META-INF/services/*</exclude> <exclude>**/META-INF/services/*</exclude>
<exclude>**/*.iml</exclude> <exclude>**/*.iml</exclude>