mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
Why: * ide-config currently replicated at `ide-config`, `ip/arc/ide-config` and `ip/qute/ide-config` * quickstarts could benefit from reusing quarkus formatting This change addreses the need by: * move ide-config to independent-projects and make it a real project * update refs to `eclipse-format.xml` to use <dependency> and resource lookup * update CONTRIBUTING.MD * enable code formatting and import sorting on tools/bootstrap
18 lines
671 B
XML
18 lines
671 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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">
|
|
<parent>
|
|
<groupId>org.jboss</groupId>
|
|
<artifactId>jboss-parent</artifactId>
|
|
<version>31</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>io.quarkus</groupId>
|
|
<artifactId>quarkus-ide-config</artifactId>
|
|
<name>Quarkus - IDE/Tools - Config</name>
|
|
<version>999-SNAPSHOT</version>
|
|
<packaging>jar</packaging>
|
|
</project>
|