csharp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.javacc.generator.csharp</groupId>
<artifactId>csharp</artifactId>
<version>8.0.0</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.javacc.generator</groupId>
<artifactId>csharp</artifactId>
<version>8.0.0</version>
</parent>
<groupId>org.javacc.generator.csharp</groupId>
<artifactId>csharp</artifactId>
<name>JavaCC default c# code generator: csharp</name>
<description>JavaCC default c# code generator: csharp</description>
<properties>
<root>${basedir}/../..</root>
</properties>
<profiles>
<!--
-->
<profile>
<id>run-its</id>
<activation>
<property>
<name>maven.test.skip</name>
<value>!true</value>
</property>
</activation>
<properties>
<sitePluginVersion>3.3</sitePluginVersion>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.2.1</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<dependencies>
<dependency>
<groupId>net.sourceforge.cobertura</groupId>
<artifactId>cobertura</artifactId>
<version>2.1.1</version>
</dependency>
</dependencies>
<configuration>
<failIfNoProjects>true</failIfNoProjects>
<ignoreFailures>false</ignoreFailures>
<streamLogs>false</streamLogs>
<debug>false</debug>
<postBuildHookScript>verify.bsh</postBuildHookScript>
<localRepositoryPath>local-repo</localRepositoryPath>
</configuration>
<!--
<executions>
<execution>
<id>integration-test-csharp-bugs</id>
<goals>
<goal>install</goal>
<goal>run</goal>
</goals>
<configuration>
<projectsDirectory>bugs</projectsDirectory>
<settingsFile>bugs/settings.xml</settingsFile>
<pomExcludes>
<pomExclude>bug001/pom.xml</pomExclude>
</pomExcludes>
</configuration>
</execution>
<execution>
<id>integration-test-csharp-examples</id>
<goals>
<goal>install</goal>
<goal>run</goal>
</goals>
<configuration>
<projectsDirectory>examples</projectsDirectory>
<settingsFile>examples/settings.xml</settingsFile>
<pomExcludes>
<pomExclude>CORBA-IDL/pom.xml</pomExclude>
<pomExclude>Interpreter/pom.xml</pomExclude>
<pomExclude>JJTreeExamples/pom.xml</pomExclude>
<pomExclude>MailProcessing/pom.xml</pomExclude>
</pomExcludes>
</configuration>
</execution>
<execution>
<id>integration-test-csharp-grammars</id>
<goals>
<goal>install</goal>
<goal>run</goal>
</goals>
<configuration>
<projectsDirectory>grammars</projectsDirectory>
<settingsFile>grammars/settings.xml</settingsFile>
<pomExcludes>
<pomExclude>cobol/pom.xml</pomExclude>
</pomExcludes>
</configuration>
</execution>
</executions>
-->
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>