mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-09-10 21:29:25 -04:00
11 lines
441 B
XML
11 lines
441 B
XML
<project xmlns="http://maven.apache.org/POM/4.0.0">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.compiler-explorer</groupId>
|
|
<artifactId>output</artifactId>
|
|
<version>1.0</version>
|
|
|
|
<!-- Compiler Explorer cannot download from Maven Central, so a <dependencies>
|
|
entry will not resolve. The plugins bundled with maven here do work:
|
|
exec, javadoc, source, checkstyle, spotless, antrun and build-helper. -->
|
|
</project>
|