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>
|
</plugin>
|
||||||
|
|
||||||
<!-- Use Gram to Gernerate the OpenWire Marshallers -->
|
<!-- Use Gram to Gernerate the OpenWire Marshallers -->
|
||||||
<!--
|
<plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.activemq</groupId>
|
<groupId>org.apache.activemq</groupId>
|
||||||
<artifactId>maven-gram-plugin</artifactId>
|
<artifactId>maven-gram-plugin</artifactId>
|
||||||
<version>${pom.version}</version>
|
<version>${pom.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<scripts>
|
<scripts>
|
||||||
GenerateJavaMarshalling.groovy:
|
GenerateJavaMarshalling.groovy:
|
||||||
GenerateJavaTests.groovy:
|
GenerateJavaTests.groovy:
|
||||||
GenerateCSharpMarshalling.groovy:
|
GenerateCSharpMarshalling.groovy:
|
||||||
GenerateCSharpClasses.groovy:
|
GenerateCSharpClasses.groovy:
|
||||||
GenerateCppMarshallingClasses.groovy:
|
GenerateCppMarshallingClasses.groovy:
|
||||||
GenerateCppMarshallingHeaders.groovy:
|
GenerateCppMarshallingHeaders.groovy:
|
||||||
GenerateCppHeaders.groovy:
|
GenerateCppHeaders.groovy:
|
||||||
GenerateCppClasses.groovy:
|
GenerateCppClasses.groovy:
|
||||||
GenerateCMarshalling.groovy:
|
GenerateCMarshalling.groovy:
|
||||||
</scripts>
|
</scripts>
|
||||||
<groovyProperties>
|
<groovyProperties>
|
||||||
<version>1</version>
|
<version>1</version>
|
||||||
</groovyProperties>
|
</groovyProperties>
|
||||||
</configuration>
|
</configuration>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.activemq</groupId>
|
<groupId>org.apache.activemq</groupId>
|
||||||
<artifactId>activemq-openwire-generator</artifactId>
|
<artifactId>activemq-openwire-generator</artifactId>
|
||||||
<version>${pom.version}</version>
|
<version>${pom.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
-->
|
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.xbean</groupId>
|
<groupId>org.apache.xbean</groupId>
|
||||||
|
|
Loading…
Reference in New Issue