Projects
openEuler:24.03:SP1:Everything:64G
parboiled
_service:tar_scm:pom.xml
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:pom.xml of Package parboiled
<?xml version="1.0" encoding="UTF-8"?> <!-- This is a dummy POM added just to ease building in the RPM platforms: --> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.parboiled</groupId> <artifactId>parboiled-project</artifactId> <packaging>pom</packaging> <version>@VERSION@</version> <modules> <!-- These are not all the modules, only those that we can currently build: --> <module>parboiled-core</module> <module>parboiled-java</module> </modules> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>**/*Tests.java</include> </includes> <excludes> <exclude>**/Abstract*.java</exclude> </excludes> <argLine>-Xmx512m</argLine> </configuration> </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