Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
openjfx
pom-graphics_antlr.xml
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pom-graphics_antlr.xml of Package openjfx
<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> <name>javafx.graphics-antlr</name> <packaging>jar</packaging> <artifactId>javafx.graphics-antlr</artifactId> <groupId>org.openjfx</groupId> <version>@RELEASE_VERSION@</version> <dependencies> <dependency> <groupId>org.antlr</groupId> <artifactId>antlr4</artifactId> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>antlr4-runtime</artifactId> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>ST4</artifactId> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>stringtemplate</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>javafx.base</artifactId> <version>${project.version}</version> </dependency> </dependencies> <build> <sourceDirectory>../src/jslc/java</sourceDirectory> <outputDirectory>../build/classes/java/jslc</outputDirectory> <resources> <resource> <directory>../src/jslc/java</directory> <excludes> <exclude>**/*.java</exclude> <exclude>**/*.rc</exclude> </excludes> </resource> </resources> <plugins> <plugin> <groupId>org.antlr</groupId> <artifactId>antlr4-maven-plugin</artifactId> <configuration> <outputDirectory>../build/gensrc/antlr</outputDirectory> <visitor>true</visitor> </configuration> <executions> <execution> <id>antlr</id> <goals> <goal>antlr4</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <release>11</release> <compilerArgs> <arg>-g:source,lines,vars</arg> <arg>-XDignore.symbol.file</arg> <arg>-XDuseUnsharedTable=true</arg> <arg>-proc:none</arg> </compilerArgs> </configuration> </plugin> </plugins> </build> </project>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor