2 Star 0 Fork 0

mirrors_javacc/javacc-8-cpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 4.18 KB
一键复制 编辑 原始数据 按行查看 历史
<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</groupId>
<artifactId>javacc</artifactId>
<version>8.0.6</version>
<relativePath />
</parent>
<groupId>org.javacc.generator</groupId>
<artifactId>cpp</artifactId>
<version>8.0.2-SNAPSHOT</version>
<name>JavaCC default C++ code generator: cpp</name>
<description>JavaCC default C++ code generator: cpp</description>
<scm>
<connection>scm:git:https://git@github.com/javacc/javacc-8-cpp.git</connection>
<developerConnection>scm:git:ssh://git@github.com/javacc/javacc-8-cpp.git</developerConnection>
<url>scm:git:ssh://git@github.com/javacc/javacc-8-cpp.git</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/javacc/javacc-8-cpp/issues</url>
</issueManagement>
<properties>
<root>${basedir}/../..</root>
<javacc.cpp>${project.version}</javacc.cpp>
<javacc-maven-plugin>3.0.3</javacc-maven-plugin>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.javacc</groupId>
<artifactId>core</artifactId>
<version>${javacc.core}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.javacc</groupId>
<artifactId>core</artifactId>
</dependency>
</dependencies>
<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>true</streamLogs>
<debug>false</debug>
<postBuildHookScript>verify.bsh</postBuildHookScript>
<localRepositoryPath>it/local-repo</localRepositoryPath>
<properties>
<javacc.cpp>${javacc.cpp}</javacc.cpp>
<exec-maven-plugin>1.6.0</exec-maven-plugin>
<javacc-maven-plugin>${javacc-maven-plugin}</javacc-maven-plugin>
</properties>
</configuration>
<executions>
<execution>
<id>integration-test-cpp-bugs</id>
<goals>
<goal>install</goal>
<goal>run</goal>
</goals>
<configuration>
<projectsDirectory>bugs</projectsDirectory>
<settingsFile>bugs/settings.xml</settingsFile>
</configuration>
</execution>
<execution>
<id>integration-test-cpp-examples</id>
<goals>
<goal>install</goal>
<goal>run</goal>
</goals>
<configuration>
<projectsDirectory>examples</projectsDirectory>
<settingsFile>examples/settings.xml</settingsFile>
<pomExcludes>
<pomExclude>MailProcessing/pom.xml</pomExclude>
</pomExcludes>
</configuration>
</execution>
<execution>
<id>integration-test-cpp-grammars</id>
<goals>
<goal>install</goal>
<goal>run</goal>
</goals>
<configuration>
<projectsDirectory>grammars</projectsDirectory>
<settingsFile>grammars/settings.xml</settingsFile>
<pomExcludes>
<pomExclude>asn1/pom.xml</pomExclude>
<pomExclude>cobol/pom.xml</pomExclude>
</pomExcludes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_javacc/javacc-8-cpp.git
git@gitee.com:mirrors_javacc/javacc-8-cpp.git
mirrors_javacc
javacc-8-cpp
javacc-8-cpp
release

搜索帮助