Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.46 KB

File metadata and controls

33 lines (24 loc) · 1.46 KB

Building Quarkus Eclipse

You will need to have Maven installed.

See the jbosstools-devdoc documentation to update your settings.xml to point to required artifacts stored in the JBoss Maven repositories.

Once this is setup, you can build the project by issuing mvn clean verify.

When the build finishes you will find an installable Eclipse repository in the repository/org.jboss.tools.quarkus.site/target folder.

The name of the repository is org.jboss.tools.quarkus.site-x.y.z-SNAPSHOT.zip.

Now you can proceed with the installation of your repository in your Eclipse workbench by following the installation instructions.