Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Factory:Rebuild
openjfx
pom-graphics_graphics.xml
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pom-graphics_graphics.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-java</name> <packaging>jar</packaging> <artifactId>javafx.graphics-java</artifactId> <groupId>org.openjfx</groupId> <version>@RELEASE_VERSION@</version> <dependencies> <dependency> <groupId>org.antlr</groupId> <artifactId>antlr</artifactId> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>antlr-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/main/java</sourceDirectory> <outputDirectory>../target/classes</outputDirectory> <resources> <resource> <directory>../src/main/java</directory> <includes> <include>**/*.frag</include> </includes> <excludes> <exclude>**/*.java</exclude> <exclude>**/*.rc</exclude> <exclude>**/*.tokens</exclude> </excludes> </resource> <resource> <directory>../src/main/resources</directory> </resource> </resources> <plugins> <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> <excludes> <exclude>**/mac/*.java</exclude> <exclude>**/ios/*.java</exclude> <exclude>**/android/*.java</exclude> <exclude>**/win/*.java</exclude> <exclude>**/prism/d3d/*.java</exclude> <exclude>**/prism/es2/WinGL*.java</exclude> <exclude>**/prism/es2/MacGL*.java</exclude> <exclude>**/prism/es2/IOS*.java</exclude> <exclude>**/prism/es2/EGL*.java</exclude> <exclude>**/prism/null3d/*.java</exclude> </excludes> </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