Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project vertx #126

Open
frank-dspeed opened this issue Oct 8, 2020 · 0 comments
Open

Project vertx #126

frank-dspeed opened this issue Oct 8, 2020 · 0 comments

Comments

@frank-dspeed
Copy link
Member

We should sum up our own vertx documentation

Build Hints

Basics: https://github.com/eclipse-vertx/vert.x/blob/master/CONTRIBUTING.md
also to get snapshots builds, you can merge/add to your maven .m2/settings.xml the following:

<settings>
  <profiles>
    <profile>
      <id>allow-snapshots</id>
      <activation><activeByDefault>true</activeByDefault></activation>
      <repositories>
        <repository>
          <id>snapshots-repo</id>
          <url>https://oss.sonatype.org/content/repositories/snapshots</url>
          <releases><enabled>false</enabled></releases>
          <snapshots><enabled>true</enabled></snapshots>
        </repository>
      </repositories>
   </profile>
</profiles>
</settings>

This profile will pull snapshots builds from sonatype, so you don't need to build all modules yourself and just focus on the module you need

Paulo Lopes
@pmlopes
Okt. 04 11:11
Currently i'm running java 1.8.0_265 and maven 3.6.3 but i can also build with the latest jdk 11. (Usually i only test these 2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant