[infinispan-dev] [Fwd: [infinispan-commits] Infinispan SVN: r626 - trunk/tools.]
Galder Zamarreno
galder.zamarreno at redhat.com
Mon Aug 3 03:57:44 EDT 2009
Hi,
Wondered if you could add this documentation to README-Maven.txt at the
root of Infinispan source? There we explain how to do diff things with
maven commands and generating schema via maven sounds like a good
candidate for that file too.
Cheers,
-------- Original Message --------
Subject: [infinispan-commits] Infinispan SVN: r626 - trunk/tools.
Date: Thu, 30 Jul 2009 07:25:55 -0400
From: infinispan-commits at lists.jboss.org
Reply-To: infinispan-commits at lists.jboss.org
To: infinispan-commits at lists.jboss.org
Author: vblagojevic at jboss.com
Date: 2009-07-30 07:25:55 -0400 (Thu, 30 Jul 2009)
New Revision: 626
Modified:
trunk/tools/pom.xml
Log:
doco for schema generation tool
Modified: trunk/tools/pom.xml
===================================================================
--- trunk/tools/pom.xml 2009-07-30 11:16:37 UTC (rev 625)
+++ trunk/tools/pom.xml 2009-07-30 11:25:55 UTC (rev 626)
@@ -102,6 +102,11 @@
</profiles>
<build>
<plugins>
+ <!--
+ Generates XML schema for Infinispan configuration files
+ Run with mvn exec:java
+ For more details see:
+ http://mojo.codehaus.org/exec-maven-plugin/usage.html -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
_______________________________________________
infinispan-commits mailing list
infinispan-commits at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-commits
--
Galder Zamarreño
Sr. Software Engineer
Infinispan, JBoss Cache
More information about the infinispan-dev
mailing list