VOOZH about

URL: https://www.javacodegeeks.com/tag/maven/page/5

⇱ Maven Archives - Page 5 of 8 - Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Andrey RedkoAugust 7th, 2019
    0 286

    Testing Spring Boot conditionals the sane way

    If you are more or less experienced Spring Boot user, it is very luckily that at some point you may…

    Read More »
  • Enterprise Java👁 Image
    Shubhra SrivastavaMay 13th, 2019
    0 518

    Creating Custom Maven Archetype

    Maven archetypes are the project templates which can help us quickly create a maven starter project based on its type.…

    Read More »
  • Enterprise Java👁 Image
    Shubhra SrivastavaMay 2nd, 2019
    0 1,211

    Maven Dependency Scopes

    Introduction: Managing dependencies is a core feature of Maven. When defining a maven dependency, the scope attribute defines the visibility…

    Read More »
  • Enterprise Java👁 Image
    Sandra ParsickMarch 25th, 2019
    0 277

    Maven Project Setup for Mixing Spock 1.x and JUnit 5 Tests

    I create a sample Groovy project for Maven, that mixes Spock tests and JUnit 5 tests in one project. In…

    Read More »
  • DevOps👁 Image
    Vladimir DejanovicFebruary 28th, 2019
    0 458

    How to Docker-ise your Java application with Maven plugin

    There are two maven plugins that you can use, in order to add your Java Applicatoin into Docker in an…

    Read More »
  • Enterprise Java👁 Image
    Marcin ZajaczkowskiFebruary 25th, 2019
    0 150

    Reliable releasing to Maven Central from Travis using Gradle – 2019 edition

    Make your (automatic) releasing to Maven Central from Travis (and not only) more reliable thanks to the explicit staging repository…

    Read More »
  • Enterprise Java👁 Image
    Yegor BugayenkoFebruary 5th, 2019
    0 122

    How to Deploy Maven Artifacts to CloudRepo via Rultor

    In my previous article, I described how to set up a private Maven repository in Amazon S3 and deploy there…

    Read More »
  • Enterprise Java👁 Image
    Emmanouil GkatziourasJanuary 24th, 2019
    1 362

    Upload and Download files to S3 using maven

    Throughout the years I’ve seen many teams using maven in many different ways. Maven can be used for many ci/cd…

    Read More »
  • Enterprise Java👁 Image
    Javin PaulDecember 22nd, 2018
    0 436

    How to fix invalid target release: 1.7, 1.8, 1.9, or 1.10 Error in Maven Build

    If you are building your Java project using Maven, maybe in Eclipse or from the command prompt by running mvn install…

    Read More »
  • First
  • ...
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • »
  • ...
  • Last
Back to top button
Close