You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2013/05/20 18:02:46 UTC

svn commit: r1484510 - /activemq/trunk/pom.xml

Author: chirino
Date: Mon May 20 16:02:45 2013
New Revision: 1484510

URL: http://svn.apache.org/r1484510
Log:
Added profile that adds console timestamps.

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1484510&r1=1484509&r2=1484510&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Mon May 20 16:02:45 2013
@@ -1431,6 +1431,32 @@
   </reporting>
 
   <profiles>
+    
+    <!-- If you enable this profile, the console message will have a timestamp -->
+    <profile>
+      <id>consolets</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.fusesource.mvnplugins</groupId>
+            <artifactId>maven-consolets-plugin</artifactId>
+            <version>1.30</version>
+            <configuration>
+              <enabled>true</enabled>
+            </configuration>
+            <executions>
+              <execution>
+                <phase>validate</phase>
+                <goals>
+                  <goal>install</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    
     <profile>
       <id>unstable</id>
       <modules>