Projects
Eulaceura:Mainline
openjfx8
_service:obs_scm:buildSrc.xml
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:buildSrc.xml of Package openjfx8
<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>buildSrc</name> <packaging>jar</packaging> <artifactId>buildSrc</artifactId> <groupId>org.openjfx</groupId> <version>@RELEASE_VERSION@</version> <dependencies> <dependency> <groupId>org.antlr</groupId> <artifactId>antlr</artifactId> <version>3.5.1</version> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>antlr-runtime</artifactId> <version>3.5.1</version> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>ST4</artifactId> <version>4.0.8</version> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>stringtemplate</artifactId> <version>3.2.1</version> </dependency> <!--<dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> </dependency>--> </dependencies> <build> <resources> <resource> <directory>src/main/resources</directory> </resource> </resources> <plugins> <plugin> <groupId>org.antlr</groupId> <artifactId>antlr3-maven-plugin</artifactId> <version>3.5.2</version> <configuration> <sourceDirectory>src/main/antlr</sourceDirectory> <!--<outputDirectory>../build/gensrc/antlr</outputDirectory>--> </configuration> <executions> <execution> <id>antlr</id> <goals> <goal>antlr</goal> </goals> </execution> </executions> </plugin> <!--<plugin> <groupId>org.codehaus.gmavenplus</groupId> <artifactId>gmavenplus-plugin</artifactId> <executions> <execution> <goals> <goal>addSources</goal> <goal>generateStubs</goal> <goal>compile</goal> <goal>removeStubs</goal> </goals> <configuration> <source>src/main/groovy/CCTask.groovy</source> <source>src/main/groovy/CompileHLSLTask.groovy</source> <source>src/main/groovy/CompileResourceTask.groovy</source> <source>src/main/groovy/ExportedSymbolsTask.groovy</source> <source>src/main/groovy/JavaHeaderTask.groovy</source> <source>src/main/groovy/LinkTask.groovy</source> <source>src/main/groovy/LipoTask.groovy</source> <source>src/main/groovy/NativeCompileTask.groovy</source> </configuration> </execution> </executions> </plugin>--> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> <compilerArgs> <arg>-XDignore.symbol.file</arg> <arg>-XDuseUnsharedTable=true</arg> <arg>-proc:none</arg> <arg>-g:source,lines,vars</arg> </compilerArgs> </configuration> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> </plugin> </plugins> </build> </project>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2