mirror of https://github.com/apache/activemq.git
Updated pom so that when you do a mvn clean, it does not affect your eclipse project
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418380 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a49e0850f7
commit
311cd54b78
11
pom.xml
11
pom.xml
|
@ -135,6 +135,7 @@
|
|||
<module>activemq-rar</module>
|
||||
<module>activemq-web</module>
|
||||
<module>activemq-web-demo</module>
|
||||
<module>activemq-web-console</module>
|
||||
<module>activemq-optional</module>
|
||||
<!--
|
||||
<module>activemq-gbean</module>
|
||||
|
@ -143,7 +144,6 @@
|
|||
<!--module>activemq-systest</module -->
|
||||
<module>maven-bundle-plugin</module>
|
||||
<module>assembly</module>
|
||||
|
||||
<module>activeio</module>
|
||||
<!-- module>activecluster</module -->
|
||||
|
||||
|
@ -816,6 +816,13 @@
|
|||
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-eclipse-plugin</artifactId>
|
||||
<configuration>
|
||||
<outputDirectory>${basedir}/eclipse-classes</outputDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<reporting>
|
||||
|
@ -919,4 +926,4 @@
|
|||
<xmlpull-version>1.1.3.4d_b4_min</xmlpull-version>
|
||||
<xstream-version>1.1.2</xstream-version>
|
||||
</properties>
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue