mirror of https://github.com/apache/activemq.git
Enabled the gram plugin
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@427119 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ad1202426
commit
b2f9eba23a
|
@ -297,36 +297,34 @@
|
|||
</plugin>
|
||||
|
||||
<!-- Use Gram to Gernerate the OpenWire Marshallers -->
|
||||
<!--
|
||||
<plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>maven-gram-plugin</artifactId>
|
||||
<version>${pom.version}</version>
|
||||
<configuration>
|
||||
<scripts>
|
||||
GenerateJavaMarshalling.groovy:
|
||||
GenerateJavaTests.groovy:
|
||||
GenerateCSharpMarshalling.groovy:
|
||||
GenerateCSharpClasses.groovy:
|
||||
GenerateCppMarshallingClasses.groovy:
|
||||
GenerateCppMarshallingHeaders.groovy:
|
||||
GenerateCppHeaders.groovy:
|
||||
GenerateCppClasses.groovy:
|
||||
GenerateCMarshalling.groovy:
|
||||
</scripts>
|
||||
<groovyProperties>
|
||||
<version>1</version>
|
||||
</groovyProperties>
|
||||
<scripts>
|
||||
GenerateJavaMarshalling.groovy:
|
||||
GenerateJavaTests.groovy:
|
||||
GenerateCSharpMarshalling.groovy:
|
||||
GenerateCSharpClasses.groovy:
|
||||
GenerateCppMarshallingClasses.groovy:
|
||||
GenerateCppMarshallingHeaders.groovy:
|
||||
GenerateCppHeaders.groovy:
|
||||
GenerateCppClasses.groovy:
|
||||
GenerateCMarshalling.groovy:
|
||||
</scripts>
|
||||
<groovyProperties>
|
||||
<version>1</version>
|
||||
</groovyProperties>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-openwire-generator</artifactId>
|
||||
<version>${pom.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-openwire-generator</artifactId>
|
||||
<version>${pom.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
-->
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.xbean</groupId>
|
||||
|
|
Loading…
Reference in New Issue